stable

Clone or download

Read-only

feat: No more customisation of kanban title

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