* Collapse multiple directory separators in FileBackend::normalizeStoragePath()....
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 12 Jan 2012 22:01:02 +0000 (22:01 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 12 Jan 2012 22:01:02 +0000 (22:01 +0000)
commit9956408b550115a8719350e7e6371598b81903f4
treec101ba0ffd624e25f2a044aefd36fac04f025008
parent8bc7a1839292036d6142fbc17f6aa086c4504d6d
* Collapse multiple directory separators in FileBackend::normalizeStoragePath(). Also renamed the function to normalizeContainerPath() to be less confusing.
* Made SwiftFileBackend respect the 'latest' parameter of various functions via "X-Newest: true" header. Added to TODO in the doGetFileStat() function, as cloudfiles needs upstream changes for that.
* Fixed SwiftFileIterator to return paths relative to the given directory.
* Clean up for FSFileBackend trailing slash handling.
includes/filerepo/backend/FSFileBackend.php
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/SwiftFileBackend.php