Last modified: 2010-05-19 20:16:46 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 T25568, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23568 - Allow bureaucrats to grant and remove patroller, autopatroller, rollbacker on eswiktionary
Allow bureaucrats to grant and remove patroller, autopatroller, rollbacker on...
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Rob Halsell
http://es.wiktionary.org/wiki/Wikcion...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-17 18:03 UTC by Ricardo Reyes
Modified: 2010-05-19 20:16 UTC (History)
2 users (show)

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


Attachments

Description Ricardo Reyes 2010-05-17 18:03:46 UTC
Hello, after the conclusive results of this voting:

http://es.wiktionary.org/wiki/Wikcionario:Votaciones/2010/Flags

Please, enable the bureaucrats in es.wiktionary to grant and
revoke the patroller, autopatrolled, and rollbacker flags (all flags in an independent way, i.e. not tied to each other), thanks and best regards, 

Ricardo (rrmsjp)
Comment 1 JeLuF 2010-05-19 20:16:46 UTC
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 769)
+++ InitialiseSettings.php	(working copy)
@@ -5073,6 +5073,9 @@
       'user' => array( 'upload' => false ),
       'autoconfirmed' => array( 'upload' => false ),
       'sysop' => array( 'upload' => true ),
+      'patroller' => array( 'patrol' => true ),
+      'rollbacker' => array( 'rollback' => true ),
+      'autopatrolled' => array( 'autopatrol' => true ),
     ),
     'fawiki' => array( 
     	'*' => array( 'createpage' => false ),
@@ -5531,6 +5534,9 @@
     '+eswikinews' => array(
         'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'editprotected' ),
     ),
+    '+eswiktionary' => array(
+	'bureaucrat' => array( 'autopatrolled', 'patroller', 'rollbacker' ),
+    ),
     '+enwikisource' => array(
         'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'autopatrolled' ),
         'sysop' => array( 'abusefilter', 'autopatrolled' ),
@@ -5759,6 +5765,9 @@
     '+eswikinews' => array(
         'bureaucrat' => array( 'bot', 'editprotected' ),
     ),
+    '+eswiktionary' => array(
+	'bureaucrat' => array( 'autopatrolled', 'patroller', 'rollbacker' ),
+    ),
     '+enwiktionary' => array( 
         'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),
         'sysop' => array( 'autopatrolled', 'patroller', 'rollbacker', 'ipblock-exempt' ),

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


Navigation
Links