Tue, 06 Jan 2015 15:01:45 +0100 Removed references to REPOSITORY_NAME + some refactoring of cat_editor in views.py (wtforms)
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Tue, 06 Jan 2015 15:01:45 +0100] rev 23
Removed references to REPOSITORY_NAME + some refactoring of cat_editor in views.py (wtforms)
Mon, 05 Jan 2015 18:03:55 +0100 Refactoring: change lists are now dicts + template inheritance for app pages + added debug messages with remaining github request count after each github api request
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Mon, 05 Jan 2015 18:03:55 +0100] rev 22
Refactoring: change lists are now dicts + template inheritance for app pages + added debug messages with remaining github request count after each github api request
Sat, 03 Jan 2015 00:15:51 +0100 Added support for multiple repositories + Started work on template inheritance (only created empty base template so far)
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Sat, 03 Jan 2015 00:15:51 +0100] rev 21
Added support for multiple repositories + Started work on template inheritance (only created empty base template so far)
Fri, 02 Jan 2015 16:46:56 +0100 correct initialization and import of application + rename api file
ymh <ymh.work@gmail.com> [Fri, 02 Jan 2015 16:46:56 +0100] rev 20
correct initialization and import of application + rename api file
Fri, 02 Jan 2015 12:05:47 +0100 add github callback uri + secret key
ymh <ymh.work@gmail.com> [Fri, 02 Jan 2015 12:05:47 +0100] rev 19
add github callback uri + secret key
Fri, 02 Jan 2015 10:56:43 +0100 Interface improvements: homepage, workshop, submitpage + it is now possible to edit changes + added CategoryChangesAPI
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Fri, 02 Jan 2015 10:56:43 +0100] rev 18
Interface improvements: homepage, workshop, submitpage + it is now possible to edit changes + added CategoryChangesAPI
Wed, 31 Dec 2014 15:28:40 +0100 Refactoring (removing references to session in models.py and persistence.py)
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)
Tue, 30 Dec 2014 16:55:56 +0100 quick fix typo
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Tue, 30 Dec 2014 16:55:56 +0100] rev 16
quick fix typo
Tue, 30 Dec 2014 15:52:56 +0100 Cleaning the code (pep8, pylint)
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr> [Tue, 30 Dec 2014 15:52:56 +0100] rev 15
Cleaning the code (pep8, pylint)
Mon, 29 Dec 2014 18:01:09 +0100 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> [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).
(0) -10 +10 +100 tip