stable

Clone or download

Read-only

Merge commit 'refs/changes/28/4028/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7934: Edit a kanban Change-Id: I7d2bc0e02bf02862fb571371b2d64d9334eae062

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php +11 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanResource.php +68 −6 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +24 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +16 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +16 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +35 −1 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +25 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html +17 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js +8 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.less +14 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +4 −0 Go to diff View file
M plugins/agiledashboard/www/themes/FlamingParrot/css/style.less +4 −0 Go to diff View file