stable

Clone or download

Read-only

request #11589 CLI to set or get tuleap configuration values

Very basic implementation so far - get all the values - set values that are stored in DB There is no "context" validation of the value being set. It's pretty much the same level as letting admin write values in local.inc (except no code). Change-Id: Ib318f1ada663ab6ad86c4be8a631ad25792ad975

Modified Files

Name
A src/common/CLI/Command/ConfigGetCommand.php +55 −0 Go to diff View file
A src/common/CLI/Command/ConfigSetCommand.php +84 −0 Go to diff View file
M src/common/Config/ForgeConfig.php +6 −1 Go to diff View file
M src/common/admin/ProjectCreationModerationDisplayController.php +1 −1 Go to diff View file
M src/common/admin/ProjectCreationModerationUpdateController.php +1 −1 Go to diff View file
M src/common/autoload.php +4 −3 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationPresenter.class.php +1 −1 Go to diff View file
M src/common/project/OneStepRegistration/OneStepRegistrationPresenterFactory.class.php +1 −1 Go to diff View file
M src/common/project/Project.class.php +1 −1 Go to diff View file
M src/common/project/ProjectCreator.class.php +1 −1 Go to diff View file
M src/common/project/ProjectManager.class.php +2 −1 Go to diff View file
M src/utils/tuleap.php +11 −0 Go to diff View file
M src/www/admin/index.php +2 −2 Go to diff View file