stable
Clone or download
Read-only
This task is part of story #9087: see linked artifacts in releases Change-Id: I5a626e4dbeb6ff335b12777827c405c0e5d017a4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/frs/include/frsPlugin.class.php | +20 | −0 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlImport.class.php | +14 | −6 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlImportTest.php | +64 | −23 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/event/Event.class.php | +11 | −8 | Go to diff View file |
M | src/common/frs/FRSXMLImporter.class.php | +28 | −7 | Go to diff View file |
M | src/common/project/ProjectXMLImporter.class.php | +13 | −6 | Go to diff View file |
A | src/common/xml/MappingsRegistry.php | +49 | −0 | Go to diff View file |
M | src/common/xml/resources/frs-definition.rnc | +1 | −0 | Go to diff View file |
M | src/common/xml/resources/project/frs-definition.rng | +5 | −0 | Go to diff View file |
M | tests/simpletest/common/frs/FRSXMLImporterTest.php | +57 | −6 | Go to diff View file |
M | tests/simpletest/common/project/ProjectXMLImporterTest.php | +11 | −6 | Go to diff View file |