https://bugzilla.wikimedia.org/show_bug.cgi?id=28263
Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Reedy <[email protected]> 2011-03-27 01:15:15 UTC --- if( !$wgUser->isAllowedAny( 'import', 'importupload' ) ) { return $wgOut->permissionRequired( 'import' ); } import allows user to import one page per time from another wiki ("transwiki"). 1.5+ importupload allows user to import several pages per time from XML files. This right was called 'importraw' in and before version 1.5. 1.5+ r84825 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
