Manual:$wgFilterLogTypes
Logging: $wgFilterLogTypes | |
---|---|
Show/hide links on Special:Log will be shown for these log types. |
|
Introduzida na versão: | 1.14.0 (r42642) |
Removida na versão: | ainda em uso |
Valores permitidos: | (matriz associativa de booliano) |
Valor por omissão: | veja abaixo |
Outras configurações: Lista Alfabética | Lista por Função |
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
);