Page MenuHomePhabricator

Create new group on Russian Wikipedia
Closed, ResolvedPublic

Description

Please create the "closer" group with following rights:

  • delete
  • suppressredirect

The group should be assigned and revoked by sysops. See [[ru:Википедия:Опросы/Введение технического флага подводящего итоги]] and [[ru:Википедия:Опросы/Выяснение дополнительной информации о группе подводящих итоги]] for the consensus.


Version: unspecified
Severity: normal

Details

Reference
bz26946

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:24 PM
bzimport set Reference to bz26946.
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 1543)

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

'autoconfirmed' => array( 'upload' => false ),
'rollbacker' => array( 'rollback' => true ),
'uploader' => array( 'upload' => true ),

+ 'closer' => array( 'delete' => true, 'suppressredirect' => true, ),

),
'ruwikiquote' => array(
    'autoeditor' => array( 'autoreview' => true, 'autopatrolother' => true, 'autoconfirmed' => true ),

@@ -6283,7 +6284,7 @@

	),
    '+ruwiki' => array(
    	'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),
  • 'sysop' => array( 'ipblock-exempt', 'rollbacker', 'autoeditor', 'uploader' ),

+ 'sysop' => array( 'ipblock-exempt', 'rollbacker', 'autoeditor', 'uploader', 'closer' ),

),
'+ruwikiquote' => array(
    'sysop' => array( 'autoeditor' )

@@ -6563,7 +6564,7 @@

	),
    '+ruwiki' => array(
    	'bureaucrat' => array( 'bot' ),
  • 'sysop' => array( 'ipblock-exempt', 'rollbacker', 'autoeditor', 'uploader' ),

+ 'sysop' => array( 'ipblock-exempt', 'rollbacker', 'autoeditor', 'uploader', 'closer' ),

),
'+ruwikiquote' => array(
    'sysop' => array( 'autoeditor' )

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