stable
Clone or download
Read-only
...and EasyDB No functional changes, tests still pass. Part of request #32645: Extract kanban from agiledashboard Change-Id: I00f1788017d6f1c180169dfc4fe14834575ba5fe
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Kanban/KanbanXmlImporter.php | +1 | −1 | Go to diff View file |
D | plugins/agiledashboard/include/AgileDashboard/KanbanColumnDao.class.php | +0 | −60 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanColumnFactory.php | +5 | −9 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php | +18 | −17 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_KanbanColumnManagerTest.php | +3 | −2 | Go to diff View file |
A | plugins/kanban/include/Kanban/KanbanColumnDao.php | +64 | −0 | Go to diff View file |
M | plugins/kanban/include/Kanban/REST/v1/KanbanColumnsResource.php | +9 | −4 | Go to diff View file |
M | plugins/kanban/include/Kanban/REST/v1/KanbanResource.php | +3 | −3 | Go to diff View file |