[FileBackend] Made doOperations() Status handling align with documentation as well...
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 8 Mar 2012 22:31:04 +0000 (22:31 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 8 Mar 2012 22:31:04 +0000 (22:31 +0000)
commit783f7f0bd315e4b7ff0abe044fc751faf036a6ff
treeeda2f2d969a576d87217fb96360c3bee9d755f10
parent94633ff448e9253c5503124df6748be1fc26b8e2
[FileBackend] Made doOperations() Status handling align with documentation as well as what FileRepo is essentially expecting when using the 'force' option (it assumes fatals are for total batch failures, not just partial ones). The relevant documentation was also improved.
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/FileOp.php
tests/phpunit/includes/filerepo/FileBackendTest.php