「ヘルプ:Patrolled edits」の版間の差分

提供: ひつじ小屋別館2代目
移動先: 案内検索
(1版)
(correction per Nemo bis)
1行目: 1行目:
{{PD Help Page}}
+
<languages/>
'''Patrolled edits''' is 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]].
+
{{TNT|PD Help Page}}
  
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). This feature also allow setting trustworthy users' edits to be automatically patrolled, so that the people who review recent changes need not spend time to make unnecessary review.
+
<translate>
 +
<!--T:1-->
 +
'''Patrolled edits''' is 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 {{mediawiki|Special:MyLanguage/Help:Sysops and permissions|sysop permissions}}.
  
== Marking edits as patrolled ==
+
<!--T:2-->
 +
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).
 +
 
 +
<!--T:3-->
 +
This feature also allow setting trustworthy users' edits to be automatically patrolled, so that the people who review recent changes need not spend time to make unnecessary review.
 +
 
 +
== Marking edits as patrolled == <!--T:4-->
 +
 
 +
<!--T:5-->
 
; To mark an edit as patrolled:
 
; To mark an edit as patrolled:
 +
#Access {{mediawiki|Special:RecentChanges}}
 +
#:Changes which are not patrolled will be indicated with a red exclamation mark (<abbr title="{{int:Recentchanges-label-unpatrolled}}" class="unpatrolled">!</abbr>)
 +
#Click the ({{mediawiki|m:Special:MyLanguage/Help:Diff|diff}}) link next to an edit
 +
#To mark the edit as patrolled, click the ''{{int:Markaspatrolleddiff}}'' link
  
#Access [[Special:RecentChanges]]
+
== Hiding patrolled edits from recent changes == <!--T:6-->
#:Changes which are not patrolled will be indicated with a red exclamation mark (<abbr title="This edit has not yet been patrolled" class="unpatrolled">!</abbr>)
 
#Click the ({{mediawiki|m:Help:Diff|diff}}) link next to an edit
 
#To mark the edit as patrolled, click the ''mark as patrolled'' link
 
  
== Hiding patrolled edits from recent changes ==
+
<!--T:7-->
 
Patrolled edits can be hidden from recent changes by adding <tt>&hidepatrolled=1</tt> to the 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:
 +
</translate>
  
 
  {{canonicalurl:{{#special:RecentChanges}}|hidepatrolled=1}}
 
  {{canonicalurl:{{#special:RecentChanges}}|hidepatrolled=1}}
  
== Customization ==
+
<translate>
 +
<!--T:22-->
 +
Note: this works only for users with the <code>patrol</code> or <code>patrolmarks</code> right. This might change after [[bugzilla:42246]] is solved in future.
 +
 
 +
== Customization == <!--T:8-->
  
=== Enabling/disabling ===
+
=== Enabling/disabling === <!--T:9-->
 +
 
 +
</translate>
 
{{MW 1.4|and later}}
 
{{MW 1.4|and later}}
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>.
+
 
 +
<translate>
 +
<!--T:10-->
 +
Patrolled edits are enabled by default in MediaWiki 1.4 and later. To disable this, set '''{{mediawiki|Special:MyLanguage/Manual:$wgUseRCPatrol|$wgUseRCPatrol}}''' in {{mediawiki|Special:MyLanguage/Manual:Configuration settings|LocalSettings.php}} to <code>false</code>.
 +
</translate>
  
 
<code>$wgUseRCPatrol = false;</code>
 
<code>$wgUseRCPatrol = false;</code>
  
=== Permissions ===
+
<translate>
 +
=== Permissions === <!--T:11-->
 +
</translate>
  
 
{{MW 1.4}}
 
{{MW 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>.
+
 
 +
<translate>
 +
<!--T:12-->
 +
In MediaWiki 1.4, patrolled edits are enabled for all users. To restrict this to sysops, set '''$wgOnlySysopsCanPatrol''' in {{mediawiki|Special:MyLanguage/Manual:Configuration settings|LocalSettings.php}} to <code>true</code>.
 +
</translate>
  
 
<code>$wgOnlySysopsCanPatrol = true;</code>
 
<code>$wgOnlySysopsCanPatrol = true;</code>
  
 
{{MW 1.5|and later}}
 
{{MW 1.5|and later}}
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}}.
 
  
 +
<translate>
 +
<!--T:13-->
 +
In MediaWiki 1.5 and later, patrolled edits are enabled for sysops. Use the '''{{mediawiki|Special:MyLanguage/Manual:$wgGroupPermissions|$wgGroupPermissions}}''' configuration variable to assign this to new or existing user groups.  See {{mediawiki|Special:MyLanguage/Manual:User_rights_management|Manual:User rights management}}.
 +
 +
<!--T:14-->
 
For instance, to create a ''patrollers'' group:  
 
For instance, to create a ''patrollers'' group:  
 +
</translate>
  
 
<code>$wgGroupPermissions['patrollers']['patrol'] = true;</code>
 
<code>$wgGroupPermissions['patrollers']['patrol'] = true;</code>
  
=== Automatic patrolling ===
+
<translate>
 +
=== Automatic patrolling === <!--T:15-->
 +
</translate>
 +
 
 
{{MW version|version=1.6|version2=1.8}}
 
{{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.
 
  
 +
<translate>
 +
<!--T:16-->
 +
In MediaWiki 1.6 through 1.8, there is a {{mediawiki|Special:MyLanguage/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.
 +
 +
<!--T:17-->
 
This option is not available if the patrolled edits feature is switched off.
 
This option is not available if the patrolled edits feature is switched off.
 +
</translate>
  
 
{{MW 1.9|and later}}
 
{{MW 1.9|and later}}
 +
 +
<translate>
 +
<!--T:18-->
 
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.
 
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 ===
+
=== Marker === <!--T:19-->
 +
 
 +
<!--T:20-->
 
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> class.
  
== See also ==
+
== See also == <!--T:21-->
* {{mediawiki|Help:Patrolling|General definition of RC Patrolling}}
+
</translate>
* {{mediawiki|meta:Help:Patrolled edit|Further reading on the Meta-Wiki}}
 
* {{mediawiki|Extension:FlaggedRevs}}
 
  
{{Languages|Help:Patrolled edits}}
+
* {{mediawiki|Special:MyLanguage/Help:Patrolling|General definition of RC Patrolling}}
 +
* {{mediawiki|meta:Special:MyLanguage/Help:Patrolled edit|Further reading on the Meta-Wiki}}
 +
* {{mediawiki|Special:MyLanguage/Extension:FlaggedRevs}}
  
[[Category:Help|Patrolled edits]]
+
[[Category:Help{{langcat|Patrolled edits}}|Patrolled edits]]

2014年1月21日 (火) 21:37時点における版

PD Note: When you edit this page, you agree to release your contribution under the CC0. See Public Domain Help Pages for more info.
PD
</div>

Patrolled edits is 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).

This feature also allow setting trustworthy users' edits to be automatically patrolled, so that the people who review recent changes need not spend time to make unnecessary review.

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 巡回済みにする 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:

http://littleprincess.sakura.ne.jp/mediawiki/index.php?title=%E7%89%B9%E5%88%A5:%E6%9C%80%E8%BF%91%E3%81%AE%E6%9B%B4%E6%96%B0&hidepatrolled=1

Note: this works only for users with the patrol or patrolmarks right. This might change after bugzilla:42246 is solved in future.

Customization

Enabling/disabling

MediaWiki version: 1.4

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

MediaWiki version: 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;


MediaWiki version: 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

MediaWiki versions: 1.6 – 1.8

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.


MediaWiki version: 1.9

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

案内メニュー