<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=Help%3APatrolled_edits</id>
	<title>Help:Patrolled edits - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=Help%3APatrolled_edits"/>
	<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Help:Patrolled_edits&amp;action=history"/>
	<updated>2026-04-07T15:04:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://pool.calebcooper.ie/index.php?title=Help:Patrolled_edits&amp;diff=9998&amp;oldid=prev</id>
		<title>Caleb Cooper: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Help:Patrolled_edits&amp;diff=9998&amp;oldid=prev"/>
		<updated>2020-01-28T15:04:18Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 15:04, 28 January 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Caleb Cooper</name></author>
	</entry>
	<entry>
		<id>https://pool.calebcooper.ie/index.php?title=Help:Patrolled_edits&amp;diff=9997&amp;oldid=prev</id>
		<title>powerstorewiki&gt;Caleb Cooper: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Help:Patrolled_edits&amp;diff=9997&amp;oldid=prev"/>
		<updated>2020-01-28T08:12:52Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Help}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Patrolled edits&amp;#039;&amp;#039;&amp;#039; is a feature which allows specific users to mark items in recent changes as having been &amp;quot;patrolled&amp;quot; or &amp;quot;approved&amp;quot;. By default this is only available if you have [[Help:Sysops and permissions|sysop permissions]].&lt;br /&gt;
&lt;br /&gt;
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).&lt;br /&gt;
&lt;br /&gt;
== Marking edits as patrolled ==&lt;br /&gt;
; To mark an edit as patrolled:&lt;br /&gt;
&lt;br /&gt;
#Access [[Special:RecentChanges]]&lt;br /&gt;
#:Changes which are not patrolled will be indicated with a red exclamation mark (&amp;lt;abbr title=&amp;quot;This edit has not yet been patrolled&amp;quot; class=&amp;quot;unpatrolled&amp;quot;&amp;gt;!&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
#Click the ({{mediawiki|m:Help:Diff|diff}}) link next to an edit&lt;br /&gt;
#To mark the edit as patrolled, click the &amp;#039;&amp;#039;mark as patrolled&amp;#039;&amp;#039; link&lt;br /&gt;
&lt;br /&gt;
== Hiding patrolled edits from recent changes ==&lt;br /&gt;
Patrolled edits can be hidden from recent changes by adding &amp;lt;tt&amp;gt;&amp;amp;hidepatrolled=1&amp;lt;/tt&amp;gt; to the URL in the following form:&lt;br /&gt;
&lt;br /&gt;
 {{canonicalurl:{{#special:RecentChanges}}|hidepatrolled=1}}&lt;br /&gt;
&lt;br /&gt;
== Customization ==&lt;br /&gt;
&lt;br /&gt;
=== Enabling/disabling ===&lt;br /&gt;
{{MW 1.4|and later}}Patrolled edits are enabled by default in MediaWiki 1.4 and later. To disable this, set &amp;#039;&amp;#039;&amp;#039;{{mediawiki|Manual:$wgUseRCPatrol|$wgUseRCPatrol}}&amp;#039;&amp;#039;&amp;#039; in {{mediawiki|Manual:Configuration settings|LocalSettings.php}} to &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$wgUseRCPatrol = false;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Permissions ===&lt;br /&gt;
&lt;br /&gt;
{{MW 1.4}}In MediaWiki 1.4, patrolled edits are enabled for all users. To restrict this to sysops, set &amp;#039;&amp;#039;&amp;#039;$wgOnlySysopsCanPatrol&amp;#039;&amp;#039;&amp;#039; in {{mediawiki|Manual:Configuration settings|LocalSettings.php}} to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$wgOnlySysopsCanPatrol = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MW 1.5|and later}}In MediaWiki 1.5 and later, patrolled edits are enabled for sysops. Use the &amp;#039;&amp;#039;&amp;#039;{{mediawiki|Manual:$wgGroupPermissions|$wgGroupPermissions}}&amp;#039;&amp;#039;&amp;#039; configuration variable to assign this to new or existing user groups.  See {{mediawiki|Manual:User_rights_management|Manual:User rights management}}.&lt;br /&gt;
&lt;br /&gt;
For instance, to create a &amp;#039;&amp;#039;patrollers&amp;#039;&amp;#039; group: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$wgGroupPermissions[&amp;#039;patrollers&amp;#039;][&amp;#039;patrol&amp;#039;] = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Automatic patrolling ===&lt;br /&gt;
{{MW version|version=1.6|version2=1.8}}In MediaWiki 1.6 through 1.8, there is a [[Help:preferences|user preference]] available to users who are able to mark edits as patrolled. When set, this causes their edits to be patrolled automatically.&lt;br /&gt;
&lt;br /&gt;
This option is not available if the patrolled edits feature is switched off.&lt;br /&gt;
&lt;br /&gt;
{{MW 1.9}}In MediaWiki 1.9 this user preference has been removed and replaced by a new &amp;quot;autopatrol&amp;quot; right, assigned only to sysops by default. Also, users cannot mark their own edits as patrolled.&lt;br /&gt;
&lt;br /&gt;
=== Marker ===&lt;br /&gt;
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 &amp;lt;code&amp;gt;span.unpatrolled&amp;lt;/code&amp;gt; class.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{mediawiki|Help:Patrolling|General definition of RC Patrolling}}&lt;br /&gt;
* {{mediawiki|meta:Help:Patrolled edit|Further reading on the Meta-Wiki}}&lt;br /&gt;
* {{mediawiki|Extension:FlaggedRevs}}&lt;/div&gt;</summary>
		<author><name>powerstorewiki&gt;Caleb Cooper</name></author>
	</entry>
</feed>