Partial revert r69128: go back to making isCompiled() an instance method rather than...
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 7 Jul 2010 13:52:05 +0000 (13:52 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 7 Jul 2010 13:52:05 +0000 (13:52 +0000)
commit67281454eb7e02f895a8566a47b41478140bb647
treee6affd2af771627ea94302aceb4729c516ee4049
parentb56235a5776e40036573051aa98cf3784d7a9940
Partial revert r69128: go back to making isCompiled() an instance method rather than static. Moved $installSteps tweaking to new preInstall() method rather than piling more hacks into the constructor. Also pass InstallerDBType to install steps, reduce some code duplication
includes/installer/Installer.php
includes/installer/InstallerDBType.php
includes/installer/MysqlInstaller.php
includes/installer/OracleInstaller.php
includes/installer/PostgresInstaller.php
includes/installer/SqliteInstaller.php