手册:$wgUseRCPatrol

This page is a translated version of the page Manual:$wgUseRCPatrol and the translation is 100% complete.
最近的更改、新页面、监视列表和历史记录: $wgUseRCPatrol
使用最近更改巡查以檢查破壞
引进版本:1.4.0
移除版本:仍在使用
允许的值:(布尔值)
默认值:true

细节

使用最近更改巡查以檢查破壞。

This will add "[Mark as patrolled]" to unpatrolled action=diff pages, and will add exclamation marks to unpatrolled pages and unpatrolled diffs in Special:RecentChanges. Clicking "[Mark as patrolled]" will change the recentchanges table's rc_patrolled field from 0 to 1. Certain types of edits will create an autopatrolled edit (rc_patrolled = 2). All unpatrolled diffs will be considered patrolled after a certain number of days ($wgRCMaxAge), because the recentchanges table gets purged periodically, and the absence of a revision in the recentchanges table is treated as the revision being patrolled.

The ability to mark revisions as patrolled is controlled by the user right patrol. You cannot mark your own edits as patrolled.

参见