stable
Clone or download
Read-only
Merge commit 'refs/changes/15/21015/11' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #18418 Do not allow unix/short project rename if git repositories as migrated to gerrit Change-Id: I0fe97aaa197c60151a8abdae85a23be5c203d452
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/gitPlugin.php | +12 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +3 | −0 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +6 | −0 | Go to diff View file |
M | src/common/Project/Admin/ProjectDetailsPresenter.php | +21 | −9 | Go to diff View file |
A | src/common/Project/Admin/ProjectRenameChecker.php | +60 | −0 | Go to diff View file |
A | src/common/Project/Event/ProjectUnixNameIsEditable.php | +74 | −0 | Go to diff View file |
M | src/common/admin/ProjectEdit/ProjectEditController.php | +19 | −7 | Go to diff View file |
M | src/templates/admin/projects/project-info.mustache | +4 | −0 | Go to diff View file |
M | src/www/admin/groupedit.php | +10 | −2 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectEditControllerTests.php | +46 | −7 | Go to diff View file |