* Make the MySQL updater work in the new installer
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 22 Aug 2010 10:37:27 +0000 (10:37 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 22 Aug 2010 10:37:27 +0000 (10:37 +0000)
commit47296df668c0e384b59822d0e6e9fc108aa0c99c
tree6bc07f178da05ac9e63206acccf1f69dc0b5f3a3
parentdde8c467124b390f428550ac16db0badd54b0959
* Make the MySQL updater work in the new installer
* DatabaseInstaller::doUpgrade() is now abstract

TODO: MysqlUpdater::doUpgrade() is horrible, please someone fix it once it could be
includes/installer/DatabaseInstaller.php
includes/installer/Installer.i18n.php
includes/installer/MysqlInstaller.php
includes/installer/OracleInstaller.php
includes/installer/PostgresInstaller.php
includes/installer/SqliteInstaller.php
includes/installer/WebInstallerPage.php