aboutsummaryrefslogtreecommitdiff
path: root/source/pyAggr3g470r.py
Commit message (Expand)AuthorAge
* Updated comments.Cédric Bonhomme2013-02-10
* It's even better with defaultdictCédric Bonhomme2013-02-03
* Updated revision date.Cédric Bonhomme2013-02-03
* Improvement: dict.setdefault used in order to set a default value when a key ...Cédric Bonhomme2013-02-03
* language codes remplaced by language name.Cédric Bonhomme2013-02-02
* The id of the feed is used as key of the dictionary.Cédric Bonhomme2013-02-02
* Added link to the official page of the guess_language module.Cédric Bonhomme2013-01-30
* Added /languages page which displays articles sorted by language.Cédric Bonhomme2013-01-29
* Display the absolute path of the result after a succesfull export.Cédric Bonhomme2013-01-27
* Test if success when changing the URL of a feed.Cédric Bonhomme2013-01-27
* The notification page indicates if e-mail notification is disabled.Cédric Bonhomme2013-01-22
* The management page indicates if e-mail notification is disabled.Cédric Bonhomme2013-01-22
* Improvement in the /feed view.Cédric Bonhomme2013-01-22
* The /feed page now indicates if e-mail notification is activated in the pyAgg...Cédric Bonhomme2013-01-22
* You can now fetch only one feed.Cédric Bonhomme2013-01-20
* Added logout button.Cédric Bonhomme2013-01-14
* Version 3.8. Indexed MongoDB full text search. New management page.Cédric Bonhomme2013-01-12
* Search function now using MongoDB indexed fulltext searching.Cédric Bonhomme2013-01-11
* Minor bug fix: after changing the username, the username of the session varia...Cédric Bonhomme2013-01-10
* Changed import method of the 'auth' module.Cédric Bonhomme2013-01-10
* Added possibility to change the username.Cédric Bonhomme2013-01-10
* error() is called when the password can't be changed.Cédric Bonhomme2013-01-10
* You can now change your password form the /management page.Cédric Bonhomme2013-01-10
* Minor bugfix: the number of favorites articles wasn't passed to the /feed page.Cédric Bonhomme2013-01-07
* Updated revision date for pyAggr3g470r.py.Cédric Bonhomme2013-01-05
* Improved display of confirmation message.Cédric Bonhomme2013-01-05
* Improved display of error message.Cédric Bonhomme2013-01-05
* Removed useless locale import.Cédric Bonhomme2013-01-02
* Numbers are printed with commas as thousands separators without taking into a...Cédric Bonhomme2013-01-02
* Numbers are printed with commas as thousands separators.Cédric Bonhomme2013-01-02
* Updated copyrights years.Cédric Bonhomme2013-01-01
* Added a confirmation message after a successfull export of the database.Cédric Bonhomme2012-12-30
* Removed useless print().Cédric Bonhomme2012-12-30
* Minor improvements to the /feed page.Cédric Bonhomme2012-12-30
* Minor improvements to the /feed page.Cédric Bonhomme2012-12-30
* Updated revision number.Cédric Bonhomme2012-12-29
* Bad tag opening.Cédric Bonhomme2012-12-29
* Improved error response.Cédric Bonhomme2012-12-29
* add_feed now uses templated.Cédric Bonhomme2012-12-29
* Removed global variables for HTML header and footer tags.Cédric Bonhomme2012-12-29
* Template for the /unread page.Cédric Bonhomme2012-12-29
* Removed HTML headers and footers for 404 page.Cédric Bonhomme2012-12-29
* Template for the /history page.Cédric Bonhomme2012-12-29
* Typo.Cédric Bonhomme2012-12-29
* Removed useless HTML newline.Cédric Bonhomme2012-12-29
* The HTML month date picker has been removed from the /history page.Cédric Bonhomme2012-12-29
* Simplification of the history code.Cédric Bonhomme2012-12-26
* Test if list of articles is not empty.Cédric Bonhomme2012-12-13
* Template for the /feed page.Cédric Bonhomme2012-12-13
* Updated comments.Cédric Bonhomme2012-12-05
bgstack15