properly handle the case where a file disappears during the uploadwizard process
authorIan Baker <raindrift@users.mediawiki.org>
Thu, 14 Jul 2011 23:01:00 +0000 (23:01 +0000)
committerIan Baker <raindrift@users.mediawiki.org>
Thu, 14 Jul 2011 23:01:00 +0000 (23:01 +0000)
commit9b50e7ade7d2befdcd933f1005f95c82469332b0
tree3325041d4ec20e7fb8f0deedf8a7da79ecb901d1
parentf776cbe6300dd58e6e7f8415f387a4c1d7c23892
properly handle the case where a file disappears during the uploadwizard process
remove database records for files that move out of the stash
includes/api/ApiUpload.php
includes/upload/UploadBase.php
includes/upload/UploadFromStash.php
includes/upload/UploadStash.php