aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 ↵Cédric Bonhomme2014-04-23
| | | | Whoosh.
* 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
|
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2014-04-19
|\
| * Added a direct link to the view to list all feeds.Cédric Bonhomme2014-04-17
| |
| * Added a direct link to the view to create a new feed.Cédric Bonhomme2014-04-17
| |
* | Added custom error pages.Cédric Bonhomme2014-04-19
|/
* Changed a little bit the style of the title.Cédric Bonhomme2014-04-15
|
* The /article page has now a link to the /feed page.Cédric Bonhomme2014-04-15
|
* Improved code readability.Cédric Bonhomme2014-04-14
|
* Only display the last 100 articles.Cédric Bonhomme2014-04-14
|
* Added logo.Cédric Bonhomme2014-04-13
|
* Updated default user-agent when running on Heroku.Cédric Bonhomme2014-04-13
|
bgstack15