stable
Clone or download
Read-only
Merge commit 'refs/changes/96/11596/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11589 CLI to set or get tuleap configuration values
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 | −2 | 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 |