wiki.techinc.nl/includes/cache/localisation
daniel fc1d4d7960 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
2016-05-17 15:24:31 +00:00
..
LCStore.php
LCStoreCDB.php
LCStoreDB.php
LCStoreNull.php
LCStoreStaticArray.php
LocalisationCache.php Fix installer issues introduces by MediaWikiServices 2016-05-17 15:24:31 +00:00
LocalisationCacheBulkLoad.php