mw-install:sqlite: Load DevelopmentSettings
commit06176a71b47f462fe2e33a1cd5aa25a63763b0ce
authorKosta Harlan <kharlan@wikimedia.org>
Fri, 24 Nov 2023 08:19:18 +0000 (24 09:19 +0100)
committerKosta Harlan <kharlan@wikimedia.org>
Wed, 29 Nov 2023 09:00:48 +0000 (29 10:00 +0100)
tree8f62e065fa38dacb5518d712cdbbc34969fc7b61
parentcfd89a8acbcd7b365c7a90cc8391b0affd85715a
mw-install:sqlite: Load DevelopmentSettings

Why:

- We want developers to have DevelopmentSettings loaded by default

What:

- Define a new `--with-developmentsettings` argument for install.php,
  Set it to true in the `composer mw-install:sqlite` invocation

For now, this option is not supported in the web installer.

Bug: T347347
Change-Id: Icba2d614fd1349463fb745ef31f53a3b3834e5ad
RELEASE-NOTES-1.42
composer.json
includes/installer/CliInstaller.php
includes/installer/Installer.php
includes/installer/LocalSettingsGenerator.php
maintenance/install.php