aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAge
...
* | Some tests in templates...Cédric Bonhomme2013-01-28
|/
* HTML5 fragment identifier for #top.Cédric Bonhomme2013-01-28
* HTML5 fragment identifier.Cédric Bonhomme2013-01-28
* HTML5 compliant header.Cédric Bonhomme2013-01-28
* 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
* Mail are now encoded with utf-8 (plain and html).Cédric Bonhomme2013-01-24
* test of send_mail()Cédric Bonhomme2013-01-23
* Added agin '-tt' option through subprocess.Popen in pyAggr3g470rCédric Bonhomme2013-01-23
* improvement of send_mail() function.Cédric Bonhomme2013-01-22
* catch the potential exceptions when sending e-mail via smtp.Cédric Bonhomme2013-01-22
* Removed -tt option from python command line.Cédric Bonhomme2013-01-22
* Ensures that code doesn't illegally mixed tabs and spaces.Cédric Bonhomme2013-01-22
* Updated message in the /feed page template.Cédric Bonhomme2013-01-22
* The notification page indicates if e-mail notification is disabled.Cédric Bonhomme2013-01-22
* Removed a duplicate line in the template of the management page.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
* 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
bgstack15