https://bugzilla.wikimedia.org/show_bug.cgi?id=22681

           Summary: Clean up/unify autopatrol/autopatrolled/autopatroller
                    group names
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: shell
          Severity: normal
          Priority: Normal
         Component: Site requests
        AssignedTo: [email protected]
        ReportedBy: [email protected]


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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to