stable
Clone or download
Read-only
Merge commit 'refs/changes/89/8989/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #10436: Tuleap does not verify if project registration is enabled or not when creating a project through the web UI
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +1 | −0 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +3 | −0 | Go to diff View file |
M | site-content/tuleap-core.pot | +3 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/project/OneStepCreation/OneStepCreationController.class.php | +10 | −3 | Go to diff View file |
M | src/common/project/ProjectCreator.class.php | +15 | −3 | Go to diff View file |
A | src/common/project/ProjectRegistrationDisabledException.php | +29 | −0 | Go to diff View file |
M | src/common/project/REST/v1/ProjectResource.class.php | +8 | −13 | Go to diff View file |
M | src/utils/import_project_xml.php | +1 | −0 | Go to diff View file |
M | src/www/soap/project/index.php | +1 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Projects/ProjectsPresenter.php | +5 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content-projects.mustache | +7 | −5 | Go to diff View file |
M | tests/integration/ProjectCreationTest.php | +7 | −1 | Go to diff View file |
M | tests/integration/ProjectImportTest.php | +2 | −0 | Go to diff View file |
M | tests/lib/TestDataBuilder.php | +1 | −0 | Go to diff View file |
M | tests/simpletest/common/project/ProjectCreatorTest.php | +58 | −2 | Go to diff View file |
M | tests/simpletest/common/project/ProjectXMLImporterTest.php | +1 | −0 | Go to diff View file |