aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Collapse)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
|
* Redirec to referrer.Cédric Bonhomme2014-02-03
|
* Improvement of the Flask redirection for the view mark_as_read().Cédric Bonhomme2014-02-03
|
* 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
|
* Upgraded to Bootstrap 3.1.0.Cédric Bonhomme2014-01-30
|
* Released version 4.5. Installation in one step. Misc improvements to the ↵Cédric Bonhomme2014-01-29
| | | | Jinja templates. Improvements to the feed fetcher.
* Improved installation processus.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
|
* Added feed description as link title.Cédric Bonhomme2014-01-26
|
* The description is not required.Cédric Bonhomme2014-01-26
|
* The description of the feed is stored in the database.Cédric Bonhomme2014-01-26
|
* Added an option to choose if URL of articles behind proxies should be resolved.Cédric Bonhomme2014-01-21
|
* Removed debug print.Cédric Bonhomme2014-01-20
|
* Finally always try to get the real URL...Cédric Bonhomme2014-01-20
|
* The MongoEngine object is saved after all threads are done.Cédric Bonhomme2014-01-19
|
* Only get the URL with requests if the string 'feedproxy' is found in the ↵Cédric Bonhomme2014-01-19
| | | | netloc part of the original URL.
* Replaced eye-open icon by info-sign.Cédric Bonhomme2014-01-15
|
* Added a link to the page to add/edit feeds.Cédric Bonhomme2014-01-14
|
* Continue on exception.Cédric Bonhomme2014-01-13
|
* requests is now too using the defined proxy.Cédric Bonhomme2014-01-13
|
* Feedgetter now uses the defined proxy of HTTP and HTTPS.Cédric Bonhomme2014-01-13
|
* Display the number of unread articles in the Browser tab title.Cédric Bonhomme2014-01-12
|
* Only display this icon if the feed is enabled.Cédric Bonhomme2014-01-12
|
* Removed useless print.Cédric Bonhomme2014-01-12
|
* It is now possible to feth only one feed.Cédric Bonhomme2014-01-12
|
* Keep the MongoDB database and Whoosh index synchronized.Cédric Bonhomme2014-01-12
|
* The term wasn't adequate.Cédric Bonhomme2014-01-06
|
bgstack15