Last modified: 2014-11-18 18:07:21 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 T14085, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 12085 - Enable patrolling and create patroller group on huwiki
Enable patrolling and create patroller group on huwiki
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement with 2 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://hu.wikipedia.org/wiki/Wikip%C3...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-11-24 06:25 UTC by Tisza Gergő
Modified: 2014-11-18 18:07 UTC (History)
3 users (show)

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


Attachments

Description Tisza Gergő 2007-11-24 06:25:13 UTC
Please change the following on the Hungarian Wikipedia:
* enable recent changes patrolling
* create a new "patroller" user group
* give bureaucrats the ability to add and remove group members
* give patrol, autopatrol and rollback rights to members of the group
Comment 1 Filip Maljkovic [Dungodung] 2007-11-30 13:36:56 UTC
Have these software configuration changes been discussed in the community. A link would suffice. Thanks
Comment 3 JeLuF 2008-01-01 22:35:39 UTC
Done.

'groupOverrides' => array(
    'huwiki' => array(
    	'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true ),
    ),
),

'wgAddGroups' => array(
	'huwiki' => array(
		'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller' ),
	),
),

'wgRemoveGroups' => array(
	'huwiki' => array(
		'bureaucrat' => array( 'bot', 'patroller' ),
	),
),
Comment 4 JeLuF 2008-01-01 22:40:21 UTC
Forgot to mention:

wgUseRCPatrol has been set to true.

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


Navigation
Links