aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Using datetime filter in all templates.Cédric Bonhomme2014-05-03
* Take into account the client time zone.Cédric Bonhomme2014-05-03
* Removed unused variable.Cédric Bonhomme2014-05-03
* keep the original title.Cédric Bonhomme2014-05-03
* Updated requirements.txt.Cédric Bonhomme2014-05-03
* Using lxml parser instead of html.parser, fixes #4.Cédric Bonhomme2014-05-03
* search.path fixes #5.Cédric Bonhomme2014-05-03
* Bugfix.Cédric Bonhomme2014-05-01
* Updated french translations.Cédric Bonhomme2014-05-01
* Updated README.Cédric Bonhomme2014-05-01
* Added Flask-Babel to the requirements.txt file.Cédric Bonhomme2014-05-01
* Internationalization to french in progress.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 comments.Cédric Bonhomme2014-04-29
* Added export to JSON.Cédric Bonhomme2014-04-29
* added templates for emailsCédric Bonhomme2014-04-27
* added new missing moduleCédric Bonhomme2014-04-27
* Updated comment.Cédric Bonhomme2014-04-27
* Better to send email without Flask-Mail.Cédric Bonhomme2014-04-27
* Improved code readability.Cédric Bonhomme2014-04-27
* Cleaned code.Cédric Bonhomme2014-04-27
* This fixes #3.Cédric Bonhomme2014-04-26
* Bug fix.Cédric Bonhomme2014-04-24
* Added avatar to the profile section.Cédric Bonhomme2014-04-24
* Updated /management template.Cédric Bonhomme2014-04-24
* Minor changes to the admin/user 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
* A message is displayed to inform the user about authorized file extension.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
* Autoindexation of new articles (not on Heroku).Cédric Bonhomme2014-04-23
* Updated README.Cédric Bonhomme2014-04-23
* Updated README.Cédric Bonhomme2014-04-23
* Now tested with PostgreSQL 9.3.Cédric Bonhomme2014-04-23
* Updated README. The installation process is clearly explained.Cédric Bonhomme2014-04-23
* Added missing librairies for lxml.Cédric Bonhomme2014-04-23
* Bug fix.Cédric Bonhomme2014-04-23
* Whoosh dependency added to the requirements.txt file.Cédric Bonhomme2014-04-22
* 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
bgstack15