* Renamed FileBackend functions internal to FileBackend/FileOp, making their usage...
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 21 Dec 2011 09:16:28 +0000 (09:16 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 21 Dec 2011 09:16:28 +0000 (09:16 +0000)
commit2c4ef137b4e0b224e95e9c0561249991dfe330d9
treedfe70bd515428e7879cc18fc1d424fbc9a69b820
parent6efbf4d4fdf2c9f510ce1b344935b394ea254e30
* Renamed FileBackend functions internal to FileBackend/FileOp, making their usage clearer.
* Added convenience functions to FileBackendBase for basic file ops. Previously, doOperation() was the only convenience function...give it some friends :)
* More documentation comments.
includes/filerepo/backend/FSFileBackend.php
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/FileOp.php