Extension:AjaxShowEditors
Ajax Show Editors リリースの状態: 安定 |
|
---|---|
実装 | データベース , 利用者アクティビティ , Ajax |
説明 | Shows who is editing a page you are editing. |
作者 | Antoine Musso, Tim Starling, Jack Phoenix |
最新バージョン | 2.0 (2020-11-13) |
MediaWiki | 1.39.10+ |
データベースの変更 | はい |
テーブル | editings |
ライセンス | GNU 一般公衆利用許諾書 2.0 のみ |
ダウンロード | |
|
|
四半期ごとのダウンロード数 | 3 (Ranked 129th) |
translatewiki.net で翻訳を利用できる場合は、AjaxShowEditors 拡張機能の翻訳にご協力ください | |
The Ajax Show Editors extension allows you to see who is editing a page that you're editing at the same time.
The extension displays a box containing other users' user names on action=edit
(as well as on preview, action=submit
).
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のAjaxShowEditors
という名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AjaxShowEditors - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'AjaxShowEditors' );
- 更新スクリプトを実行します。このスクリプトは、この拡張機能が必要とするデータベーステーブルを自動的に作成します。
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
設定
The extension has only one configuration variable, $wgAjaxShowEditorsTimeout
; its default value is 60
(seconds); it's the timeout in seconds after which a user is considered as no longer editing the page in question.