stable

Clone or download

Read-only

Merge commit 'refs/changes/33/4033/8' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

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

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php +18 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +28 −5 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +1 −0 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +19 −0 Go to diff View file
A plugins/agiledashboard/www/js/display-angular-feedback.js +28 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +24 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +20 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-config.js +4 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +5 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +30 −6 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html +13 −3 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js +6 −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 +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +14 −3 Go to diff View file
M src/common/REST/Header.class.php +4 −0 Go to diff View file