aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views
Commit message (Expand)AuthorAge
* making gen_url get args order predictable so cache generation worksFrançois Schmidts2015-07-21
* fetching mimetypes with imagesFrançois Schmidts2015-07-21
* adding a no change return policyFrançois Schmidts2015-07-21
* Updated translations.Cédric Bonhomme2015-07-10
* Management of connection errors when adding a new feed.Cédric Bonhomme2015-07-10
* Only start the classic crawler if we were able to get the feed of the site.Cédric Bonhomme2015-07-10
* protecting pyagg against empty feedFrançois Schmidts2015-07-07
* using bookmarklet for adding feed from navbarFrançois Schmidts2015-07-07
* making it possible for super admin to update other's feedFrançois Schmidts2015-07-06
* adding feed icons on feed pagesFrançois Schmidts2015-07-06
* adding cache control on iconsFrançois Schmidts2015-07-06
* the icon isn't a url but a b64 dumpFrançois Schmidts2015-07-06
* light refactFrançois Schmidts2015-07-06
* making bookmaklet work for any urlFrançois Schmidts2015-07-06
* constructing feed from normal url alsoFrançois Schmidts2015-07-06
* the icon featureFrançois Schmidts2015-07-03
* basic UI to maniuplate filtersFrançois Schmidts2015-07-02
* a more bootstrap edit feed page & removing unused codeFrançois Schmidts2015-07-02
* 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
* The bookmarklet to subscribe to a feed has been slightly updated.Cédric Bonhomme2015-06-03
* 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
* Removed 'articles' view.Cédric Bonhomme2015-05-09
* Just a try to get a more comprehensive counter of unread articles.Cédric Bonhomme2015-04-23
* enforcing better user of user_id in controllersFrançois Schmidts2015-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
* Only display this message when the crawling has been launched.Cédric Bonhomme2015-04-23
* making admin able to update all other users feedFrançois Schmidts2015-04-22
* 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
bgstack15