Jump to content

Manual:$wgFilterLogTypes

From mediawiki.org
This page is a translated version of the page Manual:$wgFilterLogTypes and the translation is 62% complete.
Logging: $wgFilterLogTypes
Show/hide links on Special:Log will be shown for these log types.
Introduzido na versão:1.14.0 (r42642)
Removido na versão:Ainda em utilização
Valores permitidos:(matriz associativa de booliano)
Valor predefinido:veja abaixo

Detalhes

Show/hide links on Special:Log will be shown for these log types.

This is associative array of log => (hidden by default).

Valor predefinido

Versão MediaWiki:
1.35
$wgFilterLogTypes = [
	'patrol' => true,
	'tag' => true,
	'newusers' => false,
];
Versões do MediaWiki:
1.25 – 1.34
$wgFilterLogTypes = [
	'patrol' => true,
	'tag' => true,
];
Versões do MediaWiki:
1.14 – 1.24
$wgFilterLogTypes = array(
	'patrol' => true
);