In FileBackend:
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 6 Feb 2012 05:25:26 +0000 (05:25 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 6 Feb 2012 05:25:26 +0000 (05:25 +0000)
commite0c78101e5dec086110bb6b76b9ad9092a2c6690
tree2a0594ac943dcb074a33e2e3515694b81db6865e
parent3c1fee1a7f2715ee2f8f3ed2219d1ba4cecf72f9
In FileBackend:
* Added simple getReadOnly()/getReadOnlyReason() functions.
* Allow directly passing a LockManager object into __construct(), useful for testing.
* Fixed bug in FSFileBackend were creating empty files would result in a failing status.
* Added more file stat unit tests.
includes/filerepo/backend/FSFileBackend.php
includes/filerepo/backend/FileBackend.php