Use database to track uploaded chunks and concatenate at the end.
authorJan Gerber <j@users.mediawiki.org>
Wed, 30 Nov 2011 14:56:40 +0000 (14:56 +0000)
committerJan Gerber <j@users.mediawiki.org>
Wed, 30 Nov 2011 14:56:40 +0000 (14:56 +0000)
commit0095c08ed205bec215f4e320a91fc181383a23b4
treec0a020af89185e52688905cd708be3a996bcc904
parent9cd260936156e8a16145f0695d299c66808dfe78
Use database to track uploaded chunks and concatenate at the end.
with i18n documentation dont break phpunit

follow up r93720
15 files changed:
includes/AutoLoader.php
includes/api/ApiUpload.php
includes/filerepo/FSRepo.php
includes/filerepo/FileRepo.php
includes/filerepo/NullRepo.php
includes/installer/MysqlUpdater.php
includes/upload/UploadBase.php
includes/upload/UploadFromChunks.php [new file with mode: 0644]
includes/upload/UploadFromFile.php
includes/upload/UploadFromStash.php
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/archives/patch-uploadstash_chunk.sql [new file with mode: 0644]
maintenance/language/messages.inc
maintenance/tables.sql