Fix installer issues introduces by MediaWikiServices
authordaniel <daniel.kinzler@wikimedia.de>
Fri, 13 May 2016 19:27:06 +0000 (21:27 +0200)
committerBryanDavis <bdavis@wikimedia.org>
Tue, 17 May 2016 15:24:31 +0000 (15:24 +0000)
commitfc1d4d79602415d1362de9286b0729bd86d03fc1
tree8af4aab8777d23da8a019d92b1e51ba8bc28c12b
parent045ca4ca47eb3b9120599d6964b33c15bd96b6e7
Fix installer issues introduces by MediaWikiServices

This fixes three issues with the installer:

1) Make sure LocalizationCache can find the installer's i18n files.
2) Make sure we don't try to use an SqlBagOStuff for caching before we have
   a functioning database.
3) Don't try to output HTML when redirecting (this is unrelated to
   MediaWikiServices, but came up during testing)

Bug: T135169
Change-Id: I7caa932024cd771d6fa226a3ac6001c3148ecc9c
autoload.php
includes/MediaWikiServices.php
includes/cache/CacheDependency.php
includes/cache/localisation/LocalisationCache.php
includes/installer/Installer.php
includes/installer/WebInstallerOutput.php
includes/objectcache/ObjectCache.php