![]() Release status: stable |
|
---|---|
Description | Provides the Special page Special:IncidentReports. |
Maintainer(s) | Miraheze system administrators |
Latest version | continuous updates |
MediaWiki | 1.35.0+ |
PHP | 7.2+ |
Database changes | Yes |
Composer | miraheze/incident-reporting |
License | GNU General Public License 3.0 or later |
Download | GitHub: README |
Parameters
|
|
Hooks used
|
|
Translate the IncidentReporting extension | |
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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
wfLoadExtension( 'IncidentReporting' );
file: - Run the update script which will automatically create the necessary database tables that this extension needs.
- Configure as required.
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 |
![]() | This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
![]() | This extension is made by Miraheze. It may have issues you don't see in Miraheze. To report a bug or request a configuration change, please do so in the Miraheze Phabricator instead of the Wikimedia one. |
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.