* Adapt install.php to a more “traditional” maintenance-style script so it can extend...
authorMark A. Hershberger <mah@users.mediawiki.org>
Wed, 23 Jun 2010 01:08:34 +0000 (01:08 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Wed, 23 Jun 2010 01:08:34 +0000 (01:08 +0000)
commite3644ae2c4285a733c3971f8ef7a915ee405869f
treeeb2f8ecc1b1aae4df24ed12b5d28efa17039a31b
parent3c58fd35a3e5e36b2e0f4a4221768fe0a313bcd6
* Adapt install.php to a more “traditional” maintenance-style script so it can extend and use Maintenance class convenience methods.
* Add CliInstaller class and put it in the autoloads.
includes/AutoLoader.php
includes/installer/CliInstaller.php [new file with mode: 0644]
maintenance/install.php