* Fixed 'success' value of doOperations() Status to match documentation.
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 8 Jan 2012 22:10:53 +0000 (22:10 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 8 Jan 2012 22:10:53 +0000 (22:10 +0000)
commit50a7097436a55d48a70ca83bb0c7faac5148bb0f
tree64119acbf90a8cabfb3c12c8f33026b1a62c6926
parent070b0f87a0c85c2751804a56d3e167ad6bea2dd7
* Fixed 'success' value of doOperations() Status to match documentation.
* Made 'success', 'successCount', and 'failCount' fields reflect the overall operation in FileBackendMultiWrite::doOperationsInternal(). This makes it match up with single-write backends.
* Made FileBackend::clearCache() part of the public API.
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/FileBackendMultiWrite.php
tests/phpunit/includes/filerepo/FileBackendTest.php