stable

Clone or download

Read-only

Merge commit 'refs/changes/93/4093/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #8090: Refactoring Project XML Import

Modified Files

Name
M plugins/agiledashboard/include/Planning/PlanningController.class.php +1 −1 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +4 −0 Go to diff View file
M src/common/project/ProjectXMLExporter.class.php +3 −3 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +47 −51 Go to diff View file
D src/common/xml/resources/project.rnc +0 −21 Go to diff View file
D src/common/xml/resources/project.rng +0 −38 Go to diff View file
A src/common/xml/resources/ugroups.rnc +19 −0 Go to diff View file
A src/common/xml/resources/ugroups.rng +34 −0 Go to diff View file
M src/utils/import_project_xml.php +1 −1 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +1 −1 Go to diff View file
M tests/simpletest/common/project/ProjectXMLImporterTest.php +8 −8 Go to diff View file
M tools/utils/data_generator/DataInit/ProjectHelper.php +1 −1 Go to diff View file