stable
Clone or download
Read-only
We intend to move Kanban as a dedicated plugin/service. The name of the feature should not be customiable anymore (was customisable under a.d ยป admin ยป kanban). Starting from now it will always be "Kanban". kanban_title attribute in XML exports is ignored. Doing it now allows us to have less code to move from a plugin to another. Part of request #32645: Extract kanban from agiledashboard Change-Id: I30e9f7186ce11a8e5ad50e4105414000d7ba84fb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AdminController.class.php | +0 | โ1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AdminKanbanPresenter.class.php | +0 | โ15 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardConfigurationResponse.php | +0 | โ15 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardKanbanConfigurationUpdater.class.php | +0 | โ23 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardScrumConfigurationUpdater.class.php | +0 | โ1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ConfigurationDao.class.php | +2 | โ4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ConfigurationManager.class.php | +4 | โ30 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +0 | โ1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/BaseHomePresenter.class.php | +2 | โ3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php | +0 | โ5 | Go to diff View file |
M | plugins/agiledashboard/resources/xml_project_agiledashboard_planning.rnc | +1 | โ1 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +0 | โ13 | Go to diff View file |
M | plugins/agiledashboard/site-content/pt_BR/LC_MESSAGES/tuleap-agiledashboard.po | +0 | โ11 | Go to diff View file |
M | plugins/agiledashboard/templates/admin-kanban.mustache | +0 | โ3 | Go to diff View file |
M | plugins/agiledashboard/templates/home-kanban.mustache | +1 | โ1 | Go to diff View file |
M | plugins/kanban/include/Kanban/XML/KanbanXMLExporter.php | +1 | โ3 | Go to diff View file |
M | plugins/kanban/include/Kanban/XML/KanbanXmlImporter.php | +0 | โ4 | Go to diff View file |
M | plugins/kanban/tests/unit/XML/KanbanXMLExporterTest.php | +5 | โ15 | Go to diff View file |
M | plugins/kanban/tests/unit/XML/KanbanXmlImporterTest.php | +0 | โ4 | Go to diff View file |