Last modified: 2012-03-17 08:41:03 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 T29875, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 27875 - Create a new usergroup Patroller with 'autopatrol' and 'patrol' right on simple.wikipedia
Create a new usergroup Patroller with 'autopatrol' and 'patrol' right on simp...
Status: VERIFIED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Antoine "hashar" Musso (WMF)
http://simple.wikipedia.org/wiki/Wiki...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-05 19:20 UTC by Barras
Modified: 2012-03-17 08:41 UTC (History)
7 users (show)

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


Attachments

Description Barras 2011-03-05 19:20:07 UTC
We've discussed the implemention of this feature on simpleWP and the consensus is clear. Please make it possible for admins to grant and remove the autopatroll right. Please add also the possibility to actively mark other people's new creations as patrolled. Consensus is http://simple.wikipedia.org/wiki/Wikipedia:Simple_talk#Autopatrol_flag

Thanks in advance!

[[m:User:Barras]]
Comment 1 Roan Kattouw 2011-03-05 22:09:43 UTC
(In reply to comment #0)
> Please add also the possibility to actively mark other
> people's new creations as patrolled.
New page patrolling is enabled on simplewiki. Did you mean that autopatrollers should be allowed to patrol creations (AND changes; the two are inseparable) as well?
Comment 2 grox24 2011-03-06 00:30:43 UTC

(In reply to comment #1)
> (In reply to comment #0)
> > Please add also the possibility to actively mark other
> > people's new creations as patrolled.
> New page patrolling is enabled on simplewiki. Did you mean that autopatrollers
> should be allowed to patrol creations (AND changes; the two are inseparable) as
> well?

I'm pretty sure the discussion was only on new page patrolling, not patrolling new edits. New page patrolling is only currently enabled for sysops. We need a new right created that administrators can grant to users so their new pages are autopatrolled and they are able to patrol the new pages of others.
Comment 3 Barras 2011-03-06 09:16:47 UTC
Yep, exactly what Gordonrox said above. There's no need for patrolling changes. Only new creations (seen on Special:NewPages) are to be patrolled. The right should be that people are autopatrolled (so their creations aren't yellow on that page) and that they can actively help help patrolling those new pages. Sorry if it wasn't clear enough said above.

[[m:User:Barras]]
Comment 4 Bawolff (Brian Wolff) 2011-03-06 09:26:21 UTC
autopatrol does apply to both edits and page creations, but in the simplewiki case RCPatrol is disabled, and only New Page patrol is enabled, so autopatrol right only applies to new pages.

So just to clarify, you want a new user group that can be assigned and removed by admins, and people in that usergroup should have patrol (mark other people's new pages as ok) and autopatrol (your own new pages are automatically ok) rights. Or did you mean you wanted two new usergroups, an autopatrol user group, and a seperate patrol user group?
Comment 5 Barras 2011-03-06 09:31:46 UTC
No, exactly what you said. One usergroup with both rights. Doesn't really matter how it is named (Autopatrolled, Patroller or whatever fits best).
Comment 6 Krinkle 2011-03-07 18:36:32 UTC
So far wikis using this call the group "Patroller" as in most cases users in that group participate in patrolling new pages and help with the backlog.

Since someone experienced enough to be allowed to patrol other people's page creations, the Patroller group is given the 'autopatrol' right besides the 'patrol' right.

Please note that with the 'patrol' right also comes the ability to filter to filter out only 'unpatrolled new pages' on Special:NewPage and the marks of it in other locations (RecentChanges, Watchlist, etc.)

On Commons we have both (Autopatrollers-group and Patroller-group) so that users who create good quality pages but have no interest in patrolling stuff nor should know what that even is are not confused with these red marks and [mark as patrol] links.
Comment 7 Barras 2011-03-07 18:42:34 UTC
Yeah, we want the "Patroller" group then enabled. What you describe with the
NewPages patrolling is exactly what we want. At all this is only about the
NewPages. Other changes aren't patrolled anyway. It's only about getting help
to patroll new pages and to have your own creations automatically patrolled.
Comment 8 Antoine "hashar" Musso (WMF) 2011-03-07 21:45:25 UTC
Should be good now. Thanks Barras for the helpful comments through irc! Always appreciated to have some support from the community :o)

Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 1596)
+++ InitialiseSettings.php	(working copy)
@@ -5904,6 +5904,8 @@
 	'simplewiki' => array(
 		'flood' => array( 'bot' => true ),
 		'rollbacker' => array( 'rollback' => true, ),
+        # bug 27875 (see comment 4)
+        'patroller' => array( 'patrol' => true, 'autopatrol' => true ),
 	),
 	// 'simplewikibooks' => array(
 		// 'flood' => array( 'bot' => true ),
@@ -6300,8 +6302,8 @@
     	'sysop' => array( 'medlem' ),
     ),
     '+simplewiki' => array(
-        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'rollbacker', 'transwiki', ),
-        'sysop' => array( 'rollbacker', 'flood' ),
+        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'rollbacker', 'transwiki', 'patroller' ),
+        'sysop' => array( 'rollbacker', 'flood', 'patroller' ),
     ),
 	'+siwiki' => array(
 		'sysop' => array( 'rollbacker', 'accountcreator', 'abusefilter', 'autopatrolled', 'confirmed', 'reviewer' ),
@@ -6583,8 +6585,8 @@
 		'sysop' => array( 'rollbacker', 'accountcreator', 'abusefilter', 'autopatrolled', 'confirmed', 'reviewer' ),
 	),
     '+simplewiki' => array(
-        'bureaucrat' => array( 'bot', 'flood', 'rollbacker', 'sysop', 'import', 'transwiki' ),
-        'sysop' => array( 'rollbacker', 'ipblock-exempt', 'flood' ),
+        'bureaucrat' => array( 'bot', 'flood', 'rollbacker', 'sysop', 'import', 'transwiki', 'patroller' ),
+        'sysop' => array( 'rollbacker', 'ipblock-exempt', 'flood', 'patroller' ),
     ),
     // '+simplewikibooks' => array(
         // 'sysop' => array( 'rollbacker' ),
Comment 9 Barras 2011-03-07 22:14:36 UTC
Thanks a lot! It works exactly the way it should. Just tested it with my second account.

Thanks for doing it that quick, Ashar!


(Marked as verified)
[[m:User:Barras]]

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


Navigation
Links