Last modified: 2010-06-02 20:52:44 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 T25756, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23756 - Enable "Rollbacker" group on itwiki
Enable "Rollbacker" group on itwiki
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Rob Halsell
http://it.wikipedia.org/wiki/Discussi...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-02 07:10 UTC by Melos
Modified: 2010-06-02 20:52 UTC (History)
4 users (show)

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


Attachments

Description Melos 2010-06-02 07:10:25 UTC
Please enable Rollbacker group on itwiki. 

This group must have only "autopatrol" and "rollback" rights.

Please give the possibility to add and remove this group only for bureaucrats.

Thank you.
Comment 1 Raimond Spekking 2010-06-02 07:12:34 UTC
Please provide a link to a page which shows the community consensous. Thanks.
Comment 2 Roberto Mura 2010-06-02 07:18:49 UTC
This is the link: http://it.wikipedia.org/wiki/Discussioni_Wikipedia:Rollbacker
Comment 3 JeLuF 2010-06-02 20:52:44 UTC
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 816)
+++ InitialiseSettings.php	(working copy)
@@ -5214,6 +5214,7 @@
     'itwiki' => array( 
     	'user'	=> array( 'upload' => false, 'move' => false ),
     	'autoconfirmed' => array( 'patrol' => true, 'upload' => true ),
+	'rollbacker' => array( 'rollback' => true, 'autopatrol' => true, ),
     ),
     'itwikiversity' => array( 'autoconfirmed' => array( 'patrol' => true ) ),
     'itwikibooks' => array( 'user' => array( 'patrol' => false, 'move' => false ),
@@ -5620,6 +5621,9 @@
 	'+incubatorwiki' => array(
         'bureaucrat' => array( 'test-sysop', 'sysop', 'bureaucrat', 'bot', 'translator' ),
     ),
+    '+itwiki' => array( 
+	    'bureaucrat' => array( 'rollbacker' ),
+    ),
     '+itwiktionary' => array(
 		'sysop' => array( 'patroller', 'autopatrolled' ),
 	),
@@ -5846,6 +5850,9 @@
 	'+incubatorwiki' => array(
         'bureaucrat' => array( 'test-sysop', 'bot', 'translator' ),
     ),
+    '+itwiki' => array(
+	'bureaucrat' => array( 'rollbacker' ),
+    ),
     '+itwiktionary' => array(
     	'sysop' => array( 'patroller', 'ipblock-exempt', 'autopatrolled' ),
     ),

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


Navigation
Links