aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Expand)AuthorAge
...
| * Improved table to the /duplicates page.Cédric Bonhomme2015-03-28
| * Bugfix: unnecessary trailing slash.Cédric Bonhomme2015-03-28
| * Typo...Cédric Bonhomme2015-03-28
| * Test of the headers was to strict.Cédric Bonhomme2015-03-28
| * It is now possible to delete all duplicate articles with one request.Cédric Bonhomme2015-03-28
| * Display the article id in the 'duplicates' page.Cédric Bonhomme2015-03-27
| * The manual retrieving of news is solely available for administrator, on the H...Cédric Bonhomme2015-03-23
| * Previous commit is useless...Cédric Bonhomme2015-03-23
| * Use the 'safe' Jinja filter to prevent bad html code.Cédric Bonhomme2015-03-23
| * Fixed a minor bug in the '/feed' page.Cédric Bonhomme2015-03-23
| * Format the date with the adequat Babel filter.Cédric Bonhomme2015-03-19
| * Updated translations.Cédric Bonhomme2015-03-17
| * Reverse the sort of articles.Cédric Bonhomme2015-03-17
| * Improvements to the 'history' page.Cédric Bonhomme2015-03-16
| * Added a new Jinja filter to get month name from number.Cédric Bonhomme2015-03-16
| * Removed blank line.Cédric Bonhomme2015-03-16
| * Removed debug print.Cédric Bonhomme2015-03-16
| * Improvements and fixes for the history() function.Cédric Bonhomme2015-03-16
| * forgot login required decoratorCédric Bonhomme2015-03-15
| * A new test for the history page.Cédric Bonhomme2015-03-15
| * pylint checkCédric Bonhomme2015-03-15
| * The label of the badge (for the errors count) wasn't clear enough.Cédric Bonhomme2015-03-10
| * changed the type of the column 'last_modified' to string.Cédric Bonhomme2015-03-10
| * Bug fix.Cédric Bonhomme2015-03-09
| * Typo.*Cédric Bonhomme2015-03-09
| * Bug fix.Cédric Bonhomme2015-03-09
| * TestCédric Bonhomme2015-03-09
| * TestCédric Bonhomme2015-03-09
| * Updated french translations.Cédric Bonhomme2015-03-08
| * Moved duplicate() function in utils.py. Some minor cosmethic changes.Cédric Bonhomme2015-03-08
| * Better handling of the error logging in the crawler.Cédric Bonhomme2015-03-08
| * Simplified manager.py.Cédric Bonhomme2015-03-06
| * Feed GET HTTP resource accepts request with no json data (test).Cédric Bonhomme2015-03-06
| * Capure logging for InsecureRequestWarning (https).Cédric Bonhomme2015-03-05
| * Bug fix: 'sqlalchemy.exc.DataError: (DataError) LIMIT must not be negative' w...Cédric Bonhomme2015-03-05
* | misc updateFrançois Schmidts2015-04-06
* | implementing cache construction on crawler side (limiting useless pushes)François Schmidts2015-03-10
* | failover for bad counter manipulationFrançois Schmidts2015-03-10
* | better crawling crontrolFrançois Schmidts2015-03-06
* | correcting wait counter and reactivating last_retrievedFrançois Schmidts2015-03-05
|/
* set again to 5...Cédric Bonhomme2015-03-05
* set default limit to 100.Cédric Bonhomme2015-03-05
* Fix the authenticate decorator.Cédric Bonhomme2015-03-05
* Provides to the user a way to set the error count of a feed to 0 by enabling ...Cédric Bonhomme2015-03-05
* The side menu of the main page now displays all the feeds.Cédric Bonhomme2015-03-05
* Disable the feed when more than 2 erros (test).Cédric Bonhomme2015-03-05
* TypoCédric Bonhomme2015-03-05
* ...Cédric Bonhomme2015-03-05
* Typo.Cédric Bonhomme2015-03-05
* Minor update to the 'feed' template.Cédric Bonhomme2015-03-05
bgstack15