stable

Clone or download

Read-only

Project admin can choose project visiblity (or not)

Fixes: request #8075: Preserve privacy of projects In some specific situations it is preferable to forbid project admins to choose project visibility. Change-Id: I51b330ab1767224ef70ea32f30b040e24b57bcee

Modified Files

Name
M site-content/en_US/admin/admin.tab +5 −1 Go to diff View file
M site-content/fr_FR/admin/admin.tab +5 −1 Go to diff View file
M src/common/ForgeAccess/AdminController.php +60 −26 Go to diff View file
M src/common/ForgeAccess/AdminPresenter.php +28 −6 Go to diff View file
M src/common/ForgeAccess/ForgeAccess.php +2 −0 Go to diff View file
M src/common/ForgeAccess/ForgePropertiesManager.class.php +4 −0 Go to diff View file
A src/db/mysql/updates/2015/201505131103_project_admin_can_choose_visibility.php +35 −0 Go to diff View file
M src/templates/admin/anonymous/access_choice.mustache +13 −0 Go to diff View file
M src/www/admin/index.php +1 −1 Go to diff View file
M src/www/project/admin/editgroupinfo.php +13 −6 Go to diff View file
M src/www/scripts/tuleap/admin-access-mode.js +10 −2 Go to diff View file