Get ConfigFactory & MainConfig from MediaWikiServices
authoraddshore <addshorewiki@gmail.com>
Tue, 22 Nov 2016 23:39:22 +0000 (23:39 +0000)
committeraddshore <addshorewiki@gmail.com>
Wed, 23 Nov 2016 00:12:38 +0000 (00:12 +0000)
commitb12086b6188886cefba2dac518fc7d589a0148c6
tree1eca436aa58645f2011f58be4285f9cd621d2979
parentf5a4719f975a84eaf67b4922e66c2aea303c7ff5
Get ConfigFactory & MainConfig from MediaWikiServices

Change-Id: Iafdd7e00747060572463ffb05aae4543f3a06163
30 files changed:
includes/AjaxResponse.php
includes/TemplateParser.php
includes/auth/AuthManager.php
includes/auth/TemporaryPasswordAuthenticationRequest.php
includes/auth/Throttler.php
includes/auth/UserDataAuthenticationRequest.php
includes/context/RequestContext.php
includes/import/WikiImporter.php
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderContext.php
includes/resourceloader/ResourceLoaderModule.php
includes/session/SessionManager.php
includes/skins/QuickTemplate.php
includes/specials/SpecialEmailuser.php
includes/specials/SpecialUndelete.php
includes/specials/SpecialUpload.php
maintenance/Maintenance.php
maintenance/cleanupRemovedModules.php
maintenance/doMaintenance.php
maintenance/importTextFiles.php
maintenance/storage/checkStorage.php
tests/phpunit/ResourceLoaderTestCase.php
tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php
tests/phpunit/includes/auth/LegacyHookPreAuthenticationProviderTest.php
tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php
tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php
tests/phpunit/includes/config/ConfigFactoryTest.php
tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
tests/phpunit/includes/import/ImportTest.php
tests/phpunit/maintenance/MaintenanceTest.php