stable

Clone or download

Read-only

Move project visibility settings in project settings section

Part of story #12159 - warn project members about privacy change How to test - Go to administration > project settings --> There is a "visibility" tab - Go to the visibility tab - Update the project visibility settings --> it works - Go to the "Global access rights" section --> You can change the settings without any error Change-Id: I1097e8295c33e80bc3656841fe767aff48edf930

Modified Files

Name
M site-content/en_US/admin/admin.tab +0 −3 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +23 −1 Go to diff View file
M site-content/fr_FR/admin/admin.tab +0 −3 Go to diff View file
M site-content/tuleap-core.pot +18 −0 Go to diff View file
M src/common/CLI/Command/ConfigSetCommand.php +2 −1 Go to diff View file
M src/common/ForgeAccess/AdminController.php +0 −12 Go to diff View file
M src/common/ForgeAccess/AdminPresenter.php +3 −20 Go to diff View file
M src/common/ForgeAccess/ForgeAccess.php +3 −4 Go to diff View file
M src/common/ForgeAccess/ForgePropertiesManager.class.php +1 −5 Go to diff View file
M src/common/Request/RouteCollector.php +20 −0 Go to diff View file
A src/common/admin/ProjectCreation/ProjectVisibility/ProjectVisibilityConfigDisplayController.php +61 −0 Go to diff View file
A src/common/admin/ProjectCreation/ProjectVisibility/ProjectVisibilityConfigManager.php +48 −0 Go to diff View file
A src/common/admin/ProjectCreation/ProjectVisibility/ProjectVisibilityConfigPresenter.php +52 −0 Go to diff View file
A src/common/admin/ProjectCreation/ProjectVisibility/ProjectVisibilityConfigUpdateController.php +61 −0 Go to diff View file
M src/common/admin/ProjectCreationNavBarPresenter.php +4 −0 Go to diff View file
M src/common/project/Admin/ProjectVisibilityUserConfigurationPermissions.php +3 −3 Go to diff View file
M src/templates/admin/anonymous/access_choice.mustache +1 −41 Go to diff View file
M src/templates/admin/projects/creation-settings-tabs.mustache +1 −0 Go to diff View file
A src/templates/admin/projects/project-visibility-switch-configuration-pane.mustache +40 −0 Go to diff View file
M src/www/scripts/tuleap/admin-access-mode.js +1 −9 Go to diff View file
D tests/simpletest/www/project/admin/ProjectVisibilityUserConfigurationPermissionsTest.php +0 −145 Go to diff View file