stable
Clone or download
Read-only
Merge commit 'refs/changes/09/4809/22' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #8572: Rename ProjectCreator::create_project to createProject story #8572: Auto activate projects created during import story #8572: Add project creation using XML
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +1 | −1 | Go to diff View file |
M | src/common/project/ProjectCreationData.class.php | +89 | −15 | Go to diff View file |
M | src/common/project/ProjectCreator.class.php | +11 | −10 | Go to diff View file |
M | src/common/project/ProjectXMLImporter.class.php | +29 | −12 | Go to diff View file |
M | src/common/project/ProjectXMLImporterZipArchive.php | +8 | −4 | Go to diff View file |
A | src/common/xml/resources/project-definition.rnc | +17 | −0 | Go to diff View file |
A | src/common/xml/resources/project/project-definition.rng | +40 | −0 | Go to diff View file |
M | src/common/xml/resources/project/project.rnc | +5 | −2 | Go to diff View file |
M | src/common/xml/resources/project/project.rng | +20 | −15 | Go to diff View file |
M | src/utils/import_project_xml.php | +2 | −1 | Go to diff View file |
A | tests/integration/ProjectImportTest.php | +90 | −0 | Go to diff View file |
A | tests/integration/_fixtures/fake_project.xml | +26 | −0 | Go to diff View file |
M | tests/simpletest/common/project/XMLImportZipArchiveTest.php | +2 | −2 | Go to diff View file |