aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAge
* Bugfix: ensure that the 'mail' option value is an integer.Cédric Bonhomme2013-01-22
* Added a new option to specify if e-mail notification is activated.Cédric Bonhomme2013-01-21
* Test if the article is present in the database before sending it via mail.Cédric Bonhomme2013-01-21
* Update revesion date for feedgetter.py.Cédric Bonhomme2013-01-20
* Send mail for a subscribed feed and then add to database.Cédric Bonhomme2013-01-20
* Re-enabled mail notification.Cédric Bonhomme2013-01-20
* Updated comment.Cédric Bonhomme2013-01-20
* Removed useless import 'unicodedata'.Cédric Bonhomme2013-01-20
* Removed uselles function compare() and string_to_datetime.Cédric Bonhomme2013-01-20
* You can now fetch only one feed.Cédric Bonhomme2013-01-20
* Minor bugfix in index.html template: feed['mail'] == True if mail notificatio...Cédric Bonhomme2013-01-20
* Minor changes in mongodb.py: comments + __main__ section.Cédric Bonhomme2013-01-20
* get_feed() in mongodb.py should test the presence of a collection.Cédric Bonhomme2013-01-20
* Test if the MongoDB collection exist before the creation.Cédric Bonhomme2013-01-20
* Added some tricks to get all posts of a blog.Cédric Bonhomme2013-01-20
* improvements...Cédric Bonhomme2013-01-19
* Minor fixes to the HTML source code of the webzine.Cédric Bonhomme2013-01-19
* Minor fix: added missing <body> tag.Cédric Bonhomme2013-01-19
* Minor improvements of the generation of pages for the webzine.Cédric Bonhomme2013-01-19
* A simple CSS has been added for the webzine.Cédric Bonhomme2013-01-19
* Added link to the original site (for the Webzine).Cédric Bonhomme2013-01-19
* Display the number of articles per feeds for the Webzine database export (HTML).Cédric Bonhomme2013-01-19
* Typo: removed duplicate ending <a> tag.Cédric Bonhomme2013-01-18
* Updated webzine export: display the number of exported articles.Cédric Bonhomme2013-01-18
* Added logout button.Cédric Bonhomme2013-01-14
* Updated comments in auth.pyCédric Bonhomme2013-01-14
* Minor changes to the login page.Cédric Bonhomme2013-01-14
* Minor fix: in utils.py the list of feeds must be retrieved via the conf module.Cédric Bonhomme2013-01-14
* Set defaults fedd.Cédric Bonhomme2013-01-14
* The path of the feeds list is now set in pyAggr3g470r.cfg.Cédric Bonhomme2013-01-14
* Version 3.8. Indexed MongoDB full text search. New management page.Cédric Bonhomme2013-01-12
* Display the number of search results.Cédric Bonhomme2013-01-11
* Updated header information in mongodb.py. Removed uselles import of itemgette...Cédric Bonhomme2013-01-11
* Removed search.py.Cédric Bonhomme2013-01-11
* Removed import of re in search.html.Cédric Bonhomme2013-01-11
* Minor improvements of the /search page.Cédric Bonhomme2013-01-11
* Removed useless comments.Cédric Bonhomme2013-01-11
* Search function now using MongoDB indexed fulltext searching.Cédric Bonhomme2013-01-11
* We'll try a simple index searching algorithm.Cédric Bonhomme2013-01-11
* Reworked the UI of the /management page.Cédric Bonhomme2013-01-10
* 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
* Updated header information for auth.py.Cédric Bonhomme2013-01-10
* Improvements to the /management page (title hierarchy + password input with h...Cédric Bonhomme2013-01-10
* You can now change your password form the /management page.Cédric Bonhomme2013-01-10
* Added default argument for check_credentials().Cédric Bonhomme2013-01-10
* Added change_password function in order to change the password corresponding ...Cédric Bonhomme2013-01-10
* Minor bugfix: the number of favorites articles wasn't passed to the /feed page.Cédric Bonhomme2013-01-07
bgstack15