Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Wed, 31 Dec 2014 15:28:40 +0100] rev 17
Refactoring (removing references to session in models.py and persistence.py)
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Tue, 30 Dec 2014 16:55:56 +0100] rev 16
quick fix typo
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Tue, 30 Dec 2014 15:52:56 +0100] rev 15
Cleaning the code (pep8, pylint)
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Mon, 29 Dec 2014 18:01:09 +0100] rev 14
Added support for making multiple changes in a single commit, using the flask dict "session" (keys used are "modified_categories" and "deleted_categories") + Added a view for editing categories that allows the user to see what he has added, deleted or edited + Made it so an unauthenticated user should not generate any Github api request (you have to be logged to see the categories now).
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Thu, 18 Dec 2014 12:07:03 +0100] rev 13
Fix to github error handling
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Wed, 17 Dec 2014 17:21:06 +0100] rev 12
Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
ymh <ymh.work@gmail.com> [Tue, 16 Dec 2014 11:14:55 +0100] rev 11
start of small refactorisation: python 3.4, remove imports *, logger, apply pylint, remove app.py