stable

Clone or download

Read-only

Merge commit 'refs/changes/41/9041/20' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #11063 kanban should be importable

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +3 −2 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Kanban/KanbanXmlImporter.php +138 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +55 −3 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
A plugins/agiledashboard/tests/include/AgileDashboard/Kanban/KanbanXmlImporterTest.php +214 −0 Go to diff View file
M plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rnc +13 −1 Go to diff View file
M plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rng +29 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php +1 −1 Go to diff View file
M plugins/tracker/include/TrackerXmlFieldsMapping_FromAnotherPlatform.php +8 −10 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +2 −0 Go to diff View file
M plugins/tracker/tests/TrackerXmlFieldsMapping_FromAnotherPlatformTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +16 −1 Go to diff View file
M src/common/event/Event.class.php +1 −0 Go to diff View file
M src/common/xml/resources/project/xml_project_agiledashboard_planning.rng +29 −0 Go to diff View file