aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Collapse)AuthorAge
* Updated translations.Cédric Bonhomme2014-05-05
|
* Remove a validator for the profile form.Cédric Bonhomme2014-05-05
|
* Improved make_valid_nickname function.Cédric Bonhomme2014-05-05
|
* Improved forms validation.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
|
* 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
|
* 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
|
bgstack15