Last modified: 2010-05-17 19:29:48 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.
I think the best name for this new group would be 'filemover'. 'Rename' is confusing (you can rename pages, not necessary files).
(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.
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' ),