Last modified: 2010-09-14 17:50:33 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 T27160, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25160 - Please create an "autopatrolled" usergroup at metawiki
Please create an "autopatrolled" usergroup at metawiki
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!
https://secure.wikimedia.org/wikipedi...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-09-13 08:37 UTC by MA
Modified: 2010-09-14 17:50 UTC (History)
1 user (show)

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


Attachments

Description MA 2010-09-13 08:37:15 UTC
Per above discussion I request the creation of the "autopatrolled" user group at meta.wikimedia.org. The group will have the following rights attached to it:

* Have one's own edits automatically marked as patrolled (autopatrol)

Administrators should be allowed to grant and revoke this right from any user.

Thank you,

- DF
Comment 1 p858snake 2010-09-13 08:40:25 UTC
DF: Might be worth wile suggesting to the community to see if they would object to the right being added to the "Autoconfirmed" group.
Comment 2 MA 2010-09-13 08:51:58 UTC
(In reply to comment #1)
> DF: Might be worth wile suggesting to the community to see if they would object
> to the right being added to the "Autoconfirmed" group.

Was suggested and that idea got opposed. I think that the consensus of that thread is to create a separate usergroup rather than adding more rights to an existing usergroup. Can be re-discussed, of course, but I do not think bugzilla is the right place to do that ;)

Regards. 
DF.
Comment 3 JeLuF 2010-09-14 17:50:33 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 1128)
+++ InitialiseSettings.php	(working copy)
@@ -5547,7 +5547,8 @@
       'user' => array( 'move' => false), // sigh. tired of this shit. brion -2007-01-10
       //'bureaucrat' => array( 'centralauth-admin' => true ), // https://bugzilla.wikimedia.org/show_bug.cgi?id=14461
       'steward' => array( 'userrights-interwiki' => true ), // new steward stuff, yay 2007-12-27
-	  'flood' => array( 'bot' => true ),
+      'flood' => array( 'bot' => true ),
+      'autopatrolled' => array( 'autopatrol' => true ),
     ),
     'mkwiki' => array(
 	    'autopatrolled' => array( 'autopatrol' => true ),
@@ -5967,6 +5968,7 @@
 	'+metawiki' => array(
 		'bureaucrat' => array( 'ipblock-exempt', 'bot', 'sysop', 'bureaucrat'),
 		'checkuser'  => array( 'ipblock-exempt' ),
+		'sysop'      => array( 'autopatrolled' ),
 	),
     '+mkwiki' => array(
 	'bureaucrat' => array( 'patroller', 'autopatrolled', 'autoreviewed' ),
@@ -6228,6 +6230,7 @@
     '+metawiki' => array(
         'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'ipblock-exempt', 'flood' ),
         'checkuser'  => array( 'ipblock-exempt' ),
+	'sysop'      => array( 'autopatrolled' ),
     ),
     '+mkwiki' => array(
 	'bureaucrat' => array( 'patroller', 'autopatrolled', 'autoreviewed' ),
===================================================================
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