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

JeLuF <je...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #10 from JeLuF <je...@gmx.de> 2010-08-15 20:37:31 UTC ---
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php    (revision 1020)
+++ InitialiseSettings.php    (working copy)
@@ -5272,11 +5272,11 @@
     'reviewer' => array( 'patrol' => true ),
     ),
     'enwikibooks' => array(
-        'rollbacker'     => array( 'rollback' => true ),
-        'patroller'        => array( 'patrol' => true, 'autopatrol' => true ),
-        'flood'         => array( 'bot' => true ),
-        'uploader'      => array( 'upload' => true, 'reupload' => true ),
-        'autoconfirmed' => array( 'upload' => false, 'reupload' => false ),
+        // 'rollbacker'     => array( 'rollback' => true ),
+        // 'patroller'        => array( 'patrol' => true, 'autopatrol' => true
),
+    'flood'         => array( 'bot' => true ),
+    'uploader'      => array( 'upload' => true, 'reupload' => true ),
+    'autoconfirmed' => array( 'upload' => false, 'reupload' => false ),
     ),
     'enwikinews' => array(
         'flood' => array( 'bot' => true ),
@@ -5794,8 +5794,8 @@
         'sysop' => array( 'rollbacker', 'accountcreator', 'abusefilter',
'autoreviewer', 'confirmed', 'reviewer' ),
     ),
     '+enwikibooks' => array(
-        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),
-        'sysop' => array( 'rollbacker', 'patroller', 'uploader' ),
+        'sysop' => array('transwiki', 'uploader'),
+        'bureaucrat' => array('flood'),
     ),
     '+enwikinews' => array(
         'bureaucrat' => array ( 'flood' ),
@@ -6050,8 +6050,8 @@
         'sysop' => array( 'rollbacker', 'ipblock-exempt', 'accountcreator',
'abusefilter', 'autoreviewer', 'confirmed', 'reviewer' ),
     ),
     '+enwikibooks' => array(
-        'bureaucrat' => array( 'bot', 'flood' ),
-        'sysop' => array( 'rollbacker', 'patroller', 'ipblock-exempt',
'uploader' ),
+        'sysop' => array('transwiki', 'uploader', 'ipblock-exempt',),
+        'bureaucrat' => array('flood'),
     ),
     '+enwikinews' => array(
         'bureaucrat' => array ( 'flood', 'sysop' ),
@@ -6988,10 +6988,11 @@

 'wgContentNamespaces' => array(
     'default' => array( 0 ),
+    'arwiki' => array( 0, 104 ), // bug 20623
+    'enwikibooks' => array( NS_MAIN, 102, 110),
     'idwikibooks' => array( 0, 100, 102 ), //
http://bugzilla.wikimedia.org/show_bug.cgi?id=7282
     'mediawikiwiki' => array( 0, 100, 102 ), // Manuals && Extensions
     'srwikibooks' => array( 0, 102, ), // #15282
-    'arwiki' => array( 0, 104 ), // bug 20623
 ),

 'wgRevisionCacheExpiry' => array(
@@ -7686,6 +7687,7 @@
    'dewiki' => true, // Andrew 2009-02-24 Requested by DaB, with custom
settings.
    'dsbwiki' => true,
    'elwiki' => true, // Andrew 2009-04-14 bug 18462
+   'enwikibooks' => true,
    'enwikinews' => true, // Andrew 2009-05-27 bug 18896
    'eswiki' => true, // JeLuF, 2010-04-11 bug 23099
    'eswikibooks' => true, // Roan 2009-12-24 bug 20923
@@ -8020,14 +8022,15 @@

 'wmgUseReaderFeedback' => array(
     'default' => false,
+    'en_labswikimedia' => true,
+    'enwikibooks' => true,
+    'enwikinews' => true,
+    'huwiki' => true,
+    'readerfeedback_labswikimedia' => true,
+        'strategyappswiki' => true,
     'strategywiki' => true,
-    'strategyappswiki' => true,
-    'readerfeedback_labswikimedia' => true,
+    'testwiki' => true,

-    'huwiki' => true,
-    'enwikinews' => true,
-    'en_labswikimedia' => true,
-    'testwiki' => true,
 ),

 'wmgFeedbackNamespaces' => array(

-- 
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