Merged FileBackend branch. Manually avoiding merging the many prop-only changes SVN...
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 20 Dec 2011 03:52:06 +0000 (03:52 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 20 Dec 2011 03:52:06 +0000 (03:52 +0000)
commit5275f9b097cdae5dbab0845e3ea127086e3a6570
tree3dadaf31b9cbb53e0b36f45bf371807f37188f92
parente6f780d48d949ec67d47667b853326623827974d
Merged FileBackend branch. Manually avoiding merging the many prop-only changes SVN likes to sprinkle in (easy to spot from the change list). Did not add SwiftFileBackend.php as it still is in development.
56 files changed:
img_auth.php
includes/AutoLoader.php
includes/DefaultSettings.php
includes/GlobalFunctions.php
includes/Setup.php
includes/filerepo/FSRepo.php
includes/filerepo/FileRepo.php
includes/filerepo/ForeignAPIRepo.php
includes/filerepo/ForeignDBViaLBRepo.php
includes/filerepo/LocalRepo.php
includes/filerepo/RepoGroup.php
includes/filerepo/backend/FSFileBackend.php [new file with mode: 0644]
includes/filerepo/backend/FileBackend.php [new file with mode: 0644]
includes/filerepo/backend/FileBackendGroup.php [new file with mode: 0644]
includes/filerepo/backend/FileBackendMultiWrite.php [new file with mode: 0644]
includes/filerepo/backend/FileOp.php [new file with mode: 0644]
includes/filerepo/backend/lockmanager/DBLockManager.php [new file with mode: 0644]
includes/filerepo/backend/lockmanager/FSLockManager.php [new file with mode: 0644]
includes/filerepo/backend/lockmanager/LSLockManager.php [new file with mode: 0644]
includes/filerepo/backend/lockmanager/LockManager.php [new file with mode: 0644]
includes/filerepo/backend/lockmanager/LockManagerGroup.php [new file with mode: 0644]
includes/filerepo/file/FSFile.php [new file with mode: 0644]
includes/filerepo/file/File.php
includes/filerepo/file/ForeignAPIFile.php
includes/filerepo/file/LocalFile.php
includes/filerepo/file/OldLocalFile.php
includes/filerepo/file/TempFSFile.php [new file with mode: 0644]
includes/filerepo/file/UnregisteredLocalFile.php
includes/media/Bitmap.php
includes/media/Bitmap_ClientOnly.php
includes/media/DjVu.php
includes/media/ExifBitmap.php
includes/media/Generic.php
includes/media/MediaTransformOutput.php
includes/media/SVG.php
includes/specials/SpecialRevisiondelete.php
includes/specials/SpecialUndelete.php
includes/upload/UploadBase.php
includes/upload/UploadFromChunks.php
includes/upload/UploadStash.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc
maintenance/locking/LockServerDaemon.php [new file with mode: 0644]
maintenance/locking/file_locks.sql [new file with mode: 0644]
tests/parser/parserTest.inc
tests/phpunit/includes/LocalFileTest.php
tests/phpunit/includes/api/ApiTestCaseUpload.php
tests/phpunit/includes/api/ApiUploadTest.php
tests/phpunit/includes/filerepo/FileBackendTest.php [new file with mode: 0644]
tests/phpunit/includes/media/ExifRotationTest.php
tests/phpunit/includes/media/FormatMetadataTest.php
tests/phpunit/includes/media/GIFTest.php
tests/phpunit/includes/media/PNGTest.php
tests/phpunit/includes/parser/NewParserTest.php
tests/phpunit/suites/UploadFromUrlTestSuite.php
thumb.php