src/catedit/__init__.py
Tue, 14 Apr 2015 12:31:07 +0200 ymh add task indicator + some cleaning tasks
Fri, 10 Apr 2015 16:02:55 +0200 durandn clean log + session["tasks"] error
Thu, 09 Apr 2015 20:59:57 +0200 durandn Working server side task managing for submitting categories, fixed cache issue
Thu, 09 Apr 2015 17:39:27 +0200 durandn Started work on task management for submitting changes
Fri, 20 Feb 2015 18:42:52 +0100 Nicolas DURAND Added pagination to commit list and issue list + changeset page now display categories before and after modifications
Fri, 20 Feb 2015 10:55:54 +0100 Nicolas DURAND Caching fix (now works on views.categories submodule) and config (dict CACHE_CONFIG, see Flask-cache doc for expected values) + Pagination for comments (changeset & issues) + Hooks to log API rate consumption and get pagination info
Fri, 13 Feb 2015 17:22:21 +0100 Nicolas DURAND V0.1.4: Implemented github social functions into CatEdit: refactored template and views hierarchy, names, views submodule, created macro to generate category tables + small esthetic changes (buttons to display categories/tables switch state, possibility to hide tables) + views modules have been converted into Flask Blueprints
Fri, 30 Jan 2015 12:38:15 +0100 Nicolas DURAND New version + Reworked login process to suppress unauthenticated request + reworked file persistence + added tests module and API tests + reworked how the list repositories user can access is generated (can now only access repositories that are both in his repository list AND in the config repository list, so there is no need to add every new user to all repositories) V00.01.03
Mon, 12 Jan 2015 12:00:30 +0100 Nicolas DURAND Finished WTForms support for properties + Refactored API so it doesn't handle form parsing anymore + added version.py and edited setup.py, version is now displayed in the footer of every page + reworked config to condense every persistence parameter and logging parameter
Tue, 06 Jan 2015 17:48:50 +0100 Nicolas DURAND Merge
Tue, 06 Jan 2015 17:43:23 +0100 Nicolas DURAND Fix to logging format + Link to discussion + github logging message format
Sun, 04 Jan 2015 09:43:16 +0100 ymh add packaging
Fri, 02 Jan 2015 16:46:56 +0100 ymh correct initialization and import of application + rename api file
Fri, 02 Jan 2015 12:05:47 +0100 ymh add github callback uri + secret key
Mon, 29 Dec 2014 18:01:09 +0100 Nicolas DURAND 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).
Wed, 17 Dec 2014 17:21:06 +0100 Nicolas DURAND 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
Tue, 16 Dec 2014 11:14:55 +0100 ymh start of small refactorisation: python 3.4, remove imports *, logger, apply pylint, remove app.py
Thu, 20 Nov 2014 17:44:01 +0100 Nicolas DURAND Initial commit
less more (0) tip