Manual:$wgUseTagFilter

This page is a translated version of the page Manual:$wgUseTagFilter and the translation is 44% complete.
最近の更新、新しいページ、ウォッチリスト、履歴: $wgUseTagFilter
Allow filtering by change tag in recentchanges, history, etc.
導入されたバージョン:1.15.0 (r47767)
除去されたバージョン:使用中
許容される値:(真偽値)
既定値:true

詳細

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]

注記

  1. Extensions can define and store their own tags and make them available by using the ListDefinedTags hook. Extension:AbuseFilter 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.