Extension:IncidentReporting

From mediawiki.org
This page is a translated version of the page Extension:IncidentReporting and the translation is 65% complete.
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)
MediaWiki 拡張機能マニュアル
IncidentReporting
リリースの状態: 安定
説明 Provides the Special page Special:IncidentReports.
メンテナー Miraheze system administrators
最新バージョン continuous updates
MediaWiki 1.35.0+
PHP 7.2+
データベースの変更 はい
Composer miraheze/incident-reporting
テーブル incidents
incidents_log
incidents_reviewer
ライセンス GNU 一般公衆利用許諾書 3.0 以降
ダウンロード
README

  • $wgIncidentReportingDatabase
  • $wgIncidentReportingServices
  • $wgIncidentReportingTaskUrl
  • viewincidents
  • editincidents
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' );
    
  • 更新スクリプトを実行します。このスクリプトは、この拡張機能が必要とするデータベーステーブルを自動的に作成します。
  • 必要に応じて設定します。
  • Yes 完了 – ウィキの「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/ 省略可能