Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated bootstrap. | Cédric Bonhomme | 2015-04-12 |
| | |||
* | Removed debug print. | Cédric Bonhomme | 2015-04-08 |
| | |||
* | Release 6.5.1 | Cédric Bonhomme | 2015-04-08 |
| | |||
* | The minimum error count is now specified in the configuration file. | Cédric Bonhomme | 2015-04-08 |
| | |||
* | Merged in jaesivsm/pyaggr3g470r (pull request #7) | Cédric Bonhomme | 2015-04-07 |
|\ | | | | | | | improving http crawler and misc correction on controller use | ||
| * | correcting the way we use the controllers and adding documentation | François Schmidts | 2015-04-07 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' | François Schmidts | 2015-04-06 |
| |\ | | | | | | | | | | | | | | | | Conflicts: pyaggr3g470r/controllers/feed.py pyaggr3g470r/templates/home.html | ||
| * | | 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 |
| | | | |||
| * | | failover for bad counter manipulation | François Schmidts | 2015-03-10 |
| | | | |||
| * | | better crawling crontrol | François Schmidts | 2015-03-06 |
| | | | |||
| * | | correcting wait counter and reactivating last_retrieved | François Schmidts | 2015-03-05 |
| | | | |||
* | | | Released version 6.5. | Cédric Bonhomme | 2015-04-07 |
| |/ |/| | |||
* | | 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 |
| | | |||
* | | Clean the directory when installing pyAggr3g470r with Vagrant. | Cédric Bonhomme | 2015-03-31 |
| | | |||
* | | Create a cron job at the end of the bootstraping of Vagrant. | Cédric Bonhomme | 2015-03-30 |
| | | |||
* | | 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 |
| | | |||
* | | Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r | Cédric Bonhomme | 2015-03-27 |
|\ \ | |||
| * | | Don't ask for confirmation of uninstall deletions with pip. | Cédric Bonhomme | 2015-03-26 |
| | | | |||
| * | | Updated Vagrant version. | Cédric Bonhomme | 2015-03-26 |
| | | | |||
* | | | Display the article id in the 'duplicates' page. | Cédric Bonhomme | 2015-03-27 |
|/ / | |||
* | | Fixed configuration file for Vagrant. | Cédric Bonhomme | 2015-03-26 |
| | | |||
* | | Updated Vagrant bootstrap file. | Cédric Bonhomme | 2015-03-26 |
| | | |||
* | | Renamed a parameter of the install.sh script. | Cédric Bonhomme | 2015-03-26 |
| | | |||
* | | Added '-y' option to when installing dependencies with apt. | Cédric Bonhomme | 2015-03-25 |
| | | |||
* | | Improved installation script (tested with PostgreSQL, problem with SQLite ↵ | Cédric Bonhomme | 2015-03-25 |
| | | | | | | | | because pysqlite is not yet ported to Python 3). | ||
* | | Improved the installation script (not yet tested). | Cédric Bonhomme | 2015-03-24 |
| | | |||
* | | Added a script to install pyAggr3g470r on a server. | Cédric Bonhomme | 2015-03-24 |
| | | |||
* | | 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 |
| | | |||
* | | Updated NEWS.rst for the release 6.4. | Cédric Bonhomme | 2015-03-17 |
| | |