Renamed FileBackend to FileBackendStore and ugly FileBackendBase to FileBackend....
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 29 Jan 2012 22:22:28 +0000 (22:22 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 29 Jan 2012 22:22:28 +0000 (22:22 +0000)
commit92408acbfb72380a0bfece19b0869f6392d646cb
treea7a3114fff51c89c68c580d718fb0ccde047eb1f
parent5237255860eac6e7c9b2e06bf45763fecf582ba1
Renamed FileBackend to FileBackendStore and ugly FileBackendBase to FileBackend. Callers doing things like FileBackend::extensionFromPath() are now more proper.
includes/AutoLoader.php
includes/filerepo/FileRepo.php
includes/filerepo/backend/FSFileBackend.php
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/FileBackendGroup.php
includes/filerepo/backend/FileBackendMultiWrite.php
includes/filerepo/backend/FileOp.php
includes/filerepo/backend/SwiftFileBackend.php