| 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
|
changeset |
files
|
| Wed, 07 Jan 2015 12:38:57 +0100 |
Nicolas DURAND |
Added tag V00.01.02 for changeset dfef7a018d1d
|
changeset |
files
|
| Wed, 07 Jan 2015 12:38:35 +0100 |
Nicolas DURAND |
new version
V00.01.02
|
changeset |
files
|
| Wed, 07 Jan 2015 12:36:28 +0100 |
Nicolas DURAND |
Added link to issues, footer (prep for version number display), expanded index readme
|
changeset |
files
|
| Tue, 06 Jan 2015 17:54:04 +0100 |
ymh |
Added tag V00.01.01 for changeset eb73a4e6881e
|
changeset |
files
|
| Tue, 06 Jan 2015 17:53:55 +0100 |
ymh |
correct fabfile + new version
V00.01.01
|
changeset |
files
|
| Tue, 06 Jan 2015 17:48:50 +0100 |
Nicolas DURAND |
Merge
|
changeset |
files
|
| Tue, 06 Jan 2015 17:43:23 +0100 |
Nicolas DURAND |
Fix to logging format + Link to discussion + github logging message format
|
changeset |
files
|
| Tue, 06 Jan 2015 16:32:49 +0100 |
ymh |
Added tag V00.01.00 for changeset 5d5a52230e28
|
changeset |
files
|
| Tue, 06 Jan 2015 16:07:14 +0100 |
ymh |
Added tag V00.01.00 for changeset b196557df509
V00.01.00
|
changeset |
files
|
| Tue, 06 Jan 2015 16:06:33 +0100 |
ymh |
add template to distrib
|
changeset |
files
|
| Tue, 06 Jan 2015 13:26:14 +0100 |
ymh |
add deploy script
|
changeset |
files
|
| Sun, 04 Jan 2015 09:43:16 +0100 |
ymh |
add packaging
|
changeset |
files
|
| Tue, 06 Jan 2015 15:53:09 +0100 |
Nicolas DURAND |
resources.py: quick fix for getting empty category list with get() in CategoryAPI
|
changeset |
files
|
| Tue, 06 Jan 2015 15:21:08 +0100 |
Nicolas DURAND |
Quick fix on user editing privilege check
|
changeset |
files
|
| Tue, 06 Jan 2015 15:01:45 +0100 |
Nicolas DURAND |
Removed references to REPOSITORY_NAME + some refactoring of cat_editor in views.py (wtforms)
|
changeset |
files
|
| Mon, 05 Jan 2015 18:03:55 +0100 |
Nicolas DURAND |
Refactoring: change lists are now dicts + template inheritance for app pages + added debug messages with remaining github request count after each github api request
|
changeset |
files
|
| Sat, 03 Jan 2015 00:15:51 +0100 |
Nicolas DURAND |
Added support for multiple repositories + Started work on template inheritance (only created empty base template so far)
|
changeset |
files
|
| Fri, 02 Jan 2015 16:46:56 +0100 |
ymh |
correct initialization and import of application + rename api file
|
changeset |
files
|
| Fri, 02 Jan 2015 12:05:47 +0100 |
ymh |
add github callback uri + secret key
|
changeset |
files
|
| Fri, 02 Jan 2015 10:56:43 +0100 |
Nicolas DURAND |
Interface improvements: homepage, workshop, submitpage + it is now possible to edit changes + added CategoryChangesAPI
|
changeset |
files
|
| Wed, 31 Dec 2014 15:28:40 +0100 |
Nicolas DURAND |
Refactoring (removing references to session in models.py and persistence.py)
|
changeset |
files
|
| Tue, 30 Dec 2014 16:55:56 +0100 |
Nicolas DURAND |
quick fix typo
|
changeset |
files
|
| Tue, 30 Dec 2014 15:52:56 +0100 |
Nicolas DURAND |
Cleaning the code (pep8, pylint)
|
changeset |
files
|
| 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).
|
changeset |
files
|
| Thu, 18 Dec 2014 12:07:03 +0100 |
Nicolas DURAND |
Fix to github error handling
|
changeset |
files
|
| 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
|
changeset |
files
|
| Tue, 16 Dec 2014 11:14:55 +0100 |
ymh |
start of small refactorisation: python 3.4, remove imports *, logger, apply pylint, remove app.py
|
changeset |
files
|
| Fri, 12 Dec 2014 16:45:47 +0100 |
Nicolas DURAND |
Added Readme.md, cleaned up config.py.tmpl and settings.py, started working on comparing categories (unfinished) in utils.py
|
changeset |
files
|
| Tue, 09 Dec 2014 12:39:38 +0100 |
Nicolas DURAND |
pep8-fication + added skos:related in the list of available properties
|
changeset |
files
|
| Wed, 03 Dec 2014 17:40:19 +0100 |
Nicolas DURAND |
pep8-fication + cleaning comments so the only comments lefts are to be replaced by logs into a file
|
changeset |
files
|
| Fri, 28 Nov 2014 17:32:22 +0100 |
Nicolas DURAND |
Make host configurable from config.py (see settings.py) + changed id generation (using slugified labels instead of GUIDs)
|
changeset |
files
|
| Fri, 28 Nov 2014 14:53:11 +0100 |
Nicolas DURAND |
removed log.txt (bug)
|
changeset |
files
|
| Fri, 28 Nov 2014 14:50:37 +0100 |
Nicolas DURAND |
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
|
changeset |
files
|
| Wed, 26 Nov 2014 16:57:48 +0100 |
Nicolas DURAND |
Fixed cache clearing bug + category creation bug
|
changeset |
files
|
| Tue, 25 Nov 2014 16:24:37 +0100 |
Nicolas DURAND |
Updated property edition + cache to "get" method so it doesn't generate as many requests to Github API
|
changeset |
files
|
| Mon, 24 Nov 2014 11:05:08 +0100 |
Nicolas DURAND |
removed log folder from repo + changed property edition form + started refactoring property list so adding a new property is easier
|
changeset |
files
|
| Fri, 21 Nov 2014 14:19:20 +0100 |
Nicolas DURAND |
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
|
changeset |
files
|
| Thu, 20 Nov 2014 17:44:01 +0100 |
Nicolas DURAND |
Initial commit
|
changeset |
files
|