Last modified: 2008-02-16 14:52:06 UTC
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? ( # 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
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.
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, ) ) ) 3. 'wgAddGroups' => array( 'itwiktionary' => 'sysop' => array( 'patroller' ), ) ) 'wgRemoveGroups' => array( 'itwiktionary' => 'sysop' => array( 'patroller' ), ) )
*** This bug has been marked as a duplicate of bug 13035 ***