aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fixed configuration file for Vagrant.Cédric Bonhomme2015-03-26
|
* Updated Vagrant bootstrap file.Cédric Bonhomme2015-03-26
|
* Renamed a parameter of the install.sh script.Cédric Bonhomme2015-03-26
|
* Added '-y' option to when installing dependencies with apt.Cédric Bonhomme2015-03-25
|
* Improved installation script (tested with PostgreSQL, problem with SQLite ↵Cédric Bonhomme2015-03-25
| | | | because pysqlite is not yet ported to Python 3).
* Improved the installation script (not yet tested).Cédric Bonhomme2015-03-24
|
* Added a script to install pyAggr3g470r on a server.Cédric Bonhomme2015-03-24
|
* The manual retrieving of news is solely available for administrator, on the ↵Cédric Bonhomme2015-03-23
| | | | Heroku platform.
* 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
|
* Updated NEWS.rst for the release 6.4.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
|
* Minor changes to the documentation.Cédric Bonhomme2015-03-15
|
* psycopg2 is now in the requirements.txt file.Cédric Bonhomme2015-03-15
|
* Updated documentation.Cédric Bonhomme2015-03-12
|
* Default platform URL should be localhost (especially if the user don't use ↵Cédric Bonhomme2015-03-12
| | | | the Heroku instance).
* 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 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.
bgstack15