stable

Forked from tuleap/stable

Clone or download

Read-only

story #8572: Add project creation using XML

Use XML (which must be valid using a Relax-NG schema) to construct a ProjectCreationData object that will be used for project creation. Change-Id: I4cf77283503ad8d40ba8e5194e52b927ae3ba2ea

Modified Files

Name
M src/common/project/ProjectCreationData.class.php +65 −0 Go to diff View file
M src/common/project/ProjectCreator.class.php +4 −1 Go to diff View file
A src/common/xml/resources/project.rnc +35 −0 Go to diff View file
A src/common/xml/resources/project.rng +57 −0 Go to diff View file