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
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Tue, 25 Nov 2014 16:24:37 +0100] rev 3
Updated property edition + cache to "get" method so it doesn't generate as many requests to Github API
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Mon, 24 Nov 2014 11:05:08 +0100] rev 2
removed log folder from repo + changed property edition form + started refactoring property list so adding a new property is easier
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Fri, 21 Nov 2014 14:19:20 +0100] rev 1
Initial commit (this time I'll push) + added checks if the authenticated user has write access to categories repo + added try except blocks around github api request