Manual:$wgLogRestrictions/de

Category:MediaWiki configuration settings/de#LogRestrictionsCategory:MediaWiki configuration settings introduced in version 1.13.0/de#LogRestrictionsCategory:MediaWiki configuration settings still in use/de#LogRestrictionsCategory:Logging variables/de#LogRestrictions
Protokollierung: $wgLogRestrictions
Restricts log access to those who have a certain right.
Eingeführt in Version:1.13.0 (r32685)
Entfernt in Version:Weiterhin vorhanden
Erlaubte Werte:(Array)
Standardwert:siehe unten

Details

This restricts log access to those who have a certain right. Users without this will not see it in the option menu and can not view it. Restricted logs will no longer be added to recent changes (if you need to get rid of old ones, try rebuildrecentchanges.php) and should remain non-transcludable.

Beispiel:

$wgLogRestrictions["log's name"] = 'permission to access';

Standardwert

$wgLogRestrictions = [ 'suppress' => 'suppressionlog', ];
Category:Logging variables/de Category:MediaWiki configuration settings/de Category:MediaWiki configuration settings introduced in version 1.13.0/de Category:MediaWiki configuration settings still in use/de