aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* the icon featureFrançois Schmidts2015-07-03
* Minor improvements to the edit feed forms.Cédric Bonhomme2015-07-03
* using conf.DEFAULT_MAX_ERROR in feed templateFrançois Schmidts2015-07-02
* basic UI to maniuplate filtersFrançois Schmidts2015-07-02
* redoing home page in a more 'bootstrapy' wayFrançois Schmidts2015-07-02
* a more bootstrap edit feed page & removing unused codeFrançois Schmidts2015-07-02
* registering an strftime even if headers don't provide oneFranç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
* adding comments and testsFrançois Schmidts2015-07-02
* adding filters mechanism + splitting tests + adding tests for filtersFrançois Schmidts2015-07-02
* adding filters fieldFrançois Schmidts2015-07-02
* sqlite can't drop column, ignoring drop statementFranç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
* Updated NEWS.rst file for the new release (6.6).Cédric Bonhomme2015-06-02
* 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
* Feedpaser is now fixed.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
|/
* The web server should run on 0.0.0.0 for Vagrant.Cédric Bonhomme2015-05-15
* Updated conf file for Vagrant installation.Cédric Bonhomme2015-05-15
* Fixed some problems with the install script.Cédric Bonhomme2015-05-15
* Merged in jaesivsm/pyaggr3g470r (pull request #13)Cédric Bonhomme2015-05-15
|\
| * 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
* Updated documentation.Cédric Bonhomme2015-05-03
* Changed variable 'notification_sender' to 'notification_email'.Cédric Bonhomme2015-05-03
* Uppdated translations.Cédric Bonhomme2015-05-03
* Updated documentation.Cédric Bonhomme2015-05-03
bgstack15