* Added 'basePath' config param to FSFileBackend and tweaked it to behave more simila...
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 12 Jan 2012 18:44:00 +0000 (18:44 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 12 Jan 2012 18:44:00 +0000 (18:44 +0000)
commit76298accc0b95a5c7c5bc591caf8dad446d64564
treeb7ec5da28366f52ac00ea7491f4927e12ea8aa67
parentc7bc27d5f8f86d4aa696adb90737cb88d5d39050
* Added 'basePath' config param to FSFileBackend and tweaked it to behave more similarly to the backends with real containers (e.g. everything else). Resolution to absolute paths is now deferred after resolveStoragePath(), using resolveToFSPath().
* Fixed whitespace in FSFileIterator.
includes/filerepo/backend/FSFileBackend.php
tests/phpunit/includes/filerepo/FileBackendTest.php
tests/phpunit/includes/filerepo/StoreBatchTest.php