filebackend: cleaned up the FileBackend constructor
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 3 Dec 2013 20:55:44 +0000 (20:55 +0000)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 3 Dec 2013 21:57:01 +0000 (13:57 -0800)
commit2aa84651ca30068d6d9d9ea9425a09dcd86c741e
treecfef8733c5c6e456c83b5631d1a9d861f1ad221c
parent2f29c7551b3106f75eb4a3818c295e5ef9919a47
filebackend: cleaned up the FileBackend constructor

* Added some b/c code with deprecation warnings

Change-Id: Ifceffbc0a37a223bcd7cd3dc60181fc85765bc46
16 files changed:
includes/filebackend/FileBackend.php
includes/filebackend/FileBackendGroup.php
includes/filebackend/FileBackendMultiWrite.php
tests/parser/parserTest.inc
tests/phpunit/includes/LocalFileTest.php
tests/phpunit/includes/filebackend/FileBackendTest.php
tests/phpunit/includes/filerepo/FileRepoTest.php
tests/phpunit/includes/filerepo/StoreBatchTest.php
tests/phpunit/includes/media/ExifRotationTest.php
tests/phpunit/includes/media/FormatMetadataTest.php
tests/phpunit/includes/media/GIFTest.php
tests/phpunit/includes/media/JpegTest.php
tests/phpunit/includes/media/PNGTest.php
tests/phpunit/includes/media/SVGTest.php
tests/phpunit/includes/parser/NewParserTest.php
tests/phpunit/suites/UploadFromUrlTestSuite.php