stable

Clone or download

Read-only

New project visibility menu bar

part of story #9756 better control project visibility change by project admins This commit is a first step to new page. It add a new link in bar menu, it only introduce new objects for next commit and leads to a under construction page Change-Id: I0549bfdf573f056dccf5b65ba6d75a520833f4ab

Modified Files

Name
M site-content/en_US/project/project.tab +2 −0 Go to diff View file
M site-content/fr_FR/project/project.tab +2 −0 Go to diff View file
M src/common/autoload.php +5 −2 Go to diff View file
A src/common/project/Admin/ProjectGlobalVisibilityPresenter.php +35 −0 Go to diff View file
A src/common/project/Admin/ProjectVisibilityController.php +56 −0 Go to diff View file
A src/common/project/Admin/ProjectVisibilityRouter.php +45 −0 Go to diff View file
A src/templates/project/project-visibility-form.mustache +1 −0 Go to diff View file
M src/www/project/admin/project_admin_utils.php +1 −0 Go to diff View file
A src/www/project/admin/project_visibility.php +42 −0 Go to diff View file