Manual:Patrullering

From mediawiki.org
This page is a translated version of the page Manual:Patrolling and the translation is 47% complete.
Outdated translations are marked like this.

Patrullera loggade åtgärder markerar versioner som patrullerade.

Databas

Konfigurationsinställningar

Alla användare med patrol-rättigheten kan kontrollera ändringar av artiklar. By default, only the "sysop" (admin) group has this permission. You can optionally add "patrol" to an additional group:

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

Users with the "autopatrol" permission have their changes automatically marked as patrolled. The below configuration means that changes made by users in the "sysop", "bot", and "team" groups are automatically reviewed:

$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.

Se även


API

Patrulleringsloggens händelser har ett underordnat patrullelement, t.ex. <patrol cur="12" prev="0" auto="1" />.