Manual:$wgUseNPPatrol/cs

Category:MediaWiki configuration settings/cs#UseNPPatrolCategory:MediaWiki configuration settings introduced in version 1.12.0/cs#UseNPPatrolCategory:MediaWiki configuration settings still in use/cs#UseNPPatrolCategory:Recent changes variables/cs#UseNPPatrol
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 rudimentary protection has no direct (immediate) effect on users unless they have the required permission, but distinguishes pages which were "patrolled" from others. Users with the patrolmarks permission will see exclamation marks for unpatrolled pages in Special:RecentChanges. Patrollers get a "Označit tuto stránku jako prověřenou" button to the bottom right of unpatrolled pages.

Implementation is based on the recentchanges table’s rc_patrolled field. Clicking that button will change its value for the page's first revision from 0 to 1. Creations by "autopatrollers" will be marked as "autopatrolled" (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

Category:MediaWiki configuration settings/cs Category:MediaWiki configuration settings introduced in version 1.12.0/cs Category:MediaWiki configuration settings still in use/cs Category:Recent changes variables/cs