Remove underscore from classes LBFactory_*, LoadBalancer_*, LoadMonitor_*
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 27 Nov 2013 10:17:06 +0000 (11:17 +0100)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 26 Dec 2013 21:30:15 +0000 (16:30 -0500)
commit210edff11b37ebb5b1439a2a1eb454cbac21565e
tree776eecd50264c7a5850ff753ff072e727de13841
parent2e0d67ac4dc66a6dd5723dbbaea192e857c5efa4
Remove underscore from classes LBFactory_*, LoadBalancer_*, LoadMonitor_*

Part of program to remove underscores from class names. Checked core and
600+ extensions for occurrences. All uses are in core in core are updated
in this patch.

Patches for extensions:
* https://gerrit.wikimedia.org/r/#/c/96463/ CentralAuth
* https://gerrit.wikimedia.org/r/#/c/96460/ SimpleSecurity
* https://gerrit.wikimedia.org/r/#/c/96459/ WikiBase
* https://gerrit.wikimedia.org/r/#/c/96472/ Wikimedia configuration

Antoine added tests to test the back compatibility.

Change-Id: I507ba00a83bca8375a0215f00891b47e3c7afb9f
13 files changed:
RELEASE-NOTES-1.23
includes/AutoLoader.php
includes/DefaultSettings.php
includes/dao/DBAccessBase.php
includes/db/LBFactory.php
includes/db/LBFactoryMulti.php [new file with mode: 0644]
includes/db/LBFactorySingle.php [new file with mode: 0644]
includes/db/LBFactory_Multi.php [deleted file]
includes/db/LBFactory_Single.php [deleted file]
includes/db/LoadBalancer.php
includes/db/LoadMonitor.php
includes/installer/DatabaseInstaller.php
tests/phpunit/includes/db/LBFactoryTest.php [new file with mode: 0644]