* Follow-up r109009: Check that paths are usable in FileOp::doPrecheck(). Also lock...
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 19 Jan 2012 23:18:03 +0000 (23:18 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 19 Jan 2012 23:18:03 +0000 (23:18 +0000)
commite2e0c0d9b7cc2249935dbc01157a437f8612b80c
treed8979cebe3b0d6ce30190dd57db532a6ca1d7c77
parent8966a5651927df7c88c92941b3739d5bb04eae98
* Follow-up r109009: Check that paths are usable in FileOp::doPrecheck(). Also lock parent directories to avoid prepare()/clean() race conditions for FS backends.
* Fixed bogus $params var in logException() call in SwiftFileBackend.
* Added 'latest' param to FileBackendMultliWrite::consistencyCheck().
* Dummy-proof FileBackend::getFileStat() w.r.t the 'latest' param and removed related FileOp::allowStaleReads() comment.
* Tweaked backend-fail-batchsize message from r109469.
includes/filerepo/backend/FSFileBackend.php
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/FileBackendMultiWrite.php
includes/filerepo/backend/FileOp.php
includes/filerepo/backend/SwiftFileBackend.php