https://bugzilla.wikimedia.org/show_bug.cgi?id=24394
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #11 from JeLuF <[email protected]> 2010-09-08 21:29:43 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 1108) +++ InitialiseSettings.php (working copy) @@ -5903,8 +5903,8 @@ 'sysop' => array( 'patroller', 'autopatrolled' ), ), '+hiwiki' => array( - 'bureaucrat' => array( 'interface_editor', 'flood', ), - 'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled', 'editprotected', 'abusefilter', 'patroller', ), + 'bureaucrat' => array( 'interface_editor', 'flood', 'abusefilter', ), + 'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled', 'editprotected', 'patroller', ), ), '+hrwiki' => array( 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller', 'autopatrolled' ), @@ -6164,8 +6164,8 @@ 'sysop' => array( 'patroller', 'autopatrolled' ), ), '+hiwiki' => array( - 'bureaucrat' => array( 'sysop', 'interface_editor', 'flood', ), - 'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled', 'editprotected', 'abusefilter', 'patroller', ), + 'bureaucrat' => array( 'sysop', 'interface_editor', 'flood', 'abusefilter'), + 'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled', 'editprotected', 'patroller', ), ), '+hrwiki' => array( 'bureaucrat' => array( 'bot', 'patroller', 'autopatrolled' ), -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
