Last modified: 2010-03-20 14:15:23 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 T24681, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 22681 - Clean up/unify autopatrol/autopatrolled/autopatroller group names
Clean up/unify autopatrol/autopatrolled/autopatroller group names
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-03-01 16:28 UTC by Raimond Spekking
Modified: 2010-03-20 14:15 UTC (History)
1 user (show)

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


Attachments

Description Raimond Spekking 2010-03-01 16:28:41 UTC
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 ),
Comment 1 JeLuF 2010-03-20 14:15:23 UTC
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.

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


Navigation
Links