Last modified: 2008-02-25 21:19:03 UTC
Since these are all shell tasks, I'm doing a bulk bug report. I can separate them if you'd like so. Per the voting on the Serbian Wikipedia (cf. URL) I hereby request the addition of the following usergroups: patroller, autopatrolled, rollbacker (Дугме "врати" section in the voting page). I also request that upload for non-autoconfirmed users be disabled (i.e newbies shouldn't be able to use Special:Upload) (Слање слика section in the voting page). Thanks in advance.
Who will be allowed to grant the patroller, autopatrolled, rollbacker roles to users?
(In reply to comment #1) > Who will be allowed to grant the patroller, autopatrolled, rollbacker roles to > users? > Patroller & autopatrolled to be granted by bureaucrats only, rollbackers made by both sysops and bureaucrats. This is per the community vote (link supplied). Thanx!
Done. 'groupOverrides' => array( 'srwiki' => array( 'user' => array( 'upload' => false ), 'patroller' => array( 'patrol' => true ), 'autopatrolled' => array( 'autopatrol' => true ), 'rollbacker' => array( 'rollback' => true ), ), ), 'wgAddGroups' => array( 'srwiki' => array( 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller', 'autopatrolled', 'rollbacker', ), 'sysop' => array( 'rollbacker' ), ), ), 'wgRemoveGroups' => array( 'srwiki' => array( 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller', 'autopatrolled', 'rollbacker', ), 'sysop' => array( 'rollbacker' ), ), )