Extension:IncidentReporting

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)
Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
IncidentReporting
Release status: stableCategory:Stable extensions
Description Provides the Special page Special:IncidentReports.
Author(s) John Lewis, Universal Omega
Maintainer(s) Miraheze system administrators
Latest version continuous updates
MediaWiki 1.35.0+Category:Extensions with manual MediaWiki version
PHP 7.2+
Database changes Yes
Composer miraheze/incident-reportingCategory:Extensions supporting Composer
Tables incidents
incidents_log
incidents_reviewer
License GNU General Public License 3.0 or later
Download Category:Extensions in GitHub version control
README
  • $wgIncidentReportingDatabase
  • $wgIncidentReportingServices
  • $wgIncidentReportingTaskUrl
  • viewincidents
  • editincidents
Translate the IncidentReporting extension
Category:All extensions

The IncidentReporting extension provides the special page "Special:IncidentReports", which allows you to create and manage incident reports.

For reporting an issue or a bug, please use Miraheze Phabricator. See here for the workboard.

Installation

  • Download and place the file(s) in a directory called IncidentReporting in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'IncidentReporting' );
    
  • Run the update script which will automatically create the necessary database tables that this extension needs.
  • Configure as required.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration

parameter default comment required?
$wgIncidentReportingDatabase false Database name where all data is stored. Required
$wgIncidentReportingServices false Human readable list of service components with page URLs. Set to false for no link. Format: 'name' => 'url'. Required
$wgIncidentReportingTaskUrl false Full url of task tracking software minus the task ID. e.g. https://phabricator.miraheze.org/ Optional
Category:Extensions by Miraheze
Category:All extensions Category:Extensions by Miraheze Category:Extensions in GitHub version control Category:Extensions included in Miraheze Category:Extensions included in WikiForge Category:Extensions supporting Composer Category:Extensions with invalid or missing type Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:LoadExtensionSchemaUpdates extensions Category:Stable extensions