aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Expand)AuthorAge
* adding filters fieldFrançois Schmidts2015-07-02
* some factorisingFrançois Schmidts2015-07-02
* Display a picto when a feed is disabled due to errors when retrieving.Cédric Bonhomme2015-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
* It is recommended to close the loop at the end of the procesus (https://group...Cédric Bonhomme2015-06-02
* 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
* Run the asyncio loop in a try block.Cédric Bonhomme2015-05-27
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2015-05-27
|\
| * Removed debug message.Cédric Bonhomme2015-05-17
| * The line of an unread articles is removed from the table when it is opened in...Cédric Bonhomme2015-05-17
| * Finally, the side menu was easier to understand before.Cédric Bonhomme2015-05-17
* | Try to fix a problem with Python 3.4.3 and test 'ensure_future' with Python d...Cédric Bonhomme2015-05-27
* | No need to set feed.enabled in the asyncio crawler. Just to increase the coun...Cédric Bonhomme2015-05-27
|/
* testing special controller methodsFrançois Schmidts2015-05-15
* adding base unittestsFrançois Schmidts2015-05-15
* correcting log level for error in feed retrievingFrançois Schmidts2015-05-13
* pep8François Schmidts2015-05-13
* The list of inactive feeds is now sorted.Cédric Bonhomme2015-05-10
* Updated link to the page of articles for a feed.Cédric Bonhomme2015-05-09
* Removed 'articles' view.Cédric Bonhomme2015-05-09
* Updated translations.Cédric Bonhomme2015-05-07
* This field is mandatory.Cédric Bonhomme2015-05-07
* Uppdated translations.Cédric Bonhomme2015-05-03
* Display the ration only for the tab 'All'.Cédric Bonhomme2015-04-23
* 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
* Automatically use the good Python executable for the classic crawler.Cédric Bonhomme2015-04-23
* Updated translations.Cédric Bonhomme2015-04-23
* Removed HTML accesskey, not so useful.Cédric Bonhomme2015-04-23
* impacting wosh suppression to controllerFrançois Schmidts2015-04-22
* 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
* Link to about page is not only visible for the administrator.Cédric Bonhomme2015-04-20
* Minor changes to the search form.Cédric Bonhomme2015-04-19
* Trying the search on Heroku.Cédric Bonhomme2015-04-19
* 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
bgstack15