Split common pre-setup code out of WebStart/doMaintenance
authorTim Starling <tstarling@wikimedia.org>
Wed, 23 Aug 2017 02:21:14 +0000 (12:21 +1000)
committerTim Starling <tstarling@wikimedia.org>
Wed, 23 Aug 2017 04:00:34 +0000 (14:00 +1000)
commit41ea7e2fefff6513af1ac7bf5a39bdc76552543b
treeb50fdb8aceba22d7edb51055a8565582395b45cd
parentc2dcf52c3cf62c3efff2876e0bfec5ce9974bfa0
Split common pre-setup code out of WebStart/doMaintenance

Introduce PreConfigSetup.php, which is common file-scope code run before
LocalSettings.php.

I'm not maintaining autoload.ide.php since it supports closed source
software which I don't have, and it apparently needs significant work to
make it not be weird and hacky.

Change-Id: I44ac69b6b00a51d015546b9766d89d1c59749334
includes/PreConfigSetup.php [new file with mode: 0644]
includes/WebStart.php
maintenance/doMaintenance.php