core changes for UploadWizard (merged from r73549 to HEAD in branches/uploadwizard...
authorNeil Kandalgaonkar <neilk@users.mediawiki.org>
Wed, 3 Nov 2010 04:32:41 +0000 (04:32 +0000)
committerNeil Kandalgaonkar <neilk@users.mediawiki.org>
Wed, 3 Nov 2010 04:32:41 +0000 (04:32 +0000)
commit902995cb1d2577cc043e643fdb94f76c5c9f6c07
tree88edc391d04316fc0afa23a6504679dc592ab1fc
parentf3804b578070fcf9c906e392c93a912026609031
core changes for UploadWizard (merged from r73549 to HEAD in branches/uploadwizard/phase3)
13 files changed:
includes/AutoLoader.php
includes/SpecialPage.php
includes/api/ApiQueryImageInfo.php
includes/api/ApiUpload.php
includes/filerepo/File.php
includes/specials/SpecialUploadStash.php [new file with mode: 0644]
includes/upload/UploadBase.php
includes/upload/UploadFromFile.php
includes/upload/UploadStash.php [new file with mode: 0644]
maintenance/tests/phpunit/Makefile
maintenance/tests/phpunit/includes/api/ApiUploadTest.php [new file with mode: 0644]
maintenance/tests/phpunit/includes/api/RandomImageGenerator.php [new file with mode: 0644]
maintenance/tests/phpunit/includes/api/generateRandomImages.php [new file with mode: 0644]