Extension:UsersWatchList

This page is a translated version of the page Extension:UsersWatchList and the translation is 50% complete.
MediaWiki 拡張機能マニュアル
UsersWatchList
リリースの状態: 保守されていない
実装 特別ページ
説明 Enable users to watch others users modifications
作者 Pierre Boutet
最新バージョン 0.2.0
MediaWiki 1.24+
PHP 5.3.10+
データベースの変更 いいえ
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード
editmyuserswatchlist

The UsersWatchList extension adds a special page called Special:UsersWatchList that allows users to watch all modifications made by some others users. Users can define the list of users that they want to follow.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のUsersWatchListという名前のディレクトリ内に配置します。
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    require_once "$IP/extensions/UsersWatchList/UsersWatchList.php";
    
  • 更新スクリプトを実行します。このスクリプトは、この拡張機能が必要とするデータベーステーブルを自動的に作成します。
  •   完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

構成パラメーター

  • To allow all users to be watched (then users cannot disallow), set this in Localsettings.php:
$wgUsersWatchListAllowAll = true;