Last modified: 2011-01-25 00:03:26 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 T19627, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 17627 - Allow autoconfirmed users to patrol on ar Wikisource
Allow autoconfirmed users to patrol on ar Wikisource
Status: CLOSED 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://ar.wikisource.org/wiki/%D9%88%...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-23 03:49 UTC by Ciphers
Modified: 2011-01-25 00:03 UTC (History)
4 users (show)

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


Attachments

Description Ciphers 2009-02-23 03:49:40 UTC
Similar to bug 12355 and , would you please activate the patroling and autopatroling to group for new users group called "Autopatrol".
Comment 1 JeLuF 2010-07-01 21:10:37 UTC
Who will be allowed to add users to this group? Bureaucrats? Sysops?
Comment 2 JeLuF 2010-08-15 21:42:50 UTC
No feedback in 6 weeks => closed.
Comment 3 Huib abigor Laurens 2010-08-15 22:16:48 UTC
I asked the local community, admins should add that group.
Comment 4 JeLuF 2010-08-16 18:39:13 UTC
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 1028)
+++ InitialiseSettings.php	(working copy)
@@ -4768,6 +4768,7 @@
 
     // Wikipedia
     'alswiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=4543
+    'arwiki' => true,
     'bgwiki' => true,
     'bnwiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=11042
     'cawiki' => true,
@@ -5157,6 +5158,8 @@
 	'arwiki' => array(
 		'autoconfirmed' => array( 'patrol' => true ),
 		'rollbacker' => array( 'rollback' => true ),
+		'autopatrolled' => array( 'autopatrol' => true, ),
+		'patroller' => array( 'patrol' => true ),
 	),
     'bnwiki' => array(
         'user' => array( 'patrol' => false ),
@@ -5762,7 +5765,7 @@
     //******************************************************************
     '+arwiki' => array(
         'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'import', 'reviewer', 'abusefilter' ),
-        'sysop' => array( 'uploader', 'reviewer', 'confirmed', 'rollbacker', 'abusefilter' ),
+        'sysop' => array( 'uploader', 'reviewer', 'confirmed', 'rollbacker', 'abusefilter', 'patroller', 'autopatrolled', ),
     ),
     '+bgwiki' => array(
         'bureaucrat' => array( 'patroller' ),
@@ -6019,7 +6022,7 @@
     ),
     '+arwiki' => array(
         'bureaucrat' => array( 'bot', 'import', 'reviewer', 'abusefilter' ),
-        'sysop' => array( 'ipblock-exempt', 'uploader', 'reviewer', 'confirmed', 'rollbacker', 'abusefilter' ),
+        'sysop' => array( 'ipblock-exempt', 'uploader', 'reviewer', 'confirmed', 'rollbacker', 'abusefilter', 'patroller', 'autopatrolled', ),
     ),
     '+bgwiki' => array(
         'bureaucrat' => array( 'patroller' ),
Comment 5 John Mark Vandenberg 2010-08-19 13:27:58 UTC
This request was for Arabic Wikisource to have patrolling like http://en.wikisource.org/wiki/Help:Patrolling , so that autoconfirmed users gain the ability to patrol RC (without anyone granting them this right).
Comment 6 Ciphers 2010-09-22 02:42:27 UTC
No change is noticed in the Arabic Wikisource. I think the change was made to Arabic Wikipedia instead. Please verify.
Comment 7 JeLuF 2010-09-23 19:25:40 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 1165)
+++ InitialiseSettings.php	(working copy)
@@ -4836,7 +4836,7 @@
 
     // Wikipedia
     'alswiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=4543
-    'arwiki' => true,
+    'arwikisource' => true,
     'bgwiki' => true,
     'bnwiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=11042
     'cawiki' => true,
@@ -5226,9 +5226,11 @@
 	'arwiki' => array(
 		'autoconfirmed' => array( 'patrol' => true ),
 		'rollbacker' => array( 'rollback' => true ),
-		'autopatrolled' => array( 'autopatrol' => true, ),
-		'patroller' => array( 'patrol' => true ),
 	),
+    'arwikisource' => array(
+	'autopatrolled' => array( 'autopatrol' => true, ),
+	'patroller' => array( 'patrol' => true ),
+    ),
     'bnwiki' => array(
         'user' => array( 'patrol' => false ),
         'autoconfirmed' => array( 'patrol' => false ),
@@ -5842,8 +5844,11 @@
     //******************************************************************
     '+arwiki' => array(
         'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'import', 'reviewer', 'abusefilter' ),
-        'sysop' => array( 'uploader', 'reviewer', 'confirmed', 'rollbacker', 'abusefilter', 'patroller', 'autopatrolled', ),
+        'sysop' => array( 'uploader', 'reviewer', 'confirmed', 'rollbacker', 'abusefilter', ),
     ),
+    '+arwikisource' => array(
+	'sysop' => array( 'patroller', 'autopatrolled', ),
+    ),
     '+bgwiki' => array(
         'bureaucrat' => array( 'patroller' ),
         'sysop' => array( 'autopatrolled' ),
@@ -6107,6 +6112,9 @@
         'bureaucrat' => array( 'bot', 'import', 'reviewer', 'abusefilter' ),
         'sysop' => array( 'ipblock-exempt', 'uploader', 'reviewer', 'confirmed', 'rollbacker', 'abusefilter', 'patroller', 'autopatrolled', ),
     ),
+    '+arwikisource' => array(
+	'sysop' => array( 'patroller', 'autopatrolled', ),
+    ),
     '+bgwiki' => array(
         'bureaucrat' => array( 'patroller' ),
         'sysop' => array( 'autopatrolled' ),
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
Comment 8 Ciphers 2010-09-29 02:39:41 UTC
The change is confirmed. Thank you!

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


Navigation
Links