| Wed, 08 Apr 2015 15:59:57 +0200 |
durandn |
Fix to navbar select css + cleaning up leftover unused imports
V00.02.00
|
changeset |
files
|
| Wed, 08 Apr 2015 14:55:44 +0200 |
ymh |
Added tag V00.02.00 for changeset 7b8f9e151081
|
changeset |
files
|
| Wed, 08 Apr 2015 14:55:25 +0200 |
ymh |
increment version to 0.2
|
changeset |
files
|
| Wed, 08 Apr 2015 13:10:52 +0200 |
durandn |
Added tag V00.01.08 for changeset 8cb54dcf4d60
|
changeset |
files
|
| Wed, 08 Apr 2015 12:59:07 +0200 |
durandn |
increment version
V00.01.08
|
changeset |
files
|
| Wed, 08 Apr 2015 12:57:59 +0200 |
durandn |
(forgot to add to repo) jquery 1.11.2 to fix slide bugs on chrome + category state appears on category lists on changeset pages and not only in change details list
|
changeset |
files
|
| Wed, 08 Apr 2015 11:27:26 +0200 |
durandn |
Small changes to navbar ("Page d'Accueil" -> "Accueil")
|
changeset |
files
|
| Tue, 07 Apr 2015 20:03:04 +0200 |
durandn |
Added support for custom properties per repository + added doc in the readme for this (config.py PROPERTY_LIST entry has changed a bit)
|
changeset |
files
|
| Tue, 31 Mar 2015 15:32:56 +0200 |
durandn |
Edited Readme to include a testing protocol for CatEdit
|
changeset |
files
|
| Tue, 31 Mar 2015 15:04:40 +0200 |
durandn |
Fixes to css to accommodate for displaying repo name in navbar
|
changeset |
files
|
| Tue, 31 Mar 2015 14:59:58 +0200 |
durandn |
Fixed javascript unexpected behavior with Chrome and toggling the details of categories in tab + Fixed javascript bug for adding a property in the editor + Now displaying the repo name in the changeset list and in the discussion list (previously was still "Atelier" unlike everywhere else)
|
changeset |
files
|
| Thu, 26 Mar 2015 16:03:05 +0100 |
ymh |
Added tag V00.01.07 for changeset b7a74d8d5291
|
changeset |
files
|
| Thu, 26 Mar 2015 15:40:50 +0100 |
ymh |
increment version
V00.01.07
|
changeset |
files
|
| Tue, 24 Mar 2015 13:12:59 +0100 |
durandn |
Fixed errors when submitting (Github api sends tuples for commit parents now) + Fixed error when editing (session entry for modified and deleted categories didn't initialize properly) + added back links to workshop page on discussion list and changeset list
|
changeset |
files
|
| Mon, 23 Mar 2015 16:09:30 +0100 |
ymh |
Added tag V00.01.06 for changeset b9279505109f
|
changeset |
files
|
| Mon, 23 Mar 2015 16:09:17 +0100 |
ymh |
message should be more explicit + increment version
V00.01.06
|
changeset |
files
|
| Mon, 23 Mar 2015 15:09:51 +0100 |
durandn |
fixed error when creating discussion + adjusted readme on homepage to reflect discussion interface changes
|
changeset |
files
|
| Thu, 19 Mar 2015 18:13:10 +0100 |
ymh |
Added tag V00.01.05 for changeset 3879ad2aedce
|
changeset |
files
|
| Thu, 19 Mar 2015 18:12:56 +0100 |
ymh |
update server requirements
V00.01.05
|
changeset |
files
|
| Thu, 19 Mar 2015 18:01:25 +0100 |
ymh |
Added tag V00.01.05 for changeset 7809ac45ad21
|
changeset |
files
|
| Thu, 19 Mar 2015 18:00:34 +0100 |
ymh |
increment version
|
changeset |
files
|
| Tue, 03 Mar 2015 13:04:38 +0100 |
Nicolas DURAND |
Added support for detailing changes on changeset pages: when a category is classified as "modified", user can show what exactly was modified for this category (added and deleted properties)
|
changeset |
files
|
| Mon, 02 Mar 2015 14:39:22 +0100 |
Nicolas DURAND |
Added cache support for getting issues, commits and comments + reworked workshop page, now displaying latest changes and latest opened issues and links to changeset and issues list + changeset page now displays a change summary
|
changeset |
files
|
| 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
|
changeset |
files
|
| 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
|
changeset |
files
|
| Tue, 17 Feb 2015 12:07:08 +0100 |
Nicolas DURAND |
Restored ancient login flow
|
changeset |
files
|
| Mon, 16 Feb 2015 15:13:39 +0100 |
Nicolas DURAND |
Pep8/Pylint small changes
|
changeset |
files
|
| 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
|
changeset |
files
|
| Fri, 30 Jan 2015 12:41:40 +0100 |
Nicolas DURAND |
Added tag V00.01.03 for changeset 8c32ea41b391
|
changeset |
files
|
| 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
|
changeset |
files
|
| Tue, 13 Jan 2015 10:43:26 +0100 |
Nicolas DURAND |
Quick fix previous commit (syntax error)
|
changeset |
files
|
| 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
|