aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Collapse)AuthorAge
* 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
|
* 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
|
* 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
|
* Removed useless import of the crawler (it is now launched in a subprocess).Cédric Bonhomme2014-04-13
|
* Updated comments and log messages.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
|
* No automatic indexation for the moment.Cédric Bonhomme2014-04-13
|
* Improvement for the /articles page.Cédric Bonhomme2014-04-13
|
* Updated *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
|
* HTML export now working on Heroku.Cédric Bonhomme2014-04-12
|
* 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
|
* Trying the export to HTML option on Heroku (2).Cédric Bonhomme2014-04-12
|
* Trying the export to HTML option on Heroku.Cédric Bonhomme2014-04-12
|
* Export of all articles in HTML pages is now working again (but not yet on ↵Cédric Bonhomme2014-04-12
| | | | Heroku).
* Removed option to disable a user.Cédric Bonhomme2014-04-12
|
* Bug fix in the /inactives template.Cédric Bonhomme2014-04-12
|
bgstack15