* Add Status::getWarningsArray() to complement Status::getErrorsArray()
authorMark A. Hershberger <mah@users.mediawiki.org>
Wed, 7 Jul 2010 02:53:19 +0000 (02:53 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Wed, 7 Jul 2010 02:53:19 +0000 (02:53 +0000)
commitbec7a947e7bdfb6fa0eac10b4d3e2817c7c17173
treece421d17b25f5274cb3145e662dcd6011ae52ee3
parent83ff1577b70b90bef3d50180f66310762d6fe985
* Add Status::getWarningsArray() to complement Status::getErrorsArray()
* Add Status::getWikiTextArray() to allow different ways of formating a bunch of status messages (e.g. CLI output)
* Clean up messages in CliInstaller, use more i18n
* Use warning messages from Status return object in CLI installer
* Make Installer::isCompiled static so we don't have to create an object just to see that we can't use it.
* Add Installer::addInstallStepFollowing so we don't have MySQLInstaller mucking in its parent's data
includes/Status.php
includes/installer/CliInstaller.php
includes/installer/CliInstallerOutput.php [deleted file]
includes/installer/Installer.php
includes/installer/InstallerDBType.php
includes/installer/MysqlInstaller.php
includes/installer/OracleInstaller.php
includes/installer/PostgresInstaller.php
includes/installer/SqliteInstaller.php