stable

Clone or download

Read-only

Show warning about not blocked services in site administration

Part of story #12160 have a clean way to suspend a project How to test: - Suspend a project - In Site adminitration, on the same page, you will see a warning listing the services that will NOT be blocked while the project is suspended. - When the project uses Git and can migrate to Gerrit (at least one Gerrit server configured and allowed for this project) then "Gerrit" will be listed Change-Id: I5c0bd678c5d19c5f678c9a20c36b3125c4f2d8b9

Modified Files

Name
M plugins/git/include/gitPlugin.class.php +14 −0 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +5 −2 Go to diff View file
M plugins/git/site-content/tuleap-git.pot +3 −0 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +19 −1 Go to diff View file
M site-content/tuleap-core.pot +15 −0 Go to diff View file
M src/common/project/Admin/ProjectDetailsPresenter.php +9 −4 Go to diff View file
A src/common/project/Status/ProjectSuspendedAndNotBlockedWarningCollector.php +59 −0 Go to diff View file
M src/templates/admin/projects/project-info.mustache +16 −0 Go to diff View file
M src/www/admin/groupedit.php +15 −4 Go to diff View file