Page MenuHomePhabricator

Change move-rootuserpages right in Portuguese Wikipedia
Closed, ResolvedPublic

Description

According to consensus on the URL below, please remove the "move-rootuserpages" right from normal users and add it to bureaucrats in Portuguese Wikipedia. Thanks!


Version: unspecified
Severity: normal
URL: http://pt.wikipedia.org/wiki/Wikipédia:Esplanada/propostas/Restrição_da_movimentação_de_páginas_de_usuários_(11mar2011)

Details

Reference
bz28529

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 11:26 PM
bzimport set Reference to bz28529.
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 1916)

+++ InitialiseSettings.php (working copy)
@@ -6154,9 +6154,17 @@

	       	'autopatrol' => true,
		'suppressredirect' => true,
       	),

+ 'rollbacker' => array(
+ 'rollback' => true,
+ 'unwatchedpages' => true
+ ), // https://bugzilla.wikimedia.org/show_bug.cgi?id=27563
+ 'user' => array(
+ 'move' => false,
+ 'move-rootuserpages' => false,
+ ),
+ 'bureaucrat' => array(
+ 'move-rootuserpages' => true,
+ ),

),
'quwiki' => array(
   'rollbacker' => array( 'rollback' => true ),

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