stable

Clone or download

Read-only

request #18418 Do not allow unix/short project rename if git repositories as migrated to gerrit

If a project unix/short name is changed when the project has git repositories migrated in gerrit, the changes will not be propagated to Gerrit. Url given by Tuleap is wrong in this case. Change-Id: I0e6f5f953c545270920d6b7813410465626282c9

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