Page MenuHomePhabricator

Modify add/remove rights for bureaucrats & sysops on brwikimedia
Closed, ResolvedPublic

Description

Per: https://br.wikimedia.org/wiki/?oldid=33792

Please add the following section to 'wgAddGroups' and 'wgRemoveGroups' in InitialiseSettings.php

'wgAddGroups' => array(
'+brwikimedia' => array(

		'sysop' => array( 'translationadmin', 'autopatrolled', 'confirmed' ),
         ),

),

'wgRemoveGroups' => array(
'+brwikimedia' => array(

		'sysop' => array( 'translationadmin', 'autopatrolled', 'confirmed' ),
		'bureaucrat' => array( 'sysop', 'bureaucrat' ),
         ),

),

Just to remember: The consensus time on this wiki is not as same on content-projects because this is a user group wiki. Thanks.

Keywords: shell


Version: unspecified
Severity: enhancement
URL: https://br.wikimedia.org/wiki/?oldid=33792

Details

Reference
bz63345

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:02 AM
bzimport set Reference to bz63345.

This isn't enough community consensus. If you have a Board or any leadership of sorts in Wikimedia Brazil, please ask them to speak up on behalf of the group.

PLease look at https://br.wikimedia.org/wiki/?oldid=33792 and now just look at [[m:Wikimedia_user_groups]] and you will see that Vinicius Siqueira is the official contact.

Please have the other users listed on [[m:Wikimedia user groups]] support the change.

All users from Wikimedia Brasil listed on [[m:Wikimedia user groups]] agreed. Any other question before fulfill this request?

Thanks! I'll submit a patch later tonight.

Change 124393 had a related patch set uploaded by Odder:
Modify wgAddGroups, wgRemoveGroups on brwikimedia

https://gerrit.wikimedia.org/r/124393

Change 124393 merged by jenkins-bot:
Modify wgAddGroups, wgRemoveGroups on brwikimedia

https://gerrit.wikimedia.org/r/124393

Firstly, thanks Tomasz. I forgot to warn about the need for this configuration bellow, without it we can't assign the permission.

'groupOverrides' => array(

'brwikimedia' => array( //Bug 63345 
     'autopatrolled' => array( 'autopatrol' => true ),
 ),

),

Thanks again.

(In reply to Lestaty de Lioncourt from comment #9)

Firstly, thanks Tomasz. I forgot to warn about the need for this
configuration bellow, without it we can't assign the permission.

Right, I didn't even check that. This would require me to set up $wgUseRCPatrol to 'true' on brwikimedia; are you really sure you want to enable recent changes patrolling on this wiki?

If not, the easy way out would be to fix my latest patch and remove 'autopatrolled' from wgAddGroups and wgRemoveGroup for brwikimedia.

Yes please, enable recent changes patrolling. It will turn for us a easy way to sort out the edits made by users from the user group of regular users. Thanks.

Change 126251 had a related patch set uploaded by Odder:
Create autopatrolled user group on brwikimedia

https://gerrit.wikimedia.org/r/126251

Special:Contributions on br.wikimedia not pointing to user pages, logs, and other usual links

Not sure if it is related, but Special:contributions is not showing its usual links (see attachment).

Attached:

brwikicontribs.jpg (586×1 px, 207 KB)

I don't understand what this means, but it doesn't seem related to the patch I submitted.

Change 126251 merged by jenkins-bot:
Create autopatrolled user group on brwikimedia

https://gerrit.wikimedia.org/r/126251