dev

Forked from tuleap/dev

Clone or download

Read-only

Extract Configuration stuff from Kanban stuff

This task is part of story #7575 create a "new kanban" on AD homepage This step is mandatory in order to deactivate scrum view in AD homepage Change-Id: I13364d174177b0696953c8b7cbdce403f9ab92c5

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminPresenter.class.php +14 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +12 −5 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/ConfigurationDao.class.php +52 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/ConfigurationManager.class.php +55 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php +0 −30 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php +1 −19 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +9 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +6 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +2 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −2 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +3 −2 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +3 −2 Go to diff View file
M plugins/agiledashboard/templates/admin.mustache +6 −3 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +2 −3 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +4 −0 Go to diff View file