* Added supported for container sharding via existing FileRepo-style hash paths....
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 4 Jan 2012 01:08:33 +0000 (01:08 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 4 Jan 2012 01:08:33 +0000 (01:08 +0000)
commita3fb088ceba427bfe7d4029d39fdfeb7e20d8459
tree13604a5b46c2266e3eddef936c9e872f9fff63e6
parent04a4ae9b67b5f38b14ae70dfc1544f775bcad125
* Added supported for container sharding via existing FileRepo-style hash paths. For sharded containers, all paths used to store files must be hashed appropriately (or the path will be rejected as invalid).
* Tweaked FileBackend::isValidContainerName() length check to give some head room for shard and segment container names.
* Updated FSFileBackend to use new resolveStoragePathReal() function for file paths.
* Removed useless cache invalidation in FileBackend::concatenateInternal().
includes/filerepo/backend/FSFileBackend.php
includes/filerepo/backend/FileBackend.php