* (bug 28263) cannot import xml with the api, when have not "import" user right,...
authorSam Reed <reedy@users.mediawiki.org>
Sun, 27 Mar 2011 01:14:57 +0000 (01:14 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 27 Mar 2011 01:14:57 +0000 (01:14 +0000)
commit6f13020e330bbe8dd09220fc931d550291ff2ec8
tree849794911a8edc0954dcad173fdd71848d42d215
parent1111518f51eedb3bae28e9e31f3920e41f987cee
* (bug 28263) cannot import xml with the api, when have not "import" user right, but "importupload"

Normalised api user right checking to that of SpecialImport, by moving permission checks into specified code paths

Some documentation and explicit variables added while inspecting other code
RELEASE-NOTES
includes/api/ApiImport.php
includes/specials/SpecialImport.php
includes/specials/SpecialUpload.php