Rewrote Special:Upload to allow easier extension. Mostly backwards compatible towards...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Sun, 18 Oct 2009 19:41:01 +0000 (19:41 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Sun, 18 Oct 2009 19:41:01 +0000 (19:41 +0000)
commit91e4d80448dacc223d06a55a7fd7bf771c1af4e8
treefc5a26fb7502a57fa5a5ccf33a6619f626e845f7
parent918171cef479d90bb3956eec608f4aa99636b4bc
Rewrote Special:Upload to allow easier extension. Mostly backwards compatible towards the end user: tested with Commons' upload scripts.
* Special:Upload now uses HTMLForm for form generation
* Upload errors that can be solved by changing the filename now do not require reuploading.
12 files changed:
RELEASE-NOTES
includes/AutoLoader.php
includes/Licenses.php
includes/Setup.php
includes/SpecialPage.php
includes/api/ApiUpload.php
includes/specials/SpecialUpload.php
includes/upload/UploadBase.php
includes/upload/UploadFromStash.php
languages/messages/MessagesEn.php
skins/common/upload.js
skins/common/wikibits.js