https://bugzilla.wikimedia.org/show_bug.cgi?id=30121
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2011-07-30 20:38:02 UTC --- 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 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
