Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge remote-tracking branch 'upstream/master' | François Schmidts | 2015-04-06 | |
|\ | | | | | | | | | | | Conflicts: pyaggr3g470r/controllers/feed.py pyaggr3g470r/templates/home.html | |||
| * | Minor changes to the CSS. | Cédric Bonhomme | 2015-04-06 | |
| | | ||||
| * | Minor improvements to the CSS of the side nav. | Cédric Bonhomme | 2015-04-05 | |
| | | ||||
| * | 'Jumbotron' replaced by 'well' bootstrap component in all templates. | Cédric Bonhomme | 2015-04-04 | |
| | | ||||
| * | Misc improvements to the CSS. | Cédric Bonhomme | 2015-04-01 | |
| | | ||||
| * | Bugfix. | Cédric Bonhomme | 2015-04-01 | |
| | | ||||
| * | Added customized-bootstrap.css file. | Cédric Bonhomme | 2015-04-01 | |
| | | ||||
| * | Displays the 'retrieved_date' instead of the 'id' in the /duplicates page. | Cédric Bonhomme | 2015-03-29 | |
| | | ||||
| * | Use more the controllers in views.py. user_id_key is the email. | Cédric Bonhomme | 2015-03-29 | |
| | | ||||
| * | Clean the file utils.py | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | Typo... | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | Pairs of duplicates are sorted by retrieved date. | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | Updated translations. | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | Improved table to the /duplicates page. | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | Bugfix: unnecessary trailing slash. | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | Typo... | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | Test of the headers was to strict. | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | It is now possible to delete all duplicate articles with one request. | Cédric Bonhomme | 2015-03-28 | |
| | | ||||
| * | Display the article id in the 'duplicates' page. | Cédric Bonhomme | 2015-03-27 | |
| | | ||||
| * | The manual retrieving of news is solely available for administrator, on the ↵ | Cédric Bonhomme | 2015-03-23 | |
| | | | | | | | | Heroku platform. | |||
| * | Previous commit is useless... | Cédric Bonhomme | 2015-03-23 | |
| | | ||||
| * | Use the 'safe' Jinja filter to prevent bad html code. | Cédric Bonhomme | 2015-03-23 | |
| | | ||||
| * | Fixed a minor bug in the '/feed' page. | Cédric Bonhomme | 2015-03-23 | |
| | | ||||
| * | Format the date with the adequat Babel filter. | Cédric Bonhomme | 2015-03-19 | |
| | | ||||
| * | Updated translations. | Cédric Bonhomme | 2015-03-17 | |
| | | ||||
| * | Reverse the sort of articles. | Cédric Bonhomme | 2015-03-17 | |
| | | ||||
| * | Improvements to the 'history' page. | Cédric Bonhomme | 2015-03-16 | |
| | | ||||
| * | Added a new Jinja filter to get month name from number. | Cédric Bonhomme | 2015-03-16 | |
| | | ||||
| * | Removed blank line. | Cédric Bonhomme | 2015-03-16 | |
| | | ||||
| * | Removed debug print. | Cédric Bonhomme | 2015-03-16 | |
| | | ||||
| * | Improvements and fixes for the history() function. | Cédric Bonhomme | 2015-03-16 | |
| | | ||||
| * | forgot login required decorator | Cédric Bonhomme | 2015-03-15 | |
| | | ||||
| * | A new test for the history page. | Cédric Bonhomme | 2015-03-15 | |
| | | ||||
| * | pylint check | Cédric Bonhomme | 2015-03-15 | |
| | | ||||
| * | The label of the badge (for the errors count) wasn't clear enough. | Cédric Bonhomme | 2015-03-10 | |
| | | ||||
| * | changed the type of the column 'last_modified' to string. | Cédric Bonhomme | 2015-03-10 | |
| | | ||||
| * | Bug fix. | Cédric Bonhomme | 2015-03-09 | |
| | | ||||
| * | Typo.* | Cédric Bonhomme | 2015-03-09 | |
| | | ||||
| * | Bug fix. | Cédric Bonhomme | 2015-03-09 | |
| | | ||||
| * | Test | Cédric Bonhomme | 2015-03-09 | |
| | | ||||
| * | Test | Cédric Bonhomme | 2015-03-09 | |
| | | ||||
| * | Updated french translations. | Cédric Bonhomme | 2015-03-08 | |
| | | ||||
| * | Moved duplicate() function in utils.py. Some minor cosmethic changes. | Cédric Bonhomme | 2015-03-08 | |
| | | ||||
| * | Better handling of the error logging in the crawler. | Cédric Bonhomme | 2015-03-08 | |
| | | ||||
| * | Simplified manager.py. | Cédric Bonhomme | 2015-03-06 | |
| | | ||||
| * | Feed GET HTTP resource accepts request with no json data (test). | Cédric Bonhomme | 2015-03-06 | |
| | | ||||
| * | Capure logging for InsecureRequestWarning (https). | Cédric Bonhomme | 2015-03-05 | |
| | | ||||
| * | Bug fix: 'sqlalchemy.exc.DataError: (DataError) LIMIT must not be negative' ↵ | Cédric Bonhomme | 2015-03-05 | |
| | | | | | | | | when loading the page /articles/id | |||
* | | misc update | François Schmidts | 2015-04-06 | |
| | | | | | | | | | | | | updating the way we maintain feed up to date in the database fixing the counter bumping the minimum error count | |||
* | | implementing cache construction on crawler side (limiting useless pushes) | François Schmidts | 2015-03-10 | |
| | |