Manual:$wgFilterLogTypes
Logging: $wgFilterLogTypes | |
---|---|
Show/hide links on Special:Log will be shown for these log types. |
|
Introduced in version: | 1.14.0 (r42642) |
Removed in version: | Still in use |
Allowed values: | (associative array of boolean) |
Default value: | see below |
Other settings: Alphabetical | By function |
Details
editShow/hide links on Special:Log will be shown for these log types.
This is associative array of log => (hidden by default).
Default value
editMediaWiki version: | ≥ 1.35 |
$wgFilterLogTypes = [
'patrol' => true,
'tag' => true,
'newusers' => false,
];
MediaWiki versions: | 1.25 – 1.34 |
$wgFilterLogTypes = [
'patrol' => true,
'tag' => true,
];
MediaWiki versions: | 1.14 – 1.24 |
$wgFilterLogTypes = array(
'patrol' => true
);