aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Expand)AuthorAge
* 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 Her...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
* Prepare database initialization script for the new release.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
* Improvements of queries.Cédric Bonhomme2014-04-12
* New ForeignKey between Article and User.Cédric Bonhomme2014-04-12
* Better use of the decorator 'feed_access_required'.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
* Limit the size of the email field.Cédric Bonhomme2014-04-10
* Updated README.Cédric Bonhomme2014-04-09
* Updated README.Cédric Bonhomme2014-04-09
* Updated README.Cédric Bonhomme2014-04-09
* Articles's link are not unique.Cédric Bonhomme2014-04-09
* Delete a feed and its articles.Cédric Bonhomme2014-04-09
* Check if user can access to the article.Cédric Bonhomme2014-04-09
* Fixed bug.Cédric Bonhomme2014-04-09
* Fixed bug: all users were able to access to any article.Cédric Bonhomme2014-04-09
* Updated about page.Cédric Bonhomme2014-04-09
* Management of users via the administrator's account.Cédric Bonhomme2014-04-09
* Fixed bug for deployment on Herolu (2).Cédric Bonhomme2014-04-09
* Fixed bug for deployment on Herolu (1).Cédric Bonhomme2014-04-09
* License is now AGPLv3.Cédric Bonhomme2014-04-09
* Removed initialization script.Cédric Bonhomme2014-04-09
* Import/export of feeds with OPML is working.Cédric Bonhomme2014-04-08
* Another view is fixed.Cédric Bonhomme2014-04-08
* /unread and /like views are working.Cédric Bonhomme2014-04-08
* /articles page is working.Cédric Bonhomme2014-04-08
bgstack15