* remove bogus outputFooter call
authorMark A. Hershberger <mah@users.mediawiki.org>
Tue, 29 Jun 2010 02:46:11 +0000 (02:46 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Tue, 29 Jun 2010 02:46:11 +0000 (02:46 +0000)
commit04b06273c450bde4c01daa0f2596dd0272803e68
tree94c46e1aa12147d2ee14fef934a57cbc9597e7b7
parent5fb9301b9a027c89d9b7c76d80bffebb5395e0a9
* remove bogus outputFooter call
* strip tags + de-code entities before outputing messages to CLI (need an un-wiki call)
* Make LocalSettings::writeLocalSettings return a Status object instead of true/false so we can use the text in out cli output.
includes/installer/CliInstallerOutput.php
includes/installer/Installer.i18n.php
includes/installer/Installer.php
includes/installer/LocalSettingsGenerator.php