stable

Clone or download

Read-only

Project creation is done 100% with XML import

Avoid to re-invent the wheel that is already spinning in ProjectXMLImport Part of story #8283 Enhance project creation user experience Change-Id: I11158e8aecff9c7865c0d2ec20a6571ff193f79c

Modified Files

Name
M src/common/Project/ProjectXMLImporter.class.php +63 −36 Go to diff View file
M src/common/Project/REST/v1/RestProjectCreator.php +9 −4 Go to diff View file
M src/common/Project/SystemEventRunner.class.php +4 −4 Go to diff View file
A src/common/Project/SystemEventRunnerForProjectCreationFromXMLTemplate.php +38 −0 Go to diff View file
A src/common/Project/SystemEventRunnerInterface.php +29 −0 Go to diff View file
M tests/phpunit/common/Project/REST/v1/RestProjectCreatorTest.php +14 −11 Go to diff View file