Last modified: 2011-07-30 21:00:12 UTC
Per a mini-discussion, it has been supported (though by few people) here - http://test.wikipedia.org/wiki/Talk:Main_Page#File_movers_group - that a file mover user group, similar to that on the English Wikipedia, be created with the "movefile" fight. In addition, it should be both addable and removable by administrators.
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 2112) +++ InitialiseSettings.php (working copy) @@ -6430,6 +6430,7 @@ '*' => array( 'createpage' => false ), ), 'testwiki' => array( + 'filemover' => array( 'movefile' => true ), // bug 30121 'user' => array( 'upload_by_url' => true, // For wider testing ), @@ -6578,6 +6579,7 @@ ), '+testwiki' => array( 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'researcher' ), + 'sysop' => array( 'filemover' ), #'user' => array( 'editor', 'reviewer' ), ), //****************************************************************** @@ -6904,6 +6906,7 @@ ), '+testwiki' => array( 'bureaucrat' => array( 'bot', 'sysop', 'researcher' ), + 'sysop' => array( 'filemover' ), #'user' => array( 'editor', 'reviewer' ), ), //****************************************************************** =================================================================== You can find the entire config file at http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
Thanks.