Mercurial
Mercurial
>
catedit
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-60
+60
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Fix to navbar select css + cleaning up leftover unused imports
V00.02.00
2015-04-08, by durandn
Added tag V00.02.00 for changeset 7b8f9e151081
2015-04-08, by ymh
increment version to 0.2
2015-04-08, by ymh
Added tag V00.01.08 for changeset 8cb54dcf4d60
2015-04-08, by durandn
increment version
V00.01.08
2015-04-08, by 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
2015-04-08, by durandn
Small changes to navbar ("Page d'Accueil" -> "Accueil")
2015-04-08, by durandn
Added support for custom properties per repository + added doc in the readme for this (config.py PROPERTY_LIST entry has changed a bit)
2015-04-07, by durandn
Edited Readme to include a testing protocol for CatEdit
2015-03-31, by durandn
Fixes to css to accommodate for displaying repo name in navbar
2015-03-31, by 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)
2015-03-31, by durandn
Added tag V00.01.07 for changeset b7a74d8d5291
2015-03-26, by ymh
increment version
V00.01.07
2015-03-26, by ymh
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
2015-03-24, by durandn
Added tag V00.01.06 for changeset b9279505109f
2015-03-23, by ymh
message should be more explicit + increment version
V00.01.06
2015-03-23, by ymh
fixed error when creating discussion + adjusted readme on homepage to reflect discussion interface changes
2015-03-23, by durandn
Added tag V00.01.05 for changeset 3879ad2aedce
2015-03-19, by ymh
update server requirements
V00.01.05
2015-03-19, by ymh
Added tag V00.01.05 for changeset 7809ac45ad21
2015-03-19, by ymh
increment version
2015-03-19, by ymh
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)
2015-03-03, by 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
2015-03-02, by Nicolas DURAND
Added pagination to commit list and issue list + changeset page now display categories before and after modifications
2015-02-20, by 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
2015-02-20, by Nicolas DURAND
Restored ancient login flow
2015-02-17, by Nicolas DURAND
Pep8/Pylint small changes
2015-02-16, by 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
2015-02-13, by Nicolas DURAND
Added tag V00.01.03 for changeset 8c32ea41b391
2015-01-30, by 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
2015-01-30, by Nicolas DURAND
Quick fix previous commit (syntax error)
2015-01-13, by 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
2015-01-12, by Nicolas DURAND
Added tag V00.01.02 for changeset dfef7a018d1d
2015-01-07, by Nicolas DURAND
new version
V00.01.02
2015-01-07, by Nicolas DURAND
Added link to issues, footer (prep for version number display), expanded index readme
2015-01-07, by Nicolas DURAND
Added tag V00.01.01 for changeset eb73a4e6881e
2015-01-06, by ymh
correct fabfile + new version
V00.01.01
2015-01-06, by ymh
Merge
2015-01-06, by Nicolas DURAND
Fix to logging format + Link to discussion + github logging message format
2015-01-06, by Nicolas DURAND
Added tag V00.01.00 for changeset 5d5a52230e28
2015-01-06, by ymh
Added tag V00.01.00 for changeset b196557df509
V00.01.00
2015-01-06, by ymh
add template to distrib
2015-01-06, by ymh
add deploy script
2015-01-06, by ymh
add packaging
2015-01-04, by ymh
resources.py: quick fix for getting empty category list with get() in CategoryAPI
2015-01-06, by Nicolas DURAND
Quick fix on user editing privilege check
2015-01-06, by Nicolas DURAND
Removed references to REPOSITORY_NAME + some refactoring of cat_editor in views.py (wtforms)
2015-01-06, by 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
2015-01-05, by Nicolas DURAND
Added support for multiple repositories + Started work on template inheritance (only created empty base template so far)
2015-01-03, by Nicolas DURAND
correct initialization and import of application + rename api file
2015-01-02, by ymh
add github callback uri + secret key
2015-01-02, by ymh
Interface improvements: homepage, workshop, submitpage + it is now possible to edit changes + added CategoryChangesAPI
2015-01-02, by Nicolas DURAND
Refactoring (removing references to session in models.py and persistence.py)
2014-12-31, by Nicolas DURAND
quick fix typo
2014-12-30, by Nicolas DURAND
Cleaning the code (pep8, pylint)
2014-12-30, by 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).
2014-12-29, by Nicolas DURAND
Fix to github error handling
2014-12-18, by 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
2014-12-17, by Nicolas DURAND
start of small refactorisation: python 3.4, remove imports *, logger, apply pylint, remove app.py
2014-12-16, by ymh
Added Readme.md, cleaned up config.py.tmpl and settings.py, started working on comparing categories (unfinished) in utils.py
2014-12-12, by Nicolas DURAND
less
more
|
(0)
-60
+60
tip