Page MenuHomePhabricator

Add rename user group on Commons
Closed, ResolvedPublic

Description

There is a consensus to add rename group on Commons.
http://commons.wikimedia.org/w/index.php?title=Commons:Village_pump&oldid=39139116#Let.27s_add_a_rename_user_right

This right will be able to be granted and removed by administrators, just like with rollback/patroller permissions.

Please add this group in accordance with Commons consensus. Thank you.


Version: unspecified
Severity: enhancement
URL: http://commons.wikimedia.org/w/index.php?title=Commons:Village_pump&oldid=39139116#Let.27s_add_a_rename_user_right

Details

Reference
bz23488

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:59 PM
bzimport set Reference to bz23488.

Ruslik00 wrote:

I think the best name for this new group would be 'filemover'. 'Rename' is confusing (you can rename pages, not necessary files).

bugs wrote:

(In reply to comment #1)

I think the best name for this new group would be 'filemover'. 'Rename' is
confusing (you can rename pages, not necessary files).

I agree. At first I thought it was referring to renaming users... so a more specific and clear name like "filemover" would definitely be better.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 755)

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

'confirmed' => array( 'upload' => true, 'patrol' => true ),
'patroller' => array( 'autopatrol' => true, 'patrol' => true ),
'autopatrolled' => array ( 'autopatrol' => true ),

+ 'filemover' => array( 'movefile' => true ),

),
'dawiki' => array(
	'patroller'		=> array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true, ),

@@ -5450,7 +5451,7 @@

    '+commonswiki' => array(
		'bureaucrat' => array( 'ipblock-exempt', 'bot', 'sysop', 'bureaucrat'),
		'checkuser'  => array( 'ipblock-exempt' ),
  • 'sysop' => array( 'rollbacker', 'confirmed', 'patroller', 'autopatrolled' ),

+ 'sysop' => array( 'rollbacker', 'confirmed', 'patroller', 'autopatrolled', 'filemover' ),

    ),        
    '+elwiktionary' => array(
	    'bureaucrat' => array( 'interface_editors' ),

@@ -5665,7 +5666,7 @@

'+commonswiki' => array(
     'bureaucrat' => array( 'bot', 'ipblock-exempt' ),
     'checkuser' => array( 'ipblock-exempt' ),
  • 'sysop' => array( 'rollbacker', 'confirmed', 'patroller', 'autopatrolled' ),

+ 'sysop' => array( 'rollbacker', 'confirmed', 'patroller', 'autopatrolled', 'filemover' ),

),
'+cswiki' => array(
    'bureaucrat' => array( 'autopatrolled' ),