* Eliminate CLIInstallerOutput per r68645 since, yes, it wasn't needed.
authorMark A. Hershberger <mah@users.mediawiki.org>
Fri, 2 Jul 2010 21:15:13 +0000 (21:15 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Fri, 2 Jul 2010 21:15:13 +0000 (21:15 +0000)
commitc4100fb83b5b12bdb790bccd86f1cb32a56bd2f1
tree0fc788c38464bfa23b05b3c5459c282d3723a33a
parent3136686db6028c95ad17ac210b9bcbe5e7507fb3
* Eliminate CLIInstallerOutput per r68645 since, yes, it wasn't needed.
* Make sure output only happens in the top-level Installer implementations.
* Differentiate Status warning messages from Status error messages in the Installer.
* Change abstract method from Install::showStatusError() to Install::showStatusMessage() since we'll use it to show warnings now, too.
* TODO Need a better way to extract/display Status warning messages since, from my look at the Status class, it looks like warnings are implemented, but not really used.
includes/AutoLoader.php
includes/installer/CliInstaller.php
includes/installer/Installer.php
includes/installer/SqliteInstaller.php
includes/installer/WebInstaller.php