stable
Clone or download
Read-only
This removes a little bit the dependency of kanban on agiledashboard. No functional changes, kanban is still displayed. Part of request #32645: Extract kanban from agiledashboard Change-Id: I21803a5203cd4cf35aec630d242a026fc13b147e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardLegacyController.php | +1 | −18 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +2 | −60 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +0 | −13 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +29 | −2 | Go to diff View file |
M | plugins/agiledashboard/templates/home-kanban.mustache | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/e2e/cypress/cypress/e2e/artifact-modal.cy.ts | +4 | −20 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboardRouterTest.php | +0 | −2 | Go to diff View file |
M | plugins/kanban/include/Kanban/BreadCrumbBuilder.php | +2 | −9 | Go to diff View file |
M | plugins/kanban/include/Kanban/FirstKanbanCreator.php | +1 | −7 | Go to diff View file |
M | plugins/kanban/include/Kanban/KanbanPresenter.php | +1 | −7 | Go to diff View file |
D | plugins/kanban/include/Kanban/KanbanURL.php | +0 | −33 | Go to diff View file |
M | plugins/kanban/include/Kanban/RecentlyVisited/VisitRetriever.php | +1 | −7 | Go to diff View file |
M | plugins/kanban/include/Kanban/ShowKanbanController.php | +65 | −45 | Go to diff View file |
M | plugins/kanban/scripts/kanban/themes/_project-header-background.scss | +1 | −1 | Go to diff View file |
D | plugins/kanban/tests/unit/KanbanURLTest.php | +0 | −34 | Go to diff View file |
M | plugins/kanban/tests/unit/RecentlyVisited/VisitRetrieverTest.php | +2 | −10 | Go to diff View file |