Podręcznik:$wgUseTagFilter
Recent changes, new pages, watchlist and history: $wgUseTagFilter | |
---|---|
Allow filtering by change tag in recentchanges, history, etc. |
|
Wprowadzono w wersji: | 1.15.0 (r47767) |
Usunięto w wersji: | nadal w użyciu |
Dozwolone wartości: | (wartość logiczna) |
Domyślna wartość: | true |
Inne ustawienia: Alfabetycznie | Według funkcji |
Szczegóły
Allow filtering by change tag in recent changes, page history, user contributions and new pages.
Has no effect if no tags are defined in the valid_tag database table and there are no extensions enabled which have defined their own tags.[1]
Uwagi
- ↑ Extensions can define and store their own tags and make them available by using the ListDefinedTags hook. Rozszerzenie:Filtr nadużyć does this: when creating one or more filters which tag edits for review, filtering by change tag in recentchanges, etc. is enabled when $wgUseTagFilter is set to true.