Page MenuHomePhabricator

Activation of the 'autopatrolled' group on nn WP
Closed, ResolvedPublic

Description

Author: chstole

Description:
Following the activation of the patrolling feature, we'd like to have the autopatrolled group activated on the nn WP as well. Both administrators and bureaucrats should be able to add and remove users from this user group.


Version: unspecified
Severity: enhancement

Details

Reference
bz24846

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:00 PM
bzimport set Reference to bz24846.
bzimport added a subscriber: Unknown Object (MLST).

chstole wrote:

For reference, a brief discussion on the topic was held here: http://nn.wikipedia.org/wiki/Wikipedia:Samfunnshuset , and no objections to the group was made.

chstole wrote:

For the sake of formality, a vote has been held too, see http://nn.wikipedia.org/wiki/Wikipedia:Samfunnshuset#Vil_me_ha_ei_autopatruljert_brukargruppe.3F. Please activate this group as soon as possible; it would make the patrolling a lot easier.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1072)

+++ InitialiseSettings.php (working copy)
@@ -5540,6 +5540,9 @@

'nlwiktionary' => array( 'user' => array( 'patrol' => true ) ),
'nlwikibooks' => array( 'user' => array( 'patrol' => true ) ),
// 'nlwikinews' => array( 'user' => array( 'patrol' => true ) ),

+ 'nnwiki' => array(
+ 'autopatrolled' => array( 'autopatrol' => true ),
+ ),

'nowiki' => array(
	'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true, 'unwatchedpages' => true, 'suppressredirect' => true, ),
	'autopatrolled' => array( 'autopatrol' => true, 'unwatchedpages' => true ),

@@ -5951,6 +5954,10 @@

    '+nlwikibooks' => array(
		'sysop' => array( 'abusefilter' ),
	),

+ '+nnwiki' => array(
+ 'bureaucrat' => array( 'autopatrolled', ),
+ 'sysop' => array( 'autopatrolled', ),
+ ),

    '+noboard_chapterswikimedia' => array(
	'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki' ),
    ),

@@ -6207,6 +6214,10 @@

'+nlwikibooks' => array(
    'sysop' => array( 'abusefilter' ),
),

+ '+nnwiki' => array(
+ 'bureaucrat' => array( 'autopatrolled', ),
+ 'sysop' => array( 'autopatrolled', ),
+ ),

    '+noboard_chapterswikimedia' => array(
	'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki' ),
    ),