r100636 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100635‎ | r100636 | r100637 >
Date:19:16, 24 October 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
Removed 'reviewer' from bureaucrat addgroups/removegroups. Redundant on stock configs and adds config clutter.
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.config.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.config.php
@@ -141,9 +141,6 @@
142142 $wgRemoveGroups['sysop'][] = 'editor'; // demote from basic reviewer (established editors)
143143 $wgAddGroups['sysop'][] = 'autoreview'; // promote to basic auto-reviewer (semi-trusted users)
144144 $wgRemoveGroups['sysop'][] = 'autoreview'; // demote from basic auto-reviewer (semi-trusted users)
145 -# # Extra ones for Bureaucrats
146 -$wgAddGroups['bureaucrat'][] = 'reviewer'; // promote to full reviewers
147 -$wgRemoveGroups['bureaucrat'][] = 'reviewer'; // demote from full reviewers
148145
149146 # How far the logs for overseeing quality revisions and depreciations go
150147 $wgFlaggedRevsOversightAge = 30 * 24 * 3600;

Comments

#Comment by Aaron Schulz (talk | contribs)   19:23, 24 October 2011

wmf config updated to compensate.

Status & tagging log