https://bugzilla.wikimedia.org/show_bug.cgi?id=29738
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from JeLuF <[email protected]> 2011-07-14 17:09:52 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 2006) +++ InitialiseSettings.php (working copy) @@ -6080,6 +6080,9 @@ 'patroller' => array( 'patrol' => true, 'patrolmarks' => true ), # bug 27918 'autopatrolled' => array( 'autopatrol' => true ), # bug 27918 ), + 'hewikiquote' => array( + 'autopatrolled' => array( 'autopatrol' => true ), + ), 'hiwiki' => array( 'confirmed' => array( 'upload' => true, 'patrol' => true ), 'rollbacker' => array( 'rollback' => true ), @@ -6655,6 +6658,9 @@ '+hewikibooks' => array( 'sysop' => array( 'patroller', 'autopatrolled' ), ), + '+hewikiquote' => array( + 'sysop' => array( 'autopatrolled' ), + ), '+hiwiki' => array( 'bureaucrat' => array( 'interface_editor', 'flood', 'abusefilter', 'eliminator', 'import', 'transwiki', 'accountcreator' ), 'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled', 'editprotected', 'patroller', ), @@ -6986,6 +6992,9 @@ '+hewikibooks' => array( 'sysop' => array( 'patroller', 'autopatrolled' ), ), + '+hewikiquote' => array( + 'sysop' => array( 'autopatrolled' ), + ), '+hiwiki' => array( 'bureaucrat' => array( 'sysop', 'interface_editor', 'flood', 'abusefilter', 'eliminator', 'import', 'transwiki', 'accountcreator' ), 'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled', 'editprotected', 'patroller', ), =================================================================== 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
