* FU r106752: de-uglified Setup.php by moving most of the b/c code into FileBackendGr...
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 22 Dec 2011 01:06:19 +0000 (01:06 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 22 Dec 2011 01:06:19 +0000 (01:06 +0000)
commiteeb4bd77e1b7cdc95c6131f433d0ec0db298d08e
tree13781149e80d6a227e4d4b913e385b5f15753edf
parent64988333fdf5d37b93f631d6e92aad1a2e11f583
* FU r106752: de-uglified Setup.php by moving most of the b/c code into FileBackendGroup. Deferred registration of file backends and lock managers to the respective singleton() functions for the group objects.
* Refactored FileRepo::initZones() to require the specific zones; nothing was using it differently.
* Removed deleted zone check in deleteBatch(), a similar error will instead trigger with the initZones() call as needed.
* Added $wgLocalFileRepo comment.
* Updated tests.
includes/DefaultSettings.php
includes/Setup.php
includes/filerepo/FileRepo.php
includes/filerepo/backend/FileBackendGroup.php
includes/filerepo/backend/lockmanager/LockManagerGroup.php
tests/parser/parserTest.inc
tests/phpunit/includes/parser/NewParserTest.php