Difference between revisions of "RollbackModification"
Brandon Bot (talk | contribs) (Refactored to use standard open task categories Category:OpenTask, Category:DevelopmentTeam) |
Brandon Bot (talk | contribs) (Refactored to use standard open task categories Category:OpenTask, Category:DevelopmentTeam) |
||
Line 1: | Line 1: | ||
− | <noinclude><big>[[OurWork]] < [[DevelopmentTeam]] < [[DevelopmentTeamPriorities|Priorities]] < | + | <noinclude><big>[[OurWork]] < [[DevelopmentTeam]] < [[DevelopmentTeamPriorities|Priorities]] < </noinclude>('''[[PairDays?|?]]''') [[RollbackModification]] ('''[[Who?|?]]''') {{JustTinyEditIcon|RollbackModification}}<noinclude></big> |
− | |||
− | </noinclude>('''[[PairDays?|?]]''') [[RollbackModification]] ('''[[Who?|?]]''') {{JustTinyEditIcon|RollbackModification}}<noinclude></big> | ||
__NOTOC__ | __NOTOC__ | ||
== What (summary) == | == What (summary) == |
Revision as of 21:01, 7 February 2008
What (summary)
Create a special group for RecentChanges patrollers which includes only the rollback tool.
Why this is important
The hope is by giving people the ability to have a tool to do RecentChanges - more people will help do it. This will assist RecentChanges patrollers - who aren't administrators with their work and give them a much-needed tool to make the job quicker.
DoneDone
Steps to get to DoneDone
There's instructions in http://www.mediawiki.org/wiki/Help:User_rights.
This involves adding one line to the wiki's LocalSettings.php.
Something like:
$wgGroupPermissions['patroller']['rollback'] = true;
(A new group can be defined using the same one-line directive)
Adding users to the group is through the same process used to promote administrators (Special:Userrights).