Last modified: 2010-05-17 19:29:48 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T25488, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23488 - Add rename user group on Commons
Add rename user group on Commons
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Rob Halsell
http://commons.wikimedia.org/w/index....
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-12 14:53 UTC by Woojin Kim
Modified: 2010-05-17 19:29 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Woojin Kim 2010-05-12 14:53:59 UTC
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.
Comment 1 Ruslan 2010-05-16 15:18:49 UTC
I think the best name for this new group would be 'filemover'. 'Rename' is confusing (you can rename pages, not necessary files).
Comment 2 Casey Brown 2010-05-16 19:32:45 UTC
(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.
Comment 3 JeLuF 2010-05-17 19:29:48 UTC
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' ),

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links