aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
Commit message (Expand)AuthorAge
* 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
* 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
* Updated translations for the French language.Cédric Bonhomme2014-05-03
* Using datetime filter in all templates.Cédric Bonhomme2014-05-03
* Take into account the client time zone.Cédric Bonhomme2014-05-03
* Updated french translations.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 export to JSON.Cédric Bonhomme2014-04-29
* added templates for emailsCédric Bonhomme2014-04-27
* 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
* A message is displayed to inform the user about authorized file extension.Cédric Bonhomme2014-04-23
* Bug fix.Cédric Bonhomme2014-04-23
* 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
* Only display the last 100 articles.Cédric Bonhomme2014-04-14
* Improvement for the /articles page.Cédric Bonhomme2014-04-13
* fixed template for /searchCé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.Cédric Bonhomme2014-04-12
* Removed option to disable a user.Cédric Bonhomme2014-04-12
* Bug fix in the /inactives template.Cédric Bonhomme2014-04-12
* Improvements of the feedgetter module.Cédric Bonhomme2014-04-12
* The /home page is now loading faster.Cédric Bonhomme2014-04-12
* No SMTP for Heroku (for the moment).Cédric Bonhomme2014-04-12
* For the moment disable full text search on Heroku.Cédric Bonhomme2014-04-12
* And another minor bug fix.Cédric Bonhomme2014-04-12
* Bugfix.Cédric Bonhomme2014-04-11
* Minor improvement for the /management template.Cédric Bonhomme2014-04-11
* Renamed a link title.Cédric Bonhomme2014-04-11
* Updated about page.Cédric Bonhomme2014-04-09
* Management of users via the administrator's account.Cédric Bonhomme2014-04-09
* /unread and /like views are working.Cédric Bonhomme2014-04-08
* /articles page is working.Cédric Bonhomme2014-04-08
* Improved articles loading for the home page.Cédric Bonhomme2014-04-08
* Fixed /feeds template (2).Cédric Bonhomme2014-04-08
* Fixed /feeds template.Cédric Bonhomme2014-04-08
bgstack15