Refactored UploadStash and related classes to use the database for file metadata...
authorIan Baker <raindrift@users.mediawiki.org>
Tue, 12 Jul 2011 21:11:43 +0000 (21:11 +0000)
committerIan Baker <raindrift@users.mediawiki.org>
Tue, 12 Jul 2011 21:11:43 +0000 (21:11 +0000)
commit9d4fd0c5674bdd01f8f34c5f00e848632ab77747
tree4a8a1832fd1623cbd50577fdf544e29c18ef086e
parentc0c93b54a1b836f4276af93c5387ae575c8f4dc9
Refactored UploadStash and related classes to use the database for file metadata storage instead of the session, see bug 26179

Tweaked the UploadWizard to work properly with the new backend code, updated tests
includes/api/ApiQueryStashImageInfo.php
includes/api/ApiUpload.php
includes/installer/MysqlUpdater.php
includes/installer/SqliteUpdater.php
includes/upload/UploadBase.php
includes/upload/UploadFromStash.php
includes/upload/UploadStash.php
maintenance/archives/patch-uploadstash.sql [new file with mode: 0644]
maintenance/tables.sql
tests/phpunit/includes/api/ApiUploadTest.php
tests/phpunit/includes/upload/UploadStashTest.php