Revert "Allow reset of global services."
authorCatrope <roan.kattouw@gmail.com>
Mon, 11 Apr 2016 20:37:32 +0000 (20:37 +0000)
committerRoan Kattouw <roan.kattouw@gmail.com>
Mon, 11 Apr 2016 20:40:28 +0000 (13:40 -0700)
commit1162ed5f88e5a77ea6feed971813914a95004b4f
tree4fb8c753805021a1ad5775af525b70dd3dc35b3a
parent3c299c93e8bac834bcf923c06c0810026d630808
Revert "Allow reset of global services."

Completely breaks login.

This reverts commit 8e7a0a0912bb98a4a12375b354e23f03262bf213.

Change-Id: Ide7ab5632e987e81374c21173df6ab3998649df7
31 files changed:
autoload.php
docs/hooks.txt
docs/injection.txt
includes/ForkController.php
includes/GlobalFunctions.php
includes/MediaWikiServices.php
includes/ServiceWiring.php
includes/Services/CannotReplaceActiveServiceException.php [deleted file]
includes/Services/ContainerDisabledException.php [deleted file]
includes/Services/DestructibleService.php [deleted file]
includes/Services/NoSuchServiceException.php [deleted file]
includes/Services/ServiceAlreadyDefinedException.php [deleted file]
includes/Services/ServiceContainer.php
includes/Services/ServiceDisabledException.php [deleted file]
includes/Setup.php
includes/config/ConfigFactory.php
includes/context/RequestContext.php
includes/db/loadbalancer/LBFactory.php
includes/db/loadbalancer/LoadBalancer.php
includes/installer/DatabaseInstaller.php
includes/installer/Installer.php
includes/session/SessionManager.php
includes/site/SiteSQLStore.php
includes/user/CentralIdLookup.php
tests/parser/parserTest.inc
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/MediaWikiServicesTest.php
tests/phpunit/includes/MessageTest.php
tests/phpunit/includes/Services/ServiceContainerTest.php
tests/phpunit/includes/config/ConfigFactoryTest.php
tests/phpunit/phpunit.php