https://bugzilla.wikimedia.org/show_bug.cgi?id=27918

--- Comment #1 from Ashar Voultoiz <has...@free.fr> 2011-03-10 21:19:10 UTC ---
Should be fixed now:

Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php    (revision 1603)
+++ InitialiseSettings.php    (working copy)
@@ -5680,6 +5680,10 @@
         'patroller' => array( 'patrol' => true, 'autopatrol' => true,
'unwatchedpages' => true, 'rollback' => true, ),
         'autopatrolled' => array( 'autopatrol' => true ),
     ),
+    'hewikibooks' => array(
+        'patroller' => array( 'patrol' => true ),  # bug 27918
+        'autopatrolled' => array( 'autopatrol' => true ), # bug 27918
+    ),
     'hiwiki' => array(
         'confirmed' => array( 'upload' => true, 'patrol' => true ),
         'rollbacker' => array( 'rollback' => true ),
@@ -6200,6 +6204,9 @@
     '+hewiki' => array(
         'sysop' => array( 'patroller', 'autopatrolled' ),
     ),
+    '+hewikibooks' => array(
+        'sysop' => array( 'patroller', 'autopatrolled' ),
+    ),
     '+hiwiki' => array(
         'bureaucrat' => array( 'interface_editor', 'flood', 'abusefilter',
'eliminator', 'import', 'transwiki', 'accountcreator' ),
         'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled',
'editprotected', 'patroller', ),
@@ -6485,6 +6492,9 @@
     '+hewiki' => array(
         'sysop' => array( 'patroller', 'autopatrolled' ),
     ),
+    '+hewikibooks' => array(
+        'sysop' => array( 'patroller', 'autopatrolled' ),
+    ),
     '+hiwiki' => array(
         'bureaucrat' => array( 'sysop', 'interface_editor', 'flood',
'abusefilter', 'eliminator', 'import', 'transwiki', 'accountcreator' ),
         'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled',
'editprotected', 'patroller', ),

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to