aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Updated README and the REST documentation (requirements section).Cédric Bonhomme2012-11-25
|
* Template for the /statistics page.Cédric Bonhomme2012-11-25
|
* Template for the /notifications page.Cédric Bonhomme2012-11-25
|
* Removed "enable_loop=True".Cédric Bonhomme2012-11-25
|
* Template for the /articles page.Cédric Bonhomme2012-11-25
|
* Template for the /management page.Cédric Bonhomme2012-11-22
|
* Template for the /article page.Cédric Bonhomme2012-11-22
|
* Added template for the page of favorite articles.Cédric Bonhomme2012-11-22
|
* Now using template inheritance.Cédric Bonhomme2012-11-22
|
* Created new branch "Mako integration". First test of Mako with the ↵Cédric Bonhomme2012-11-21
| | | | plain_text page.
* Name of the currently consulted article is displayed on the tab.Cédric Bonhomme2012-11-21
|
* Updated the feedgetter accordingly issues 310 and 328 of feedparser: "To ↵Cédric Bonhomme2012-11-20
| | | | avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser".
* Better results with Pearson.Cédric Bonhomme2012-11-18
|
* Test with euclidian distance.Cédric Bonhomme2012-11-18
|
* mb:68e2ad40-1fd7-4939-953f-fd4cdf19803bCédric Bonhomme2012-11-18
|
* Test with tanimoto distance.Cédric Bonhomme2012-11-18
|
* Test draw function. Set K to 8.Cédric Bonhomme2012-11-16
|
* Added tests with clusters.Cédric Bonhomme2012-11-16
|
* Moved section "Script of installation".Cédric Bonhomme2012-11-16
|
* Added installation script in the documentation.Cédric Bonhomme2012-11-16
|
* Added a link to the site if the corresponding feed.cedricbonhomme2012-11-11
|
* I hear you like commits.cedricbonhomme2012-11-09
|
* Start script now checks if Python 3 is the default installation on the ↵cedricbonhomme2012-11-09
| | | | system. If not the script tries to launch pyAggr3g470r with Python 3.2.
* Updated README.cedricbonhomme2012-11-09
|
* Updated list of required Python modules (for Python 3.2.3).cedricbonhomme2012-11-09
|
* Updated sphinx configuration (pyAggr3g470r version number).cedricbonhomme2012-11-09
|
* Version 3.6 released. pyAggr3g470r is now running with Python 3.2.cedricbonhomme2012-11-08
|
* Updated documentation.cedricbonhomme2012-11-08
|
* Updated revision date and version number.cedricbonhomme2012-11-08
|
* changed things...cedricbonhomme2012-11-08
|
* Re-enabled tooltip description.cedricbonhomme2012-11-08
|
* Porting to Python 3.2. Better, faster, stronger.cedricbonhomme2012-11-08
|
* HTML username text input is now focused by default.cedricbonhomme2012-11-06
|
* mark_as_read() always return to index page.cedricbonhomme2012-11-05
|
* Updated version to 3.5 in index.rst.cedricbonhomme2012-11-04
|
* Added 'Create a new user' section in the markdown documenation.cedricbonhomme2012-11-01
|
* Version 3.5 released.cedricbonhomme2012-10-28
|
* Updated README.md file.cedricbonhomme2012-10-28
|
* Keep only the default password.cedricbonhomme2012-10-28
|
* Minor improvements for the management of the database.cedricbonhomme2012-10-22
|
* Bug fix in drop base function. The wrong database name was used.cedricbonhomme2012-10-22
|
* Authentication is now required for all pages.cedricbonhomme2012-10-22
|
* No longer create index on MongoDB articles collection.cedricbonhomme2012-10-22
|
* Updated documentation.cedricbonhomme2012-10-20
|
* Updated README.cedricbonhomme2012-10-20
|
* Updated README.cedricbonhomme2012-10-20
|
* Renamed READEM.cedricbonhomme2012-10-20
|
* Updated README.cedricbonhomme2012-10-20
|
* Updated README.cedricbonhomme2012-10-20
|
* Catch an error when creating index with mongodb and python 2.7.3.cedricbonhomme2012-10-20
|
bgstack15