stable
Clone or download
Read-only
Merge commit 'refs/changes/36/17436/14' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #14398 Project creation service check should not rely on project 100
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +7 | −0 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +7 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +7 | −0 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +7 | −0 | Go to diff View file |
M | src/common/Project/Registration/Template/TemplateFactory.php | +4 | −2 | Go to diff View file |
M | src/common/Project/ServiceManager.class.php | +0 | −8 | Go to diff View file |
M | src/common/Project/XML/ConsistencyChecker.php | +19 | −10 | Go to diff View file |
A | src/common/Project/XML/ServiceEnableForXmlImportRetriever.php | +46 | −0 | Go to diff View file |
M | tests/phpunit/common/Project/REST/v1/RestProjectCreatorTest.php | +29 | −4 | Go to diff View file |
M | tests/phpunit/common/Project/XML/ConsistencyCheckerTest.php | +24 | −15 | Go to diff View file |