stable

Clone or download

Read-only

Default project visibility can now be set through the Tuleap CLI

The existing setting sys_is_project_public should now be considered legacy and default_project_visibility should be prefered. Part of story #13237: Prevent restricted to be added to private projects Change-Id: I137ee24a5a1a2b3fb432ab9eef95a1cc411881e0

Modified Files

Name
M src/common/CLI/Events/GetWhitelistedKeys.php +2 −0 Go to diff View file
M src/common/Project/DefaultProjectVisibilityRetriever.php +3 −1 Go to diff View file
M src/db/mysql/database_initvalues.sql +1 −0 Go to diff View file
M src/etc/local.inc.dist +0 −3 Go to diff View file
M tests/integration/_fixtures/local.inc +0 −3 Go to diff View file
M tests/phpunit/common/Project/DefaultProjectVisibilityRetrieverTest.php +2 −2 Go to diff View file