aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Minor bug fixes.Cédric Bonhomme2014-02-10
* Catch error if not articles for a feed (when detecting inactive feeds).Cédric Bonhomme2014-02-09
* Updated redirection for delete_feed view.Cédric Bonhomme2014-02-09
* Improved OPML import.Cédric Bonhomme2014-02-09
* Updated initialization script.Cédric Bonhomme2014-02-09
* Fixed typo.Cédric Bonhomme2014-02-09
* Improvements to the OPML importer.Cédric Bonhomme2014-02-09
* It is now possible to import OPML files.Cédric Bonhomme2014-02-09
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2014-02-09
|\
| * Minor improvement.Cédric Bonhomme2014-02-07
* | Minor improvements to some views.Cédric Bonhomme2014-02-09
|/
* New flash message.Cédric Bonhomme2014-02-06
* Test if the id of the feed is valid.Cédric Bonhomme2014-02-06
* Check if the number of articles is not greater than the parameter.Cédric Bonhomme2014-02-06
* Updated all links to /articles page.Cédric Bonhomme2014-02-06
* Display last 'n' articles.Cédric Bonhomme2014-02-05
* Give an idea of the importance of a feed compared to the whole database.Cédric Bonhomme2014-02-04
* Minor fix to the templates for the views /edit_feed and /profile.Cédric Bonhomme2014-02-04
* Updated benchmark.Cédric Bonhomme2014-02-03
* Updated benchmark.Cédric Bonhomme2014-02-03
* first results.Cédric Bonhomme2014-02-03
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2014-02-03
|\
| * Redirec to referrer.Cédric Bonhomme2014-02-03
| * Improvement of the Flask redirection for the view mark_as_read().Cédric Bonhomme2014-02-03
* | Added naive benchmarks for Whoosh and ElasticSearch.Cédric Bonhomme2014-02-03
|/
* Removed import of 'conf' module.Cédric Bonhomme2014-02-02
* Typo.Cédric Bonhomme2014-02-02
* Removed print statement.Cédric Bonhomme2014-02-02
* Updated README.Cédric Bonhomme2014-02-02
* Affed fetch.py script to use with cron.Cédric Bonhomme2014-02-02
* Mark all articles as read by feed.Cédric Bonhomme2014-02-02
* Test with another time format (only for the home page).Cédric Bonhomme2014-01-31
* Updated /search template.Cédric Bonhomme2014-01-30
* Updated template with Bootstrap 3.1 headers.Cédric Bonhomme2014-01-30
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2014-01-30
|\
| * Updated README.Cédric Bonhomme2014-01-30
* | Upgraded to Bootstrap 3.1.0.Cédric Bonhomme2014-01-30
|/
* Released version 4.5. Installation in one step. Misc improvements to the Jinj...Cédric Bonhomme2014-01-29
* Updated README.Cédric Bonhomme2014-01-29
* Updated README.Cédric Bonhomme2014-01-29
* Improved installation processus.Cédric Bonhomme2014-01-29
* Updated README.Cédric Bonhomme2014-01-29
* Updated README.Cédric Bonhomme2014-01-29
* Updated README.Cédric Bonhomme2014-01-29
* Updated setup script.Cédric Bonhomme2014-01-29
* Fixed setup script.Cédric Bonhomme2014-01-29
* explicitly mark a string as safe HTML with |safeCédric Bonhomme2014-01-27
* Improved /inactives template.Cédric Bonhomme2014-01-27
* Catch exception if the description is not available.Cédric Bonhomme2014-01-26
* Updated /feed page.Cédric Bonhomme2014-01-26
bgstack15