https://bugzilla.wikimedia.org/show_bug.cgi?id=23784
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2010-06-04 03:44:06 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 821) +++ InitialiseSettings.php (working copy) @@ -5659,6 +5659,9 @@ 'bureaucrat' => array( 'bureaucrat', 'sysop', 'bot', 'autopatrolled', 'patroller' ), 'sysop' => array( 'autopatrolled', 'patroller' ), ), + '+officewiki' => array( + 'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki', ), + ), '+otrs_wikiwiki' => array( 'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki' ), ), @@ -5887,6 +5890,9 @@ 'bureaucrat' => array( 'bureaucrat', 'sysop', 'bot', 'autopatrolled', 'patroller' ), 'sysop' => array( 'autopatrolled', 'patroller' ), ), + '+officewiki' => array( + 'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki', ), + ), '+otrs_wikiwiki' => array( 'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki' ), ), -- 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
