stable
Clone or download
Read-only
This task is part of story #7575 create a "new kanban" on AD homepage The kanban create is not displayed in the AD homepage (just saved in DB) Change-Id: Ide9ecf4ae75ec8d14a43e4d46129d5291474c232
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/db/install.sql | +7 | −0 | Go to diff View file |
A | plugins/agiledashboard/db/mysql/updates/2014/201411261504_add_agiledashboard_kanban_configuration_table.php | +51 | −0 | Go to diff View file |
M | plugins/agiledashboard/db/uninstall.sql | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php | +68 | −16 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php | +37 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php | +21 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +12 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +3 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php | +37 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/site-content/en_US/agiledashboard.tab | +8 | −0 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab | +8 | −0 | Go to diff View file |
M | plugins/agiledashboard/templates/home.mustache | +48 | −1 | 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 | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/themes/default/css/style.less | +18 | −0 | Go to diff View file |