Extension:IncidentReporting
Appearance
Not to be confused with Extension:Report (reporting individual pages/revisions for admin attention) or Extension:ReportIncident (associated with the Incident Reporting System for Wikimedia wikis)
IncidentReporting リリースの状態: 安定 |
|
---|---|
説明 | Provides the Special page Special:IncidentReports. |
作者 | John Lewis, Universal Omega |
メンテナー | Miraheze system administrators |
最新バージョン | continuous updates |
MediaWiki | 1.35.0+ |
PHP | 7.2+ |
データベースの変更 | はい |
Composer | miraheze/incident-reporting |
テーブル | incidents incidents_log incidents_reviewer |
ライセンス | GNU 一般公衆利用許諾書 3.0 以降 |
ダウンロード | GitHub: README |
|
|
|
|
IncidentReporting 拡張機能の翻訳にご協力ください | |
The IncidentReporting extension provides the special page "Special:IncidentReports", which allows you to create and manage incident reports.
問題やバグを報告するには、Miraheze Phabricatorを使用してください。 ワークボードについてはこちらを参照してください。
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のIncidentReporting
という名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'IncidentReporting' );
- 更新スクリプトを実行します。このスクリプトは、この拡張機能が必要とするデータベーステーブルを自動的に作成します。
- 必要に応じて設定します。
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
設定
パラメーター | 既定 | コメント | 必須かどうか |
---|---|---|---|
$wgIncidentReportingDatabase
|
false
|
Database name where all data is stored. | 必須 |
$wgIncidentReportingServices
|
false
|
Human readable list of service components with page URLs. Set to false for no link. Format: 'name' => 'url'. | 必須 |
$wgIncidentReportingTaskUrl
|
false
|
Full url of task tracking software minus the task ID. e.g. https://phabricator.miraheze.org/ | 省略可能 |
この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: これは正式な一覧ではありません。 一部のウィキ ファーム/ウィキ ホスト/パッケージは、ここに記載されていなくてもこの拡張機能を含んでいる場合があります。 必ずご利用のウィキ ファーム、ウィキ ホスト、バンドルで確認してください。 |
この拡張機能は Miraheze が保守しています。 Mirahezeの拡張機能の中にはMirahezeに特化したものも存在し、Mirahezeでは見られない問題に遭遇するかもしれません。 バグの報告や設定変更の依頼は、ウィキメディアの Phabricator ではなく、Miraheze Issue Tracker でお願いします。 |
Categories:
- Stable extensions/ja
- Extensions with invalid or missing type/ja
- Extensions supporting Composer/ja
- GPL licensed extensions/ja
- Extensions in GitHub version control/ja
- LoadExtensionSchemaUpdates extensions/ja
- All extensions/ja
- Extensions included in Miraheze/ja
- Extensions included in WikiForge/ja
- Extensions by Miraheze/ja