Difference between revisions of "Help:Patrolled edits"

From eLinux.org
Jump to: navigation, search
m (1 revision: Importing help files.)
m (1 revision: Attempting latest help pages upload.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{PD Help Page}}
 
{{PD Help Page}}
<div style="float:right;">__TOC__</div>
 
 
'''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 [[Help:Sysops and permissions|sysop permissions]].
 
'''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 [[Help:Sysops and permissions|sysop permissions]].
  
Line 6: Line 5:
  
 
== Marking edits as patrolled ==
 
== Marking edits as patrolled ==
 +
; To mark an edit as patrolled:
  
; To mark an edit as patrolled
+
#Access [[Special:RecentChanges]]
 
 
#Access [[Special:Recentchanges]]
 
 
#:Changes which are not patrolled will be indicated with a red exclamation mark
 
#:Changes which are not patrolled will be indicated with a red exclamation mark
 
#Click the ({{mediawiki|m:Help:Diff|diff}}) link next to an edit
 
#Click the ({{mediawiki|m:Help:Diff|diff}}) link next to an edit
Line 15: Line 13:
  
 
== Hiding patrolled edits from recent changes ==
 
== Hiding patrolled edits from recent changes ==
Patrolled edits can be hidden from recent changes by adding "hidepatrolled=1" to url in the following form:
+
Patrolled edits can be hidden from recent changes by adding <tt>&hidepatrolled=1</tt> to the URL in the following form:
  
<code><nowiki>http://example.com/w/index.php?title=Special:Recentchanges&hidepatrolled=1</nowiki></code>
+
{{fullurl:{{#special:RecentChanges}}|hidepatrolled=1}}
  
 
== Customization ==
 
== Customization ==
  
 
=== Enabling/disabling ===
 
=== Enabling/disabling ===
 
 
Patrolled edits are enabled by default in MediaWiki 1.4 and later. To disable this, set '''{{mediawiki|Manual:$wgUseRCPatrol|$wgUseRCPatrol}}''' in {{mediawiki|Manual:Configuration settings|LocalSettings.php}} to <code>false</code>.
 
Patrolled edits are enabled by default in MediaWiki 1.4 and later. To disable this, set '''{{mediawiki|Manual:$wgUseRCPatrol|$wgUseRCPatrol}}''' in {{mediawiki|Manual:Configuration settings|LocalSettings.php}} to <code>false</code>.
  
Line 30: Line 27:
  
 
==== 1.4 ====
 
==== 1.4 ====
 
 
In MediaWiki 1.4, patrolled edits are enabled for all users. To restrict this to sysops, set '''$wgOnlySysopsCanPatrol''' in {{mediawiki|Manual:Configuration settings|LocalSettings.php}} to <code>true</code>.
 
In MediaWiki 1.4, patrolled edits are enabled for all users. To restrict this to sysops, set '''$wgOnlySysopsCanPatrol''' in {{mediawiki|Manual:Configuration settings|LocalSettings.php}} to <code>true</code>.
  
Line 36: Line 32:
  
 
==== 1.5+ ====
 
==== 1.5+ ====
 
 
In MediaWiki 1.5 and later, patrolled edits are enabled for sysops. Use the '''{{mediawiki|Manual:$wgGroupPermissions|$wgGroupPermissions}}''' configuration variable to assign this to new or existing user groups.  See {{mediawiki|Manual:User_rights_management|Manual:User rights management}}.
 
In MediaWiki 1.5 and later, patrolled edits are enabled for sysops. Use the '''{{mediawiki|Manual:$wgGroupPermissions|$wgGroupPermissions}}''' configuration variable to assign this to new or existing user groups.  See {{mediawiki|Manual:User_rights_management|Manual:User rights management}}.
  
Line 51: Line 46:
  
 
=== Marker ===
 
=== 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 <code>span.unpatrolled</code> class.
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 <code>span.unpatrolled</code>.
 
  
 
== See also ==
 
== See also ==
* [[Help:Patrolled pages]]
 
 
* {{mediawiki|meta:Help:Patrolled edit|Further reading on the Meta-Wiki}}
 
* {{mediawiki|meta:Help:Patrolled edit|Further reading on the Meta-Wiki}}
 
* {{mediawiki|Extension:FlaggedRevs}}
 
* {{mediawiki|Extension:FlaggedRevs}}
  
 
{{Languages|Help:Patrolled edits}}
 
{{Languages|Help:Patrolled edits}}
 +
 
[[Category:Help|Patrolled edits]]
 
[[Category:Help|Patrolled edits]]

Latest revision as of 18:12, 20 January 2011

PD Important note: When you edit this page, you agree to release your contribution into the public domain. If you don't want this or can't do this because of license restrictions, please don't edit. This page is one of the Public Domain Help Pages, which can be freely copied into fresh wiki installations and/or distributed with MediaWiki software; see Help:Contents for an overview of all pages. See Project:PD help/Copying for instructions. PD

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 sysop 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).

Marking edits as patrolled

To mark an edit as patrolled
  1. Access Special:RecentChanges
    Changes which are not patrolled will be indicated with a red exclamation mark
  2. Click the (diff) link next to an edit
  3. To mark the edit as patrolled, click the mark as patrolled link

Hiding patrolled edits from recent changes

Patrolled edits can be hidden from recent changes by adding &hidepatrolled=1 to the URL in the following form:

https://elinux.org/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 class.

See also

Language: English