aboutsummaryrefslogtreecommitdiff
path: root/source/pyAggr3g470r.py
Commit message (Collapse)AuthorAge
* THe code for the QR Code generation is now in utils.py.Cédric Bonhomme2013-04-03
|
* Removed some useless regular expression.Cédric Bonhomme2013-04-03
|
* Test if ids of the feed/articles exists.Cédric Bonhomme2013-04-01
|
* If feed id is not valid, return directly the error page.Cédric Bonhomme2013-04-01
|
* Test if the id of the feed is valid.Cédric Bonhomme2013-04-01
|
* The original epoch time (time.gmtime(0)) is now used as last_post_date when ↵Cédric Bonhomme2013-03-29
| | | | there is no article in a feed.
* Minor fix to the /inactives view when a feed has no articles.Cédric Bonhomme2013-03-28
|
* Minor fix to the /feed view when a feed has no articles.Cédric Bonhomme2013-03-28
|
* Added new views: subscriptions in order to list subscribed feeds.Cédric Bonhomme2013-03-19
|
* Restored favicon.Cédric Bonhomme2013-03-19
|
* It is now possible to switch between the plain text and the HTML version of ↵Cédric Bonhomme2013-03-18
| | | | the article.
* The plain_text views and plain_text template has been removed. There is now ↵Cédric Bonhomme2013-03-18
| | | | alink in the /article page to see the content of the article in plain text.
* Updated template lookup directory.Cédric Bonhomme2013-03-15
|
* Updated revision dateCédric Bonhomme2013-03-15
|
* Removed useless variable declarationCédric Bonhomme2013-03-15
|
* Fixed: missing parameter name in tmpl.render().Cédric Bonhomme2013-03-13
|
* Error messages are displayed with a dedicated function.Cédric Bonhomme2013-03-13
|
* Typo.Cédric Bonhomme2013-03-13
|
* Handle exception in change_feed_logo().Cédric Bonhomme2013-03-13
|
* Handle exception in change_feed_name().Cédric Bonhomme2013-03-13
|
* Updated revision date for pyaggr3g470r.py.Cédric Bonhomme2013-03-10
|
* It is now possible to change the URL of a site/blog.Cédric Bonhomme2013-03-10
|
* 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
| | | | does not exist
* 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 ↵Cédric Bonhomme2013-01-22
| | | | pyAggr3g470r configuration file.
* 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 ↵Cédric Bonhomme2013-01-10
| | | | variable must be updated.
* 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
|
bgstack15