Příručka:$wgUseNPPatrol

This page is a translated version of the page Manual:$wgUseNPPatrol and the translation is 100% complete.
Poslední změny, nové stránky, seznam sledovaných a historie: $wgUseNPPatrol
Použije hlídkování nových stránek ke kontrole vandalismu
Zavedeno od verze:1.12.0 (r27025)
Odstraněno od verze:stále se používá
Povolené hodnoty:(boolean)
Výchozí hodnota:true

Podrobnosti

Použije hlídkování nových stránek ke kontrole vandalismu.

This will add a "Mark this page as patrolled" button to the bottom right of unpatrolled pages, and will add exclamation marks to unpatrolled pages in Special:RecentChanges. Clicking "Mark this page as patrolled" will change the page's first revision in the recentchanges table. It will change the rc_patrolled field from 0 to 1. Certain types of edits will create an autopatrolled edit (rc_patrolled = 2). All unpatrolled pages 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 pages as patrolled is controlled by the user right patrol. You cannot mark your own pages as patrolled.

Zavedeno v r27025 (T3405).

Související odkazy