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

Roan Kattouw <roan.katt...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |roan.katt...@gmail.com
         Resolution|                            |FIXED

--- Comment #5 from Roan Kattouw <roan.katt...@gmail.com> 2010-12-03 10:32:06 
UTC ---
(In reply to comment #4)
> Would it be possible to have the same thing done on the French Wikisource, per
> [http://fr.wikisource.org/wiki/Wikisource:Scriptorium/Novembre_2010#Demander_un_nouveau_groupe_de_droits_utilisateur_:_automatiquement_patrouill.C3.A9_.3F
> this consensus]? Thanks!

Done. In the future, though, please file new bugs instead of recycling old ones
like this.

Index: wmf-config/InitialiseSettings.php
===================================================================
--- wmf-config/InitialiseSettings.php   (revision 1383)
+++ wmf-config/InitialiseSettings.php   (working copy)
@@ -5513,6 +5513,7 @@
     ),
     'frwikisource' => array(
            'patroller' => array( 'patrol' => true, 'autopatrol' => true,
'rollback' => true, ),
+           'autopatrolled' => array( 'autopatrol' => true ),
     ),
     'frwikiversity' => array(
            'patroller' => array( 'patrol' => true, 'autopatrol' => true ),
@@ -6013,7 +6014,7 @@
            'sysop' => array( 'patroller' ),
     ),
     '+frwikisource' => array(
-        'sysop' => array( 'patroller' ),
+        'sysop' => array( 'patroller', 'autopatrolled' ),
     ),
     '+frwikiversity' => array(
            'sysop' => array( 'patroller' ),
@@ -6286,7 +6287,7 @@
            'sysop' => array( 'patroller' ),
     ),
     '+frwikisource' => array(
-           'sysop' => array( 'patroller' ),
+           'sysop' => array( 'patroller', 'autopatrolled' ),
     ),
     '+frwikiversity' => array(
            'sysop' => array( '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