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
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Fri, 12 Dec 2014 16:45:47 +0100] rev 10
Added Readme.md, cleaned up config.py.tmpl and settings.py, started working on comparing categories (unfinished) in utils.py
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Tue, 09 Dec 2014 12:39:38 +0100] rev 9
pep8-fication + added skos:related in the list of available properties
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Wed, 03 Dec 2014 17:40:19 +0100] rev 8
pep8-fication + cleaning comments so the only comments lefts are to be replaced by logs into a file
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Fri, 28 Nov 2014 17:32:22 +0100] rev 7
Make host configurable from config.py (see settings.py) + changed id generation (using slugified labels instead of GUIDs)
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Fri, 28 Nov 2014 14:53:11 +0100] rev 6
removed log.txt (bug)
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Fri, 28 Nov 2014 14:50:37 +0100] rev 5
Added commit message to category deletion + config.py tmpl + persistence method is now configurable in settings and instanciated from a string + removed log.txt from tracking
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Wed, 26 Nov 2014 16:57:48 +0100] rev 4
Fixed cache clearing bug + category creation bug