Last modified: 2008-02-16 14:52:06 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 T14939, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 12939 - Activating "Makepatrol" on Italian Wiktionary
Activating "Makepatrol" on Italian Wiktionary
Status: RESOLVED DUPLICATE of bug 13035
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: High minor with 3 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://it.wiktionary.org/wiki/Wikizio...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-02-06 15:31 UTC by Wim b
Modified: 2008-02-16 14:52 UTC (History)
2 users (show)

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


Attachments

Description Wim b 2008-02-06 15:31:26 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
Comment 1 Brion Vibber 2008-02-13 02:42:37 UTC
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.
Comment 2 Luca 2008-02-13 13:12:54 UTC
Is necessary to open another bug? Can we keep this?
Comment 3 Victor Vasiliev 2008-02-13 13:19:17 UTC
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' ),
) )
Comment 4 Victor Vasiliev 2008-02-16 14:52:06 UTC

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

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


Navigation
Links