<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.kodewerx.org/w/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://www.kodewerx.org/w/index.php?action=history&amp;feed=atom&amp;title=Help%3APatrolled_edits"/>
		<link rel="alternate" type="text/html" href="https://www.kodewerx.org/w/index.php?title=Help:Patrolled_edits&amp;action=history"/>
		<updated>2026-04-08T11:14:31Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.2</generator>

	<entry>
		<id>https://www.kodewerx.org/w/index.php?title=Help:Patrolled_edits&amp;diff=96&amp;oldid=prev</id>
		<title>Parasyte: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://www.kodewerx.org/w/index.php?title=Help:Patrolled_edits&amp;diff=96&amp;oldid=prev"/>
				<updated>2008-10-10T00:30:36Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 00:30, 10 October 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&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>Parasyte</name></author>	</entry>

	<entry>
		<id>https://www.kodewerx.org/w/index.php?title=Help:Patrolled_edits&amp;diff=95&amp;oldid=prev</id>
		<title>Gayswee: /* Customization */ links</title>
		<link rel="alternate" type="text/html" href="https://www.kodewerx.org/w/index.php?title=Help:Patrolled_edits&amp;diff=95&amp;oldid=prev"/>
				<updated>2008-09-15T07:40:47Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Customization: &lt;/span&gt; links&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PD Help Page}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
'''Patrolled edits''' are 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 (those who can see it) to coordinate their patrolling activity, such that edits gets checked over once, but with less wasted effort (different people checking the same edit)&lt;br /&gt;
&lt;br /&gt;
== Marking edits as patrolled ==&lt;br /&gt;
&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&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 ''mark as patrolled'' link&lt;br /&gt;
&lt;br /&gt;
== Customization ==&lt;br /&gt;
&lt;br /&gt;
=== Enabling/disabling ===&lt;br /&gt;
&lt;br /&gt;
Patrolled edits are enabled by default in MediaWiki 1.4. In MediaWiki 1.5 and later, set '''[[Manual:$wgUseRCPatrol|$wgUseRCPatrol]]''' in {{mediawiki|Manual:Configuration settings|LocalSettings.php}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$wgUseRCPatrol = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Permissions ===&lt;br /&gt;
&lt;br /&gt;
==== 1.4 ====&lt;br /&gt;
&lt;br /&gt;
In MediaWiki 1.4, patrolled edits are enabled for all users. To restrict this to sysops, set '''[[Manual:$wgOnlySysopsCanPatrol|$wgOnlySysopsCanPatrol]]''' in {{mediawiki|Manual:Configuration settings|LocalSettings.php}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$wgOnlySysopsCanPatrol = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 1.5+ ====&lt;br /&gt;
&lt;br /&gt;
In MediaWiki 1.5 and later, patrolled edits are enabled for sysops. Use the '''[[Manual:$wgGroupPermissions|$wgGroupPermissions]]''' configuration variable for this.&lt;br /&gt;
&lt;br /&gt;
For instance, to create a ''patrollers'' group:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$wgGroupPermissions['patrollers']['patrol'] = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Automatic patrolling ===&lt;br /&gt;
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 patrolled edits are switched off.&lt;br /&gt;
&lt;br /&gt;
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;
&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;.&lt;br /&gt;
&lt;br /&gt;
{{Languages|Help:Patrolled edits}}&lt;br /&gt;
[[Category:Help|Patrolled edits]]&lt;/div&gt;</summary>
		<author><name>Gayswee</name></author>	</entry>

	</feed>