aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 NEWS.rst for the release 6.3.Cédric Bonhomme2015-03-08
|
* Updated french translations.Cédric Bonhomme2015-03-08
|
* fix.Cédric Bonhomme2015-03-08
|
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2015-03-08
|\
| * Updated requirements.txtCé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
|
* updated documentation (db migration section).Cédric Bonhomme2015-03-06
|
* 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' ↵Cédric Bonhomme2015-03-05
| | | | when loading the page /articles/id
* 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
| | | | it again.
* Updated the documentation (deployment section - data base initialization).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
|
* Take advantage of some new fields of the Feed objects.Cédric Bonhomme2015-03-05
|
* Misplaced point.Cédric Bonhomme2015-03-04
|
* New init Heroku processus.Cédric Bonhomme2015-03-04
|
* fixCédric Bonhomme2015-03-04
|
* new migration version scriptCédric Bonhomme2015-03-04
|
* Added missing requirementCédric Bonhomme2015-03-04
|
* Updated migration scriptCédric Bonhomme2015-03-04
|
* Updated post deploy script for Heroku.Cédric Bonhomme2015-03-04
|
* Removed fetch.py since the crawler is now launched by the manager.Cédric Bonhomme2015-03-04
|
* Typo.Cédric Bonhomme2015-03-04
|
* Updated the name of the command to invoke the crawler based on asyncio. ↵Cédric Bonhomme2015-03-04
| | | | Updated the documentation consequently.
* Test with the old crawler (temporary during the transition).Cédric Bonhomme2015-03-04
|
* The feed abject should be loaded when 'feed_id' is not None.Cédric Bonhomme2015-03-04
|
* Merged in jaesivsm/pyaggr3g470r/evol/api (pull request #6) Cédric Bonhomme2015-03-04
|\ | | | | Evolution Arch, API and new crawler
| * adding refresh rate to the profile formFrançois Schmidts2015-03-04
| |
| * Merge remote-tracking branch 'origin/master' into evol/apiFrançois Schmidts2015-03-03
| |\ | |/ |/| | | | | | | | | | | Conflicts: bootstrap.py pyaggr3g470r/models.py pyaggr3g470r/notifications.py pyaggr3g470r/rest.py
* | Typo.Cédric Bonhomme2015-03-02
| |
* | Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2015-03-01
|\ \
| * | Updated version number in the documentation.Cédric Bonhomme2015-02-27
| | |
| * | Added a section about the requirements to the documentation.Cédric Bonhomme2015-02-27
| | |
| * | Release 6.2. The system of email notifications for new articles has been ↵Cédric Bonhomme2015-02-26
| | | | | | | | | | | | removed.
* | | This is now useless.Cédric Bonhomme2015-03-01
|/ /
bgstack15