Jump to content

Extension:SubpageWatchlist

From mediawiki.org
This page is a translated version of the page Extension:SubpageWatchlist and the translation is 43% complete.
MediaWiki 拡張機能マニュアル
SubpageWatchlist
リリースの状態: 安定
実装 フック
説明 Include subpages of watched pages on Special:Watchlist
作者 Brian Wolff, Mark A. Hershberger (Bawolffトーク)
最新バージョン 2.1.0
MediaWiki >= 1.42
ライセンス GNU 一般公衆利用許諾書 2.0
ダウンロード
四半期ごとのダウンロード数 0
translatewiki.net で翻訳を利用できる場合は、SubpageWatchlist 拡張機能の翻訳にご協力ください

The SubpageWatchlist extension adds an option to the Special:Watchlist navigation, so that in addition to things on your watchlist that were recently edited appearing, it also adds any subpages of watched items that were recently edited.

This extension can reduce the performance of the Special:Watchlist page significantly when enabled. Performance scales with the size of the recentchanges table and the size of the user's watchlist. Reducing $wgRCMaxAge will improve the performance of this extension.

Known issues: If you're watching Foo and Foo/bar, and someone edits Foo/bar, the extension will make it appear on the list twice (Once for itself, and once as subpage of Foo). This extension considers all pages with a / to be subpages, even if subpages aren't enabled in the relevant namespace.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のSubpageWatchlistという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SubpageWatchlist
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'SubpageWatchlist' );
    
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

関連項目