Page MenuHomePhabricator

Add 'suppressredirect' right to 'eliminator' group on Portuguese Wikipedia
Closed, ResolvedPublic

Description

Author: fleandro10415

Description:
Per community consenus on Portuguese Wikipedia, please add the following permission for the group 'eliminator':

$wgGroupPermissions['eliminator']['suppressredirect'] = true;


Version: unspecified
Severity: enhancement
URL: http://pt.wikipedia.org/wiki/Wikipedia:Esplanada/propostas/Permiss%C3%A3o_suppressredirect_para_eliminadores_%2825jan2011%29

Details

Reference
bz26932

Event Timeline

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

jeluf wrote:

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1539)

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

    'ptwiki' => array( 
	'autoconfirmed' => array( 'patrol' => true ),
	'autoreviewer' => array( 'autopatrol' => true ),
  • 'eliminator' => array( 'browsearchive' => true, 'delete' => true, 'nuke' => true, 'undelete' => true, 'deletedhistory' => true, 'deletedtext' => true, 'autopatrol' => true, ),

+ 'eliminator' => array(
+ 'browsearchive' => true,
+ 'delete' => true,
+ 'nuke' => true,
+ 'undelete' => true,
+ 'deletedhistory' => true,
+ 'deletedtext' => true,
+ 'autopatrol' => true,
+ 'suppressredirect' => true,
+ ),

    'rollbacker' => array( 'rollback' => true ),
    'user' => array( 'move' => false ),
),

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php