stable

Forked from tuleap/stable

Clone or download

Read-only

Merge commit 'refs/changes/18/4718/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #8485: enhance modal UX story #8485: Update a Kanban column

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanActionsChecker.php +15 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php +15 −11 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnPATCHRepresentation.php +35 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnRepresentation.php +7 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnsResource.php +11 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentation.php +8 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +8 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/include/KanbanColumnManagerTest.php +10 −8 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +84 −12 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +17 −5 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +6 −5 Go to diff View file
D plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-add-column-directive.js +0 −22 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-autofocus-directive.js +19 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +70 −14 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.less +46 −18 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html +57 −12 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js +18 −18 Go to diff View file
M plugins/agiledashboard/www/themes/FlamingParrot/css/style.less +12 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_Static_ValueDao.class.php +12 −0 Go to diff View file
M src/common/plugin/PluginManager.class.php +20 −20 Go to diff View file