stable
Clone or download
Read-only
request #11290: CLI command to change platform visibility
You can retrieve the current value: $ tuleap --platform-access-control You can set a new access value: $ tuleap --platform-access-control=regular Change-Id: Ic33903b649e8fe28382ecf1fe233a164edb83551
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/ForgeAccess/AdminController.php | +9 | −15 | Go to diff View file |
M | src/common/ForgeAccess/ForgePropertiesManager.class.php | +9 | −0 | Go to diff View file |
A | src/common/ForgeAccess/UnknownForgeAccessValueException.php | +31 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/utils/tuleap.php | +48 | −11 | Go to diff View file |
A | tests/phpunit/common/ForgeAccess/ForgePropertiesManagerTest.php | +45 | −0 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +1 | −0 | Go to diff View file |