Last modified: 2011-09-14 21:02:53 UTC
Hello! Please, create patroller and rollback group on Russian Wikisource which can be given and removed by sysops. There's a community request (see URL)
fix link http://ru.wikisource.org/wiki/Викитека:Форум#.D0.A4.D0.BB.D0.B0.D0.B3.D0.B8_patroller_.D0.B8_rollback Also please add autopatrol rights for all patroller's. Thanks.
Done. 'wgAddGroups' => array( 'ruwikisource' => array( 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller', 'rollbacker' ), 'sysop' => array( 'patroller', 'rollbacker' ), ), ), 'wgRemoveGroups' => array( 'ruwikisource' => array( 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller', 'rollbacker' ), 'sysop' => array( 'patroller', 'rollbacker' ), ), ), 'groupOverrides' => array( 'ruwikisource' => array( 'patroller' => array( 'patrol' => true, 'autopatrol' => true ), 'rollbacker' => array( 'rollback' => true ), ), ),
Many thanks!
I have been systematizing wikis that allow their bureaucrats to remove sysop/bureaucrat rights. I found several anomalies. One of them is ru.wikisource. The problem is that I can find neither a bug where this change was explicitly requested nor a local discussion in ru.wikisource itself. (Even the local guidelines still say that bureaucrats can not remove sysop/bureaucrat rights.) It looks like this was set inadvertently when this bug was fixed 3 years ago. If I am wrong, please, point me to the bug where the change was requested. If I am right, I really do not known what to do. The unrequested change should probably be reverted (i.e. 'sysop', 'bureaucrat', removed from wgRemoveGroups => bureaucrat). On the other hand, 3 years have passed since this bug was closed. So, I would be surprised if your answer is 'no'. I still feel that I need to reopen this bug to clarify the situation. Thank you.
(In reply to comment #4) > I have been systematizing wikis that allow their bureaucrats to remove > sysop/bureaucrat rights. I found several anomalies. One of them is > ru.wikisource. > > The problem is that I can find neither a bug where this change was explicitly > requested nor a local discussion in ru.wikisource itself. (Even the local > guidelines still say that bureaucrats can not remove sysop/bureaucrat rights.) > It looks like this was set inadvertently when this bug was fixed 3 years ago. > > If I am wrong, please, point me to the bug where the change was requested. If I > am right, I really do not known what to do. The unrequested change should > probably be reverted (i.e. 'sysop', 'bureaucrat', removed from wgRemoveGroups > => bureaucrat). On the other hand, 3 years have passed since this bug was > closed. So, I would be surprised if your answer is 'no'. > > I still feel that I need to reopen this bug to clarify the situation. > > Thank you. I'm inclined to leave it. If you want to bring it up on the local wiki, and it's decided it should be reverted, please feel free to reopen this bug, or just file a new one. It can be easily changed