Last modified: 2011-01-20 17:03:19 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T28252, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26252 - Enable autopatrolled and patroller groups on it.wikibooks
Enable autopatrolled and patroller groups on it.wikibooks
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://it.wikibooks.org/w/index.php?t...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-05 18:23 UTC by Nemo
Modified: 2011-01-20 17:03 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Nemo 2010-12-05 18:23:16 UTC
Please enable autopatrolled and patroller groups on Italian Wikibooks, bot added/removed by sysops, with the following configuration:

        'autopatrolled' => array( 'autopatrol' => true, ),
        'patroller' => array( 'autopatrol' => true, 'rollback' => true, ),

('patrol' is already granted to autoconfirmed), per consensus in the linked discussion (looks like we forgot to file a bug...).
Comment 1 JeLuF 2011-01-20 17:03:19 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 1494)
+++ InitialiseSettings.php	(working copy)
@@ -5709,6 +5709,8 @@
     'itwikiversity' => array( 'autoconfirmed' => array( 'patrol' => true ) ),
     'itwikibooks' => array( 'user' => array( 'patrol' => false, 'move' => false ),
                             'autoconfirmed' => array( 'move' => true, 'patrol' => true ),
+			    'autopatrolled' => array( 'autopatrol' => true, ),
+			    'patroller' => array( 'autopatrol' => true, 'rollback' => true, ),
      ),
     'itwikinews' => array( 'autoconfirmed' => array( 'patrol' => true ) ),
     'itwikiquote' => array(
@@ -6165,6 +6167,9 @@
 	    'bureaucrat' => array( 'rollbacker' ),
 	    'sysop'	 => array( 'autopatrolled' ),
     ),
+    '+itwikibooks' => array( 
+	    'sysop'	 => array( 'autopatrolled', 'patroller' ),
+    ),
     '+itwiktionary' => array(
 		'sysop' => array( 'patroller', 'autopatrolled' ),
 	),
@@ -6446,6 +6451,9 @@
     '+itwiki' => array(
 	'bureaucrat' => array( 'rollbacker', 'autopatrolled' ),
     ),
+    '+itwikibooks' => array( 
+	    'sysop'	 => array( 'autopatrolled', 'patroller' ),
+    ),
     '+itwiktionary' => array(
     	'sysop' => array( 'patroller', 'ipblock-exempt', 'autopatrolled' ),
     ),
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links