stable
Clone or download
Read-only
This task is part of story #7575 create a "new kanban" on AD homepage If you have enabled the Tuleap lab features, you will be able to have a checkbox in AgileDashboard admin in order to enable Kanban Change-Id: Idb3775e5180b76f829ddfbffed4be680b6c198b2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/db/install.sql | +5 | −0 | Go to diff View file |
A | plugins/agiledashboard/db/mysql/updates/2014/201411251018_add_agiledashboard_kanban_table.php | +49 | −0 | Go to diff View file |
M | plugins/agiledashboard/db/uninstall.sql | +1 | −0 | Go to diff View file |
R | plugins/agiledashboard/include/Planning/PlanningListPresenter.class.php | Go to diff View file | ||
A | plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php | +127 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php | +51 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +27 | −18 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +0 | −49 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +5 | −3 | Go to diff View file |
M | plugins/agiledashboard/site-content/en_US/agiledashboard.tab | +6 | −0 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab | +6 | −0 | Go to diff View file |
M | plugins/agiledashboard/templates/admin.mustache | +38 | −26 | 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 | +26 | −19 | Go to diff View file |
M | plugins/agiledashboard/www/themes/default/css/style.less | +8 | −1 | Go to diff View file |