Last modified: 2008-01-02 13:43:09 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 T14116, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 12116 - Create patroller group on Russian Wikipedia
Create patroller group on Russian Wikipedia
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement with 13 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://ru.wikipedia.org/wiki/Википеди...
: shell
Depends on: 11645
Blocks:
  Show dependency treegraph
 
Reported: 2007-11-26 04:37 UTC by Victor Vasiliev
Modified: 2008-01-02 13:43 UTC (History)
3 users (show)

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


Attachments

Description Victor Vasiliev 2007-11-26 04:37:19 UTC
Please, create patroller group on Russian Wikipedia which can be given by sysops and removed by bureaucrats. There's a community request (see URL)
Comment 1 JeLuF 2008-01-01 21:53:54 UTC
Done.

'wgRemoveGroups' => array(
    'ruwiki' => array(
    	'bureaucrat' => array( 'bot', 'paroller' ),
    ),
),

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

'groupOverrides' => array(
    'ruwiki' => array(
       'user' => array( 'upload' => false ),
       'autoconfirmed' => array( 'upload' => true ),
       'patroller' => array( 'patrol' => true ),
    ),
(,
Comment 2 Obersachse 2008-01-02 09:49:39 UTC
There is yet a little bug in the line 'bureaucrat' => array( 'bot', 'paroller' ),

It must be 'patroller' with 't'.
Comment 3 JeLuF 2008-01-02 13:43:09 UTC
Thanks for the heads-up. This has already been fixed yesterday, though.

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


Navigation
Links