stable
Clone or download
Read-only
Merge commit 'refs/changes/94/4894/22' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #8733: Import of SVN repository doesnt work when doing project creation Change-Id: Id1c7f0bebd4e747e90d6f6929845d6bb0f9e30ad
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/autoload.php | +4 | −2 | Go to diff View file |
M | src/common/project/ProjectXMLImporter.class.php | +18 | −4 | Go to diff View file |
A | src/common/project/SystemEventRunner.class.php | +51 | −0 | Go to diff View file |
M | src/common/system_event/SystemEventProcessorMutex.class.php | +22 | −6 | Go to diff View file |
A | src/common/system_event/SystemEventProcessor_Factory.php | +94 | −0 | Go to diff View file |
M | src/utils/import_project_xml.php | +8 | −1 | Go to diff View file |
M | src/utils/process_system_events.php | +3 | −53 | Go to diff View file |
M | tests/integration/ProjectImportTest.php | +10 | −2 | Go to diff View file |