Page MenuHomePhabricator

Activating "Makepatrol" on Italian Wiktionary
Closed, ResolvedPublic

Description

Hello. In it.wiktionary we need to patrol edits. So, can you activate the
"Makepatroller" extension ( http://www.mediawiki.org/wiki/Extension:Makepatrol )With the default options?
(

  1. Basic rights for Sysops $wgGroupPermissions['sysop']['makepatrol'] = true; $wgGroupPermissions['sysop']['removepatrol'] = true;

) Thank you.
Here's the link to the discussion.
http://it.wiktionary.org/wiki/Wikizionario:Bar#Patroller


Version: unspecified
Severity: minor
URL: http://it.wiktionary.org/wiki/Wikizionario:Bar#Patroller

Details

Reference
bz12939

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 10:07 PM
bzimport set Reference to bz12939.
bzimport added a subscriber: Unknown Object (MLST).

I believe that extension's obsolete; correct change should be to set up the group permissions to allow sysops to add and remove the patroller group from Special:Userrights.

grandepuffoo wrote:

Is necessary to open another bug? Can we keep this?

Yes.
I'd suggest following configuration:

  1. 'wgEnableRCPatrol' => true
  2. 'groupsOverride2' => array(

'itwiktionary' =>
'patroller' => array(

'patrol' => true,
'autopatrol' => true,

) ) )

  1. 'wgAddGroups' => array(

'itwiktionary' =>
'sysop' => array( 'patroller' ),
) )
'wgRemoveGroups' => array(
'itwiktionary' =>
'sysop' => array( 'patroller' ),
) )

  • This bug has been marked as a duplicate of bug 13035 ***