* Added 'latest' parameter to functions that get information about a file. This will...
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 23 Dec 2011 09:43:28 +0000 (09:43 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 23 Dec 2011 09:43:28 +0000 (09:43 +0000)
commit31a9b1be0043f7587c5bd67e0ee13af3f31febd1
treeba80b0dc2cd52b84ea4b78aabadcebc75bf5c890
parentd9ec1883e3fe64fca5f3a1957089ac155e5123b3
* Added 'latest' parameter to functions that get information about a file. This will get the latest version among all storage nodes. Non-distributed backends can ignore this.
* In doOperations(), ignore 'nonLocking' unless 'ignoreErrors' is set. Split out a doOperationsInternal() function so the sanity check could go in doOperations().
* Moved getFileList() down a bit.
* Documentation tweaks.
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/FileBackendMultiWrite.php