Page MenuHomePhabricator

Clean up/unify autopatrol/autopatrolled/autopatroller group names
Closed, ResolvedPublic

Description

Per CR http://www.mediawiki.org/wiki/Special:Code/MediaWiki/57643#c4863:

Currently we have 3 names (autopatrol, autopatrolled, autopatroller) for (nearly) the same behaviour (see list below).

I suggest to stick to one name. Best would be 'autopatrolled' because it is most used and does not conflict with extensions (like 'autopatrol' from the patroller extension)

Please rename the groups 'autopatrol' and 'autopatroller' and reassign the users to the new name. Thanks.

 'bgwiki' => array(
     'autopatrol' => array( 'autopatrol' => true, ),
 
 'bswiki' => array(
     'autopatrolled' => array( 'autopatrol' => true ),
 
'commonswiki' => array(
  'autopatrolled' => array ( 'autopatrol' => true ),
 
 'dawiki' => array(
     'autopatrol'    => array( 'autopatrol' => true, ),
 
 'enwikisource' => array(
     'autopatrolled' => array( 'autopatrol' => true ),
 
 'enwiktionary' => array(
     'autopatroller' => array( 'autopatrol' => true ),
 
 'frwiki' => array(
   'autopatrolled' => array( 'patrol' => true, 'autopatrol' => true ),
 
 'hewiki' => array( 
     'autopatroller' => array( 'autopatrol' => true ),

 'hrwiki' => array(
     'autopatrol' => array( 'autopatrol' => true ),
 
 'itwiktionary' => array( 
     'autopatroller' => array( 'autopatrol' => true ),
 
 'nowiki' => array(
     'autopatrolled' => array( 'autopatrol' => true, 'unwatchedpages' => true ),
 
 'nowikibooks' => array(
     'autopatrolled' => array( 'autopatrol' => true ),
 
 'simplewiktionary' => array(
     'autopatrolled' => array( 'patrol' => true, 'autopatrol' => true ),
 
 'srwiki' => array(
     'autopatrolled' => array( 'autopatrol' => true ),

Version: unspecified
Severity: normal

Details

Reference
bz22681

Event Timeline

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

jeluf wrote:

Done.

Renamed the groups.
Changed the AddGroup/RemoveGroups settings to reflect the change.
Changed the automatic promotion settings, too.
Migrated the users to the new group.