stable

Clone or download

Read-only

request #14422: Default site template should be behind a feature flag

Be sure to run forgeUpgrade before testing this. If you want to unset the default, you can use the CLI `tuleap set-config 'can_use_default_site_template' 0`. Change-Id: Ibcaf8c965cd102c05d1a640b41612dcdd6cbe1f4

Modified Files

Name
M src/common/CLI/Events/GetWhitelistedKeys.php +3 −1 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationPresenterBuilder.php +19 −5 Go to diff View file
M src/db/mysql/database_initvalues.sql +1 −0 Go to diff View file
A src/db/mysql/updates/2020/202001201700_add_default_site_template_option.php +46 −0 Go to diff View file
M tests/phpunit/common/Project/Registration/ProjectRegistrationPresenterBuilderTest.php +65 −1 Go to diff View file