https://bugzilla.wikimedia.org/show_bug.cgi?id=28529
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED URL|http://pt.wikipedia.org/wik |http://pt.wikipedia.org/wik |i/Wikipédia:Esplanada/propo |i/Wikip??dia:Esplanada/prop |stas/Restrição_da_movimenta |ostas/Restri????o_da_movime |ção_de_páginas_de_usuários_ |nta????o_de_p??ginas_de_usu |(11mar2011) |??rios_(11mar2011) Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2011-06-24 21:38:27 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 1916) +++ InitialiseSettings.php (working copy) @@ -6154,9 +6154,17 @@ 'autopatrol' => true, 'suppressredirect' => true, ), - 'rollbacker' => array( 'rollback' => true, - 'unwatchedpages' => true ), // https://bugzilla.wikimedia.org/show_bug.cgi?id=27563 - 'user' => array( 'move' => false ), + 'rollbacker' => array( + 'rollback' => true, + 'unwatchedpages' => true + ), // https://bugzilla.wikimedia.org/show_bug.cgi?id=27563 + 'user' => array( + 'move' => false, + 'move-rootuserpages' => false, + ), + 'bureaucrat' => array( + 'move-rootuserpages' => true, + ), ), 'quwiki' => array( 'rollbacker' => array( 'rollback' => true ), =================================================================== 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
