stable
Clone or download
Read-only
This task is part of story #7575 create a "new kanban" on AD homepage When one (or some) Kanban are created by an admin, a minimal box is displayed in AD homepage. For now, number of closed and open element is always 0. Change-Id: I5119b9cd9aae37624879e4504d9357cdd9b98876
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboard/Kanban.class.php | +51 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php | +9 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php | +46 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php | +1 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/KanbanSummaryPresenter.class.php | +53 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +8 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +18 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php | +6 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +4 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +5 | −2 | Go to diff View file |
M | plugins/agiledashboard/templates/home.mustache | +17 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/AgileDashboardRouterTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/ControllerTest.php | +7 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/themes/default/css/style.less | +107 | −102 | Go to diff View file |