https://bugzilla.wikimedia.org/show_bug.cgi?id=38040
jc <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #7 from jc <[email protected]> 2012-06-29 16:03:19 UTC --- To merely clarify, this request was primarily for rollbacker to have all user-rights removed except the ability to rollback. Thus restoring it to the single-user-right user group that it was approved to be. So based upon the coding above, to remove rollbacker from: foreach ( array( 'afttest', 'afttest-hide', 'rollbacker', 'reviewer', 'sysop', 'oversight' ) as $group ) { $wgGroupPermissions[$group]['aftv5-hide-feedback'] = true; $wgGroupPermissions[$group]['aftv5-see-hidden-feedback'] = true; And from: // user groups allowed to feature $wgGroupPermissions['sysop']['aftv5-feature-feedback'] = true; $wgGroupPermissions['rollbacker']['aftv5-feature-feedback'] = true; $wgGroupPermissions['oversight']['aftv5-feature-feedback'] = true; $wgGroupPermissions['autoconfirmed']['aftv5-feature-feedback'] = true; $wgGroupPermissions['afttest-hide']['aftv5-feature-feedback'] = true; $wgGroupPermissions['afttest']['aftv5-feature-feedback'] = true; The last comment at the bottom of the original post was suggesting that reviewer should added to: // user groups allowed to feature $wgGroupPermissions['sysop']['aftv5-feature-feedback'] = true; $wgGroupPermissions['rollbacker']['aftv5-feature-feedback'] = true; $wgGroupPermissions['oversight']['aftv5-feature-feedback'] = true; $wgGroupPermissions['autoconfirmed']['aftv5-feature-feedback'] = true; $wgGroupPermissions['afttest-hide']['aftv5-feature-feedback'] = true; $wgGroupPermissions['afttest']['aftv5-feature-feedback'] = true; Essentially, that reviewer user group fulfills the need for these tasks. And that they were inappropriately added to rollbacker, per prior, broader consensus. I would presume the standard is to restore to the past stable state and wait for a clear consensus. But that is merely my presumption. I leave that to you all to decide. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
