https://bugzilla.wikimedia.org/show_bug.cgi?id=24789
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #5 from JeLuF <[email protected]> 2010-08-15 19:20:18 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 1008) +++ InitialiseSettings.php (working copy) @@ -5881,6 +5881,9 @@ '+itwiktionary' => array( 'sysop' => array( 'patroller', 'autopatrolled' ), ), + '+jawiki' => array( + 'sysop' => array ( 'abusefilter' ), + ), '+ltwiki' => array( 'sysop' => array ( 'abusefilter' ), ), @@ -6133,6 +6136,9 @@ '+itwiktionary' => array( 'sysop' => array( 'patroller', 'ipblock-exempt', 'autopatrolled' ), ), + '+jawiki' => array( + 'sysop' => array ( 'abusefilter' ), + ), '+ltwiki' => array( 'sysop' => array ( 'abusefilter' ), ), -- 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
