* consolidate some installer functionals into the Installer class
authorMark A. Hershberger <mah@users.mediawiki.org>
Sun, 27 Jun 2010 21:48:51 +0000 (21:48 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Sun, 27 Jun 2010 21:48:51 +0000 (21:48 +0000)
commit2dbed8d5cd1bae41f18d9c3cb0e5e34864aa924d
treeb93104384c18d20b08e815574a2c9c2ddd180bfe
parent41f8208fb1a51ebf854db7817984335576856902
* consolidate some installer functionals into the Installer class
* add beginning of CliInstallerOutput class
* make it possible to override LocalSettings from a maint script
* make basic cli installation possible (only tested mysql so far)
config/new-index.php
includes/AutoLoader.php
includes/installer/CliInstaller.php
includes/installer/CliInstallerOutput.php [new file with mode: 0644]
includes/installer/Installer.php
maintenance/Maintenance.php
maintenance/doMaintenance.php
maintenance/install.php