Page MenuHomePhabricator

Create patroller and rollbacker group on Russian Wikisource
Closed, ResolvedPublic

Description

Author: irmvol

Description:
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)


Version: unspecified
Severity: enhancement
URL: http://ru.wikisource.org/wiki/Викитека:Форум#Флаги_patroller_и_rollback

Details

Reference
bz14568

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:12 PM
bzimport set Reference to bz14568.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

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

),

Ruslik00 wrote:

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