Manual:$wgLogRestrictions/pt

Category:MediaWiki configuration settings/pt#LogRestrictionsCategory:MediaWiki configuration settings introduced in version 1.13.0/pt#LogRestrictionsCategory:MediaWiki configuration settings still in use/pt#LogRestrictionsCategory:Logging variables/pt#LogRestrictions
Logging: $wgLogRestrictions
Restricts log access to those who have a certain right.
Introduzida na versão:1.13.0 (r32685)
Removida na versão:ainda em uso
Valores permitidos:(matriz)
Valor por omissão:veja abaixo

Detalhes

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.

Exemplo:

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

Valor predefinido

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