aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views.py
Commit message (Expand)AuthorAge
* global esthetics tweakFrançois Schmidts2015-03-03
* testCédric Bonhomme2015-02-09
* Updated years f copyright.Cédric Bonhomme2015-01-03
* Minor changes (comment and logging).Cédric Bonhomme2014-11-30
* Database is now indexed in background.Cédric Bonhomme2014-11-30
* Added a button to delete duplicate articles.Cédric Bonhomme2014-11-28
* Improved layout of the template duplicate.html.Cédric Bonhomme2014-11-28
* Misc fixes for the installation/uage of scipy/numpy/nltk.Cédric Bonhomme2014-11-28
* Added duplicates.html template.Cédric Bonhomme2014-11-28
* Compare files with cosine.Cédric Bonhomme2014-11-28
* Notifications functions and functions to send emails are now in separated files.Cédric Bonhomme2014-11-20
* Bug fix: activation key was too long for the database column.Cédric Bonhomme2014-11-19
* More robust fetch.py script.Cédric Bonhomme2014-11-09
* Log 'bozo' exception.Cédric Bonhomme2014-11-08
* Bug fix: minor problem on the /search page.Cédric Bonhomme2014-10-02
* Python 3 supportCédric Bonhomme2014-10-01
* Significative performance improvement for the /favorites view.Cédric Bonhomme2014-09-23
* Significative performance improvement for the /unread view.Cédric Bonhomme2014-09-22
* Some minor uninteresting changes.Cédric Bonhomme2014-09-20
* Bugfix: FlushError. Conflicts between persistent ant transcient SQLAlchemy ob...Cédric Bonhomme2014-09-15
* Version 5.6.3 of pyAggr3g470r released.Cédric Bonhomme2014-08-27
* Bugfix.Cédric Bonhomme2014-08-26
* Changed a test of a environment variable. Updated README.Cédric Bonhomme2014-08-26
* Minor typo..Cédric Bonhomme2014-08-25
* Better to use a warning message.Cédric Bonhomme2014-08-25
* Display a message when self registration is disabled.Cédric Bonhomme2014-08-25
* It is now possible to enable or disable self registration with an environment...Cédric Bonhomme2014-08-25
* Finally delete article older and retrieved before 10 weeks.Cédric Bonhomme2014-08-20
* Confirmation of deletion.Cédric Bonhomme2014-08-20
* It is now possible to delete articles older than a given number of weeks.Cédric Bonhomme2014-08-20
* Updated header information.Cédric Bonhomme2014-08-10
* Articles are automatically retrieved after the import of an OPML file.Cédric Bonhomme2014-08-10
* Update headers tags.Cédric Bonhomme2014-07-13
* Performance imporvement (loading of the management page).Cédric Bonhomme2014-07-13
* Removed a trailing space.Cédric Bonhomme2014-07-13
* It is now possible to add new feeds with a bookmarklet.Cédric Bonhomme2014-07-07
* No trailing space for the 'logout' view.Cédric Bonhomme2014-06-24
* Removed trailing slashes from the routes.Cédric Bonhomme2014-06-24
* Added a comment for the home() view.Cédric Bonhomme2014-06-22
* Testing a REST API.Cédric Bonhomme2014-06-18
* Enables the user to recover its account when he has forgotten its password.Cédric Bonhomme2014-06-16
* Updated translations.Cédric Bonhomme2014-06-14
* We should filter articles only for one user.Cédric Bonhomme2014-06-13
* revert last changeCédric Bonhomme2014-06-13
* Try to fix a problem on Heroku with the list of feeds (1).Cédric Bonhomme2014-06-13
* Reseolved 'Page Not Found' error when clicking on 'Mark all as read'.Cédric Bonhomme2014-06-12
* unread redirects homeFrançois Schmidts2014-06-12
* reimplementing the unread count in left menuFrançois Schmidts2014-06-12
* redoing home pageFrançois Schmidts2014-06-12
* adding the capacity to mark articles as unreadFrançois Schmidts2014-06-10
bgstack15