aboutsummaryrefslogtreecommitdiff
path: root/source/pyAggr3g470r.py
Commit message (Collapse)AuthorAge
* Updated revision date and version number.cedricbonhomme2012-11-08
|
* Re-enabled tooltip description.cedricbonhomme2012-11-08
|
* Porting to Python 3.2. Better, faster, stronger.cedricbonhomme2012-11-08
|
* mark_as_read() always return to index page.cedricbonhomme2012-11-05
|
* 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
|
* Added comments.cedricbonhomme2012-10-20
|
* Renamed root class.cedricbonhomme2012-10-20
|
* New version number.cedricbonhomme2012-10-12
|
* HTML5 doctype. You have now to be logged to acces to your pyAggr3g470r ↵cedricbonhomme2012-10-12
| | | | instance. Usefull if it is hosted on Amazon EC2 for example.
* Added authentication module.cedricbonhomme2012-10-12
|
* Replaced ctime() by strftime('%Y-%m-%d %H:%M').cedricbonhomme2012-10-09
|
* Improved the display of the 'statistics' page.cedricbonhomme2012-10-09
|
* Improved the display of the 'feed' page.cedricbonhomme2012-10-09
|
* Added a link to the feed description page in the 'articles' page.cedricbonhomme2012-10-09
|
* Shorter title.cedricbonhomme2012-09-10
|
* Clearer date at the index page.cedricbonhomme2012-09-10
|
* Only use the URL of article for the QRCode.cedricbonhomme2012-05-28
|
* Improvement: get_articles_from_collection() function can now return only the ↵cedricbonhomme2012-05-17
| | | | last 10 articles.
* Typo fix.cedricbonhomme2012-05-15
|
* Minor change (string in the management page).cedricbonhomme2012-05-15
|
* Distant MongoDB connection working (tested with AlwaysData).cedricbonhomme2012-05-03
|
* Connection on the MongoDB database with authentication OK.cedricbonhomme2012-05-02
|
* Version 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor ↵cedricbonhomme2012-05-01
| | | | bugfixes and improvements.
* It is now possible to update information about a feed with the MongoDG database.cedricbonhomme2012-05-01
|
* Speed improvement.cedricbonhomme2012-05-01
|
* Added comment. Bugfix at feed/ page.cedricbonhomme2012-05-01
|
* Export to EPUB OK.cedricbonhomme2012-05-01
|
* Export tp webzine nearly OK.cedricbonhomme2012-05-01
|
* One line between each function.cedricbonhomme2012-05-01
|
* Bugfix in the epub export.cedricbonhomme2012-05-01
|
* Minor bugfix: links to previous and following articles were wrong.cedricbonhomme2012-05-01
|
* Added conf.py which is responsible of the load of the configuration.cedricbonhomme2012-04-22
|
* Removed set_max_articles() function.~cedricbonhomme2012-04-22
|
* Renamed get_all_collections() to get_all_feeds().cedricbonhomme2012-04-22
|
* Renamed get_collection() to get_feed().cedricbonhomme2012-04-22
|
* Minor refactoring with pylint.cedricbonhomme2012-04-22
|
* Updated version number to 3.3.cedricbonhomme2012-04-16
|
* Bugifx: the 'feed' dictionary doesn't contains a 'feed_id' key.cedricbonhomme2012-04-16
|
* Reorganization of folders.cedricbonhomme2012-04-15
bgstack15