aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views.py
Commit message (Expand)AuthorAge
* About page is accessible when disconnected.Cédric Bonhomme2014-05-05
* Updated translations.Cédric Bonhomme2014-05-05
* Fixed a security problem.Cédric Bonhomme2014-05-05
* Integration of recaptcha module.Cédric Bonhomme2014-05-05
* Added a link to the home to let the user request form an account.Cédric Bonhomme2014-05-05
* Updated revision date.Cédric Bonhomme2014-05-04
* Confirmation message before suppression of accounts and suppression of feeds.Cédric Bonhomme2014-05-04
* The user has now the possibility to delete it's account.Cédric Bonhomme2014-05-04
* Updated translations.Cédric Bonhomme2014-05-04
* Updated translations.Cédric Bonhomme2014-05-04
* Forgot to remove debug comment.Cédric Bonhomme2014-05-03
* Updated translations for the French language.Cédric Bonhomme2014-05-03
* Available time zonez are defined in conf.py.Cédric Bonhomme2014-05-03
* Take into account the client time zone.Cédric Bonhomme2014-05-03
* Bugfix.Cédric Bonhomme2014-05-01
* Updated french translations.Cédric Bonhomme2014-05-01
* Updated translation.Cédric Bonhomme2014-05-01
* Updated translation.Cédric Bonhomme2014-05-01
* Internationalization to french.Cédric Bonhomme2014-05-01
* Link between next and previous articles.Cédric Bonhomme2014-04-30
* Added export to JSON.Cédric Bonhomme2014-04-29
* Improved code readability.Cédric Bonhomme2014-04-27
* Cleaned code.Cédric Bonhomme2014-04-27
* Updated /management template.Cédric Bonhomme2014-04-24
* Moved all decorators in decorators.py.Cédric Bonhomme2014-04-24
* Update last_seen field before each request.Cédric Bonhomme2014-04-24
* This fixes #2.Cédric Bonhomme2014-04-23
* This fixes #1.Cédric Bonhomme2014-04-23
* Minor bugfix.Cédric Bonhomme2014-04-23
* Display a message when an error occurs during the indexation or search with W...Cédric Bonhomme2014-04-23
* Separate indexes by users.Cédric Bonhomme2014-04-23
* Bug fix.Cédric Bonhomme2014-04-23
* Redirect to /home.Cédric Bonhomme2014-04-19
* Handling PermissionDenied Exception.Cédric Bonhomme2014-04-19
* Fixed bug.Cédric Bonhomme2014-04-19
* Fixed bug.Cédric Bonhomme2014-04-19
* Updated error messages for authenticationCédric Bonhomme2014-04-19
* Added custom error pages.Cédric Bonhomme2014-04-19
* Improved code readability.Cédric Bonhomme2014-04-14
* Removed useless import of the crawler (it is now launched in a subprocess).Cédric Bonhomme2014-04-13
* Removed old feedgetter module.Cédric Bonhomme2014-04-13
* Added comments.Cédric Bonhomme2014-04-13
* The crawler is launched in a other process.Cédric Bonhomme2014-04-13
* Test of the new crawler with gevent.Cédric Bonhomme2014-04-13
* Fixed history view.Cédric Bonhomme2014-04-13
* Improvement for the /articles page.Cédric Bonhomme2014-04-13
* Updated *Cédric Bonhomme2014-04-13
* Whoosh search is now working (but not on Heroku).Cédric Bonhomme2014-04-13
* Trying the export to HTML option on Heroku (4).Cédric Bonhomme2014-04-12
* Trying the export to HTML option on Heroku (3).Cédric Bonhomme2014-04-12
bgstack15