https://bugzilla.wikimedia.org/show_bug.cgi?id=28192
Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #3 from Reedy <[email protected]> 2011-07-08 21:19:17 UTC --- <logmsgbot> !log reedy synchronized php-1.17/wmf-config/InitialiseSettings.php 'bug 28192 patrol stuff for rowiki' <morebots> Logged the message, Master reedy@fenari:/home/wikipedia/common/php-1.17/wmf-config$ svn diff Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 1950) +++ InitialiseSettings.php (working copy) @@ -5390,6 +5390,7 @@ 'nowikibooks' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=10486 'plwikiquote' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=4697 'ptwiki' => true, // https://bugzilla.wikimedia.org/show_bug.cgi?id=4500 + 'rowiki' => true, // https://bugzilla.wikimedia.org/show_bug.cgi?id=28192 'ruwikiversity' => true, 'siwiki' => true, 'srwiki' => true, // req by dungodung in #wikimedia-tech, 2008-02-25 @@ -6172,7 +6173,6 @@ 'plwikiquote' => array( 'patroller' => array( 'patrol' => true, 'autopatrol' => true, ), // http://bugzilla.wikimedia.org/show_bug.cgi?id=28479 ), - // http://bugzilla.wikimedia.org/show_bug.cgi?id=9024 , 10362 'ptwiki' => array( 'autoconfirmed' => array( 'patrol' => true ), @@ -6202,6 +6202,11 @@ 'quwiki' => array( 'rollbacker' => array( 'rollback' => true ), ), + 'rowiki' => array( + 'sysop' => array( 'autoreviewed' => true, 'patrol' => true, ), + 'patroller' => array( 'patrol' => true, ), + 'autoreviewed' => array( 'autoreviewed' => true, ), + ), // http://bugzilla.wikimedia.org/show_bug.cgi?id=12334 'ruwiki' => array( '*' => array( 'patrolmarks' => true, ), @@ -6673,7 +6678,8 @@ 'sysop' => array( 'rollbacker' ), ), '+rowiki' => array( // bug 26634 --hashar 2011-01-14 - 'bureaucrat' => array( 'abusefilter' ), + 'sysop' => array( 'autoreviewed' ), + 'bureaucrat' => array( 'abusefilter', 'patroller' ), ), '+ruwiki' => array( 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ), @@ -6991,9 +6997,10 @@ '+quwiki' => array( 'sysop' => array( 'rollbacker' ), ), - '+rowiki' => array( // bug 26634 --hashar 2011-01-14 - 'bureaucrat' => array( 'abusefilter' ), - ), + '+rowiki' => array( // bug 26634 --hashar 2011-01-14 + 'bureaucrat' => array( 'abusefilter', 'patroller' ), + 'sysop' => array( 'autoreviewed' ), + ), '+ruwiki' => array( 'bureaucrat' => array( 'bot' ), That should be everything.... -- 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
