stable

Clone or download

Read-only

story #8485: Delete a Kanban column

Change-Id: I11f31dad1ca6c67ba1aca559cb16a8c711b68faf

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanActionsChecker.php +19 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumn.php +20 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnDao.class.php +11 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnFactory.php +12 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php +33 −5 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/KanbanColumnNotRemovableException.php +23 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnRepresentation.php +13 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnsResource.php +47 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +2 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentation.php +14 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentationBuilder.php +1 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +11 −3 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 +2 −1 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +11 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/Gruntfile.js +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +107 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +8 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +35 −4 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.less +52 −16 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html +42 −24 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/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php +75 −64 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_Static_ValueDao.class.php +56 −32 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +5 −0 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_StatusDao.class.php +7 −7 Go to diff View file
M src/common/REST/Header.class.php +4 −0 Go to diff View file