aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views/views.py
Commit message (Expand)AuthorAge
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
* simplificationCédric Bonhomme2015-11-17
* minor improvements when deleting old articles, this was stupid...Cédric Bonhomme2015-11-17
* With the new version of Flask-Login is_authenticated is now a property.Cédric Bonhomme2015-09-18
* refact feed listFrançois Schmidts2015-08-05
* Secure back redirects with WTForms.Cédric Bonhomme2015-08-04
* By hoping this closes #9 without adding another bug.Cédric Bonhomme2015-08-04
* redoing the etag matching mechanismFrançois Schmidts2015-07-31
* making gen_url get args order predictable so cache generation worksFrançois Schmidts2015-07-21
* adding a no change return policyFrançois Schmidts2015-07-21
* using bookmarklet for adding feed from navbarFrançois Schmidts2015-07-07
* adding unread count when listing feeds, using count_by_feed for user managementFrançois Schmidts2015-07-02
* accelerating the feeds pageFrançois Schmidts2015-07-02
* Bugfix: the variable 'favorites' wasn't transfered to the template.Cédric Bonhomme2015-06-29
* Typo.Cédric Bonhomme2015-06-12
* No need to display the /duplicates page when there is no duplicate.Cédric Bonhomme2015-06-12
* Bug fix: the 'expire_articles' function was deleting articles of all users!Cédric Bonhomme2015-06-02
* It is now possible to sort the list of articles on the second column (title o...Cédric Bonhomme2015-06-02
* The search is now case unsensitive.Cédric Bonhomme2015-06-01
* This sort is supposed to be based on the feed's name.Cédric Bonhomme2015-06-01
* Finally, the side menu was easier to understand before.Cédric Bonhomme2015-05-17
* pep8François Schmidts2015-05-13
* The list of inactive feeds is now sorted.Cédric Bonhomme2015-05-10
* Just a try to get a more comprehensive counter of unread articles.Cédric Bonhomme2015-04-23
* Fixed strange behaviour of the search when only searching on the content.Cédric Bonhomme2015-04-23
* Bugfix: 'searc_content' -> 'search_content'.Cédric Bonhomme2015-04-23
* better title handlingFrançois Schmidts2015-04-22
* Full text seaerch with Whoosh has been removed.Cédric Bonhomme2015-04-22
* Restoring HTML 500 error handler.Cédric Bonhomme2015-04-19
* The problem was the 'database_url' conf variable, which is required on Heroku...Cédric Bonhomme2015-04-19
* Test.Cédric Bonhomme2015-04-19
* Remove the HTML 500 error handler to better understand the problem.Cédric Bonhomme2015-04-19
* misc bugfix (dict should be set at load time) and var renamingFrançois Schmidts2015-04-16
* redoing sorting on SQL and allowing to reverse sortingFrançois Schmidts2015-04-16
* introducing the or filter componentFrançois Schmidts2015-04-16
* redoing full text searchFrançois Schmidts2015-04-16
* making fetch call dependent to the crawling method optionFrançois Schmidts2015-04-14
* redoing conf gathering and using it in templatesFrançois Schmidts2015-04-14
* It is now possible to sort articles by date (default) or by feed.Cédric Bonhomme2015-04-13
* Bugfix: forgot to pass the 'user' variable to the template.Cédric Bonhomme2015-04-12
* Removed useless form instance.Cédric Bonhomme2015-04-12
* Fixed a bug when creating a new user via the dashboard. An other little impro...Cédric Bonhomme2015-04-12
* Typo.Cédric Bonhomme2015-04-12
* Do not display the search button on Heroku.Cédric Bonhomme2015-04-12
* It is now possible to add a new feed from any page via a dropdown menu.Cédric Bonhomme2015-04-12
* improving look and feel of home pageFrançois Schmidts2015-04-12
* making the favorites link switch to home when the displayed page is favoritesFrançois Schmidts2015-04-12
* no redirect from home if no feed has been tfiltered inFrançois Schmidts2015-04-12
* first take on redoing the menuFrançois Schmidts2015-04-12
* regrouping favorties and home, redoing the tab selection jscodeFrançois Schmidts2015-04-12
bgstack15