Erweiterung: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)
Release status: stable |
|
|---|---|
| Description | Bietet die Spezialseite Special:IncidentReports. |
| Author(s) | John Lewis, Universal Omega |
| Maintainer(s) | Miraheze system administrators |
| Latest version | continuous updates |
| MediaWiki | 1.35.0+ |
| PHP | 7.2+ |
| Database changes | Yes |
| Composer | miraheze/incident-reporting |
| Tables | incidents incidents_log incidents_reviewer |
| License | GNU General Public License 3.0 or later |
| Download | GitHub: README |
|
|
|
|
|
| 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
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
IncidentReportingim Ordnerextensions/ablegen. - Folgenden Code am Ende Ihrer LocalSettings.php-Datei hinzufügen:
wfLoadExtension( 'IncidentReporting' );
- Führen Sie das Aktualisierungsskript aus, welches automatisch die notwendigen Datenbanktabellen erstellt, die diese Erweiterung braucht.
- Konfigurieren Sie nach Bedarf.
Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Konfiguration
| Parameter | default | Anmerkung | Notwendig? |
|---|---|---|---|
$wgIncidentReportingDatabase
|
false
|
Datenbankname, wo alle Daten gespeichert sind. | 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 extension is maintained by Miraheze. Some Miraheze extensions are very Miraheze-specific and you may encounter issues you don't see on Miraheze. To report a bug or request a configuration change, please do so on the Miraheze Issue Tracker and not on Wikimedia Phabricator. |
Categories:
- Stable extensions/de-formal
- Extensions with invalid or missing type/de-formal
- Extensions supporting Composer/de-formal
- GPL licensed extensions/de-formal
- Extensions in GitHub version control/de-formal
- LoadExtensionSchemaUpdates extensions/de-formal
- All extensions/de-formal
- Extensions included in Miraheze/de-formal
- Extensions by Miraheze/de-formal
