Last modified: 2008-02-21 18:58:28 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 T15035, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 13035 - Activating "patrol" on Italian Wiktionary
Activating "patrol" on Italian Wiktionary
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Highest normal with 5 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://it.wiktionary.org/wiki/Wikizio...
: shell
: 12939 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-02-16 14:46 UTC by Wim b
Modified: 2008-02-21 18:58 UTC (History)
3 users (show)

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


Attachments

Description Wim b 2008-02-16 14:46:12 UTC
Hello. In it.wiktionary we need to patrol edits. So, can you activate the
"patroller" With these options recommended by VasilievVV

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' ),
) )

( https://bugzilla.wikimedia.org/show_bug.cgi?id=12939#c3 )
Comment 1 Victor Vasiliev 2008-02-16 14:52:06 UTC
*** Bug 12939 has been marked as a duplicate of this bug. ***
Comment 2 JeLuF 2008-02-21 18:58:28 UTC
Done.

1) There's no such setting. wgUseRCPatrol was already set to true due to Bug 11424
2) groupOverrides2 is only being used for the defaults setting. For config 
   settings, groupOverrides has to be used:
    'itwiktionary' => array( 
        'user' => array( 'upload' => false ),
        'autoconfirmed' => array( 'patrol' => true, 'upload' => false ),
        'sysop' => array( 'upload' => true ),
        'patroller' => array( 'patrol' => true, 'autopatrol' => true, ),
    ),
3) Done:
  'wgAddGroups' => array(
    'itwiktionary' => array(
		'sysop' => array( 'patroller' ),
	),
  ),
  'wgRemoveGroups' => array(
    'itwiktionary' => array(
    	'sysop' => array( 'patroller' ),
    ),
  ),

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


Navigation
Links