Jump to content

Manual:$wgUseRCPatrol

From mediawiki.org
Recent changes, new pages, watchlist and history: $wgUseRCPatrol
Use RC patrolling to check for vandalism
Introduced in version:1.4.0
Removed in version:Still in use
Allowed values:(boolean)
Default value:true

Details

[edit]

Use recent changes patrolling to check for vandalism.

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.

See also

[edit]