Page MenuHomePhabricator

Switch the right that crats are able to give and take away to Transwiki Importer instead of Importer
Closed, ResolvedPublic

Description

A followup from https://bugzilla.wikimedia.org/show_bug.cgi?id=23462 It looks like we got the Importer group on accident which gives them the ability to import from file (not intended) as well as transwiki (intended). Also see policy http://simple.wikipedia.org/wiki/Wikipedia:Importers.


Version: unspecified
Severity: normal

Details

Reference
bz23988

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:07 PM
bzimport set Reference to bz23988.
bzimport added a subscriber: Unknown Object (MLST).

sorry, the links show but this is on Simple Wiki

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 880)

+++ InitialiseSettings.php (working copy)
@@ -5731,7 +5731,7 @@

	'sysop' => array( 'medlem' ),
),
'+simplewiki' => array(
  • 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'rollbacker', 'import', ),

+ 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'rollbacker', 'transwiki', ),

    'sysop' => array( 'rollbacker', 'flood' ),
),
// '+simplewikibooks' => array(

@@ -5965,7 +5965,7 @@

	'sysop' => array( 'medlem', 'ipblock-exempt' ),
),    
'+simplewiki' => array(
  • 'bureaucrat' => array( 'bot', 'flood', 'rollbacker', 'sysop', 'import', ),

+ 'bureaucrat' => array( 'bot', 'flood', 'rollbacker', 'sysop', 'import', 'transwiki' ),

    'sysop' => array( 'rollbacker', 'ipblock-exempt', 'flood' ),
),
// '+simplewikibooks' => array(