* Made use of FileBackend function 'latest' param in FileOp.
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 5 Jan 2012 06:18:36 +0000 (06:18 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 5 Jan 2012 06:18:36 +0000 (06:18 +0000)
commitae4a810b1ea7e5e3ae2aff4afdbd053becc1bc1f
tree7f14380eb7472b6caad442eab2618f771f4e77ed
parent7229a31a0d37076a6d36f1622d9588d4dbab07f7
* Made use of FileBackend function 'latest' param in FileOp.
* Added FileBackend process cache for fileExists(), getFileTimestamp(), and getLocalReference().
* Refactored getFileSha1Base36() into parent class and subclass functions.
* Removed some FileBackendMultiWrite comment duplication.
includes/filerepo/backend/FSFileBackend.php
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/FileBackendMultiWrite.php
includes/filerepo/backend/FileOp.php