stable

Clone or download

Read-only

Import Kanban widget in project dashboard

Part of request #11076 Project dashboards should be part of xml import. Change-Id: If81177ac4cd1eabadab888cc46c54b85b8326965

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Kanban/KanbanXmlImporter.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanCreator.php +18 −2 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Kanban/KanbanXmlImporterTest.php +49 −4 Go to diff View file
M plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rnc +1 −0 Go to diff View file
M plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rng +3 −0 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardXMLImporter.php +41 −26 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +4 −4 Go to diff View file
M src/common/xml/MappingsRegistry.php +18 −5 Go to diff View file
M src/common/xml/resources/dashboard.rnc +11 −4 Go to diff View file
M src/common/xml/resources/project/dashboard.rng +15 −5 Go to diff View file
M src/common/xml/resources/project/xml_project_agiledashboard_planning.rng +3 −0 Go to diff View file
M tests/rest/_fixtures/01-private-member/project.xml +12 −0 Go to diff View file
M tests/rest/bin/init_data.php +0 −1 Go to diff View file
M tests/rest/lib/TestDataBuilder.php +0 −13 Go to diff View file
M tests/simpletest/common/Dashboard/Project/ProjectDashboardXMLImporterTest.php +118 −17 Go to diff View file
M tools/distlp/backend-web/run.php +1 −1 Go to diff View file