Last modified: 2010-06-12 21:33:36 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 T25935, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23935 - Autopatroller group for Swedish Wikisource (svwikisource)
Autopatroller group for Swedish Wikisource (svwikisource)
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Rob Halsell
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-12 21:04 UTC by Lejonel
Modified: 2010-06-12 21:33 UTC (History)
1 user (show)

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


Attachments

Description Lejonel 2010-06-12 21:04:54 UTC
After discussions at [[s:sv:Wikisource:Mötesplatsen#Autopatrollers]] svwikisource wants an Autopatroller user group. The group should have the 'autopatrol' right, and administrators should be able to add and remove users from the group.
Comment 1 JeLuF 2010-06-12 21:33:36 UTC
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 856)
+++ InitialiseSettings.php	(working copy)
@@ -5395,6 +5395,9 @@
     	'autoconfirmed' => array( 'patrol' => true ),
     	'rollbacker'	=> array( 'rollback' => true, 'autopatrol' => true ),
     ),
+    'svwikisource' => array(
+	    'autopatrolled' => array( 'autopatrol' => true ),
+    ),
     'svwiktionary' => array(
 	'user' => array( 'upload' => false ),
 	'autoconfirmed' => array( 'upload' => false ),
@@ -5737,6 +5740,9 @@
         'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),
     	'sysop' => array( 'rollbacker' ),
     ),
+    '+svwikisource' => array(
+	    'sysop' => array( 'autopatrolled', ),
+    ),
     '+tawiki' => array(
 	    'bureaucrat' => array( 'nocreate' ),
     ),
@@ -5973,6 +5979,9 @@
         'bureaucrat' => array( 'bot' ),
     	'sysop' => array( 'rollbacker', 'ipblock-exempt' ),
     ),
+    '+svwikisource' => array(
+	    'sysop' => array( 'autopatrolled', ),
+    ),
     '+tawiki' => array(
 	    'bureaucrat' => array( 'nocreate' ),
     ),

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


Navigation
Links