stable

Clone or download

Read-only

Merge commit 'refs/changes/95/4595/8' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #8451: Add & reorder kanban columns from kanban administration

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusNotDefined.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −3 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +61 −17 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +35 −11 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/add-in-place/add-in-place-controller.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +27 −21 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-add-column-directive.js +22 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +66 −15 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.less +107 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html +63 −31 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/error/error.less +7 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/error/error.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js +24 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.less +25 −26 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/assets/drag.png Binary file Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/less/main.less +2 −25 Go to diff View file
M plugins/agiledashboard/www/themes/FlamingParrot/css/style.less +6 −6 Go to diff View file