Last modified: 2013-04-22 16:15:38 UTC
Please change the $wgRestrictionLevels to array( '', 'autoconfirmed', 'autoreviewer', 'sysop' ) on Portuguese Wikipedia.
Gerrit change #21475. https://gerrit.wikimedia.org/r/#/c/21475/
Bug assigned to code submitter.
The change has been merged. A comment by the code submitter indicates that doesn't work.
Any idea why this is not working?
$wgGroupPermissions also has to be configured, and the change must be deployed. For the former you need $wgGroupPermissions['sysop']['autoreviewer']=true; and $wgGroupPermissions['autoreviewer']['autoreviewer']=true; //adjust the group name as needed.
(In reply to comment #5) Is this what you mean? Gerrit Change I4c0037fb If so, what would be a good description for this new permission "autoreviewer"? What is the difference between the "group" and the "permission" with that name?
It's the same difference as the difference between the permission 'block' and the group 'sysop'. See the documentation page for this configuration setting.
Change I4c0037fb has been deployed on live site.
The group of bureaucrats and deleters (eliminadores) should have the same rights that those on autoreviewer group have. The right to edit pages on this protection level should be given to them too. Thanks.
Bug reopened per Teles' comment. Should be trivial.
Besides bureaucrats and eliminadores, the right to edit autoreviewer-protected pages should also be added to bots, since they already have the autopatrol right.
https://gerrit.wikimedia.org/r/47357 does a bit more What else needs doing?
The 'autoreviewer' right is missing from bots.
https://gerrit.wikimedia.org/r/47377 Anything else?
Looks good, thanks.
Lets consider this done then. If there is anything else, please make a new bug.