aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views.py
Commit message (Collapse)AuthorAge
* Fix.Cédric Bonhomme2014-04-08
|
* Mark all articles (or all articles from a feed) as read.Cédric Bonhomme2014-04-08
|
* Improved articles loading for the home page.Cédric Bonhomme2014-04-08
|
* Management page near to be OK.Cédric Bonhomme2014-04-08
|
* Added decorator to check if a user has access to a feed.Cédric Bonhomme2014-04-08
|
* Create and edit a feed: OK.Cédric Bonhomme2014-04-08
|
* Beginning of the port to PostgreSQL.Cédric Bonhomme2014-04-07
|
* Login is required.Cédric Bonhomme2014-02-10
|
* Export feeds to OPML.Cédric Bonhomme2014-02-10
|
* 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
|
* Improvements to the OPML importer.Cédric Bonhomme2014-02-09
|
* It is now possible to import OPML files.Cédric Bonhomme2014-02-09
|
* 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
|
* 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
|
* 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
|
* Updated template with Bootstrap 3.1 headers.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.
* explicitly mark a string as safe HTML with |safeCédric Bonhomme2014-01-27
|
* The description of the feed is stored in the database.Cédric Bonhomme2014-01-26
|
* Display the number of unread articles in the Browser tab title.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
|
* Minor fix when a feed contains 0 article.Cédric Bonhomme2014-01-06
|
* Displaying more information in the /feed page.Cédric Bonhomme2014-01-01
|
* Removed useless imports.Cédric Bonhomme2013-12-28
|
* Using a for..else loop here.Cédric Bonhomme2013-12-28
|
* Added comments.Cédric Bonhomme2013-12-28
|
* Released version 4.4.Cédric Bonhomme2013-12-27
|
* Feed deleteion confirmation.Cédric Bonhomme2013-12-27
|
* Improved Flask flash messages.Cédric Bonhomme2013-12-27
|
* Flash messsages.Cédric Bonhomme2013-12-27
|
* Sort the result of the search.Cédric Bonhomme2013-12-27
|
* Rederict to the page edit_feed.Cédric Bonhomme2013-12-26
|
* The name of the archive is composed of the current date.Cédric Bonhomme2013-12-08
|
* It is now possible to export all articles in a simple HTML site. The result ↵Cédric Bonhomme2013-12-08
| | | | is returned as a compressed tgz file.
* Performance improvement: direct acces to articles in the database (without ↵Cédric Bonhomme2013-12-03
| | | | using the User object).
* The title of the HTML page is now updated for /article and /feed pages.Cédric Bonhomme2013-12-03
|
* Minor improvements for the /search page.Cédric Bonhomme2013-12-01
|
* It is now possible to update information about a user (first name, last ↵Cédric Bonhomme2013-11-24
| | | | name, email and password).
* Merge.Cédric Bonhomme2013-11-23
|\
| * Added some comments in views.py.Cédric Bonhomme2013-11-22
| |
bgstack15