Help:Patrolled editsEdit This Page
From FamilySearch Wiki
|
This help article will guide you as you edit in the Wiki. See Contributor Help for more help articles. Visit the Wiki Help Forum as you have questions.
|
| |
Important note: This page started out as a copy of one of the Public Domain Help Pages, which can be freely copied into fresh wiki installations and/or distributed with MediaWiki software; see mw:Help:Contents for an overview of all pages. See Project:PD help/Copying for instructions. | |
Patrolled edits are a feature which allows specific users to mark items in recent changes as having been "patrolled" or "approved". By default this is only available if you have Moderator permissions.
This feature is useful when reviewing recent changes for undesirable edits, link spam and vandalism. This allows people (with permission to do so) to coordinate their patrolling activity, such that edits get checked over once, with less wasted effort (different people checking the same edit).
Contents |
Marking edits as patrolled
For instructions for patrolling edits, see:
Hiding patrolled edits from recent changes
![]() |
Questions? Visit the Wiki Contributor Help Forum to receive help with contributing to the Wiki. |
|---|
Patrolled edits can be hidden from recent changes by adding "hidepatrolled=1" to url in the following form:
http://example.com/w/index.php?title=Special:Recentchanges&hidepatrolled=1
Customization
Enabling/disabling
Patrolled edits are enabled by default in MediaWiki 1.4 and later. To disable this, set $wgUseRCPatrol in LocalSettings.php to false.
$wgUseRCPatrol = false;
Permissions
1.4
In MediaWiki 1.4, patrolled edits are enabled for all users. To restrict this to sysops, set $wgOnlySysopsCanPatrol in LocalSettings.php to true.
$wgOnlySysopsCanPatrol = true;
1.5+
In MediaWiki 1.5 and later, patrolled edits are enabled for sysops. Use the $wgGroupPermissions configuration variable to assign this to new or existing user groups. See Manual:User rights management.
For instance, to create a patrollers group:
$wgGroupPermissions['patrollers']['patrol'] = true;
Automatic patrolling
In MediaWiki 1.6 through 1.8, there is a user preference available to users who are able to mark edits as patrolled. When set, this causes their edits to be patrolled automatically.
This option is not available if the patrolled edits feature is switched off.
In MediaWiki 1.9 this user preference has been removed and replaced by a new "autopatrol" right, assigned only to sysops by default. Also, users cannot mark their own edits as patrolled.
Marker
The formatting of the unpatrolled edit marker can be altered using CSS. The exclamation mark displayed on the Recent changes log is styled using the span.unpatrolled.
See also
- This page was last modified on 25 July 2012, at 05:48.
- This page has been accessed 443 times.
New to the Research Wiki?
In the FamilySearch Research Wiki, you can learn how to do genealogical research or share your knowledge with others.
Learn More
