Last modified: 2009-01-29 11:45:21 UTC
Please, create patroller group on Ukrainian Wikipedia which can be given and removed by sysops. There's a community request (see URL)
Done. =========================================== 'groupOverrides' => array( 'ukwiki' => array( 'patroller' => array( 'patrol' => true ), ), ), 'wgAddGroups' => array( 'ukwiki' => array( 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ), 'sysop' => array( 'patroller' ), ), ), 'wgRemoveGroups' => array( 'ukwiki' => array( 'bureaucrat' => array( 'bot' ), 'sysop' => array( 'patroller' ), ), ),
Our community decided that all patrollers should have "autopatrol" flag.
*** This bug has been marked as a duplicate of bug 17223 ***