stable
Clone or download
Read-only
Merge commit 'refs/changes/80/31080/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: Closes request #37923 Create project from archive should not fail on missing link types
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +21 | −1 | Go to diff View file |
M | src/common/CLI/Command/ImportProjectXMLCommand.php | +2 | −0 | Go to diff View file |
A | src/common/Project/Event/ProjectXMLImportFromArchiveTemplatePreChecksEvent.php | +41 | −0 | Go to diff View file |
A | src/common/Project/Event/ProjectXMLImportPreChecks.php | +31 | −0 | Go to diff View file |
M | src/common/Project/Event/ProjectXMLImportPreChecksEvent.php | +5 | −13 | Go to diff View file |
M | src/common/Project/ImportFromArchive.php | +3 | −0 | Go to diff View file |
M | src/common/Project/ProjectXMLImporter.class.php | +3 | −2 | Go to diff View file |
M | src/common/Project/Registration/Template/Upload/ExtractArchiveAndCreateProject.php | +3 | −0 | Go to diff View file |
M | tests/lib/Stubs/Project/ImportFromArchiveStub.php | +1 | −0 | Go to diff View file |