This page is a translated version of the page Manual:Patrolling and the translation is 80% complete.

巡查日誌事件標記版本為已巡查。

資料庫

配置设置

所有擁有「patrol」權限的用戶可以審核條目變更。 預設上,只有管理員(sysop)群組擁有這個權限。 你可以選擇加入「patrol」到額外的群組:

$wgGroupPermissions['team']['patrol'] = true;

擁有「autopatrol」權限的用戶可以讓他們的編輯被自動標記為已巡查。 以下配置意味著「sysop」、「bot」和「team」群組中的用戶所做的更改將自動被審核:

$wgGroupPermissions['bot']['autopatrol'] = true;
$wgGroupPermissions['sysop']['autopatrol'] = true;
$wgGroupPermissions['team']['autopatrol'] = true;

You can also let a certain group of users only see the unpatrolled edit marks, by giving them the "patrolmarks" permission. Configuration in the example below means that everyone (even unregistered users) will be able to see the unpatrolled edit marks.

$wgGroupPermissions['*']['patrolmarks'] = true;


If you change your configuration or permissions, and you don't see what you expect in RecentChanges, you probably need to run the 'Rebuildrecentchanges.php ' maintenance script.

參見


API

巡查日誌事件有巡查子元素,例如<patrol cur="12" prev="0" auto="1" />