(bug 18408) All required permissions for uploading (upload, edit, create) are now...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Sun, 2 May 2010 20:34:16 +0000 (20:34 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Sun, 2 May 2010 20:34:16 +0000 (20:34 +0000)
commit3e394b5bdcc8fd5aca43184b1821e58ac4ab1ee5
tree20208bded0a36a5fb2e0953fdccdbfa201ad7f38
parent0a9762dd060d63aadc9e959de42e580ba7d2a08f
(bug 18408) All required permissions for uploading (upload, edit, create) are now checked when loading Special:Upload. Toolbar link for Special:Upload is no longer shown if the user does not have the required permissions.

Found out that UploadBase::isAllowed is a totally inappropriate name for what it is returning. That should perhaps be changed before 1.16 is released.
RELEASE-NOTES
includes/SkinTemplate.php
includes/specials/SpecialUpload.php
includes/upload/UploadBase.php