https://bugzilla.wikimedia.org/show_bug.cgi?id=27255
Ashar Voultoiz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Ashar Voultoiz <[email protected]> 2011-03-13 14:49:45 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 1626) +++ InitialiseSettings.php (working copy) @@ -5797,6 +5797,9 @@ 'autoconfirmed' => array( 'upload' => false ), 'sysop' => array( 'upload' => true ), ), + 'kowiki' => array( + 'rollbacker' => array( 'rollback' => true ), + ), 'lawiki' => array( 'user' => array( 'upload' => false ), 'autoconfirmed' => array( 'upload' => false ), @@ -6254,6 +6257,9 @@ '+jawiki' => array( 'sysop' => array ( 'abusefilter' ), ), + '+kowiki' => array( + 'sysop' => array( 'rollbacker' ), + ), '+ltwiki' => array( 'sysop' => array ( 'abusefilter' ), ), @@ -6544,6 +6550,9 @@ '+jawiki' => array( 'sysop' => array ( 'abusefilter' ), ), + '+kowiki' => array( + 'sysop' => array( 'rollbacker' ), + ), '+ltwiki' => array( 'sysop' => array ( 'abusefilter' ), ), =================================================================== 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
