Extension:IncidentReporting/es
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)
Estado de la versión: estable |
|
|---|---|
| Descripción | Provides the Special page Special:IncidentReports. |
| Autor(es) | John Lewis, Universal Omega |
| Mantenedor(es) | Miraheze system administrators |
| Última versión | continuous updates |
| MediaWiki | 1.35.0+ |
| PHP | 7.2+ |
| Cambios en la base de datos | Sí |
| Composer | miraheze/incident-reporting |
| Dominio virtual | virtual-incidentreporting |
|
|
|
|
|
| Licencia | Licencia Pública General de GNU 3.0 o posterior |
| Descargar | README |
| Traduce la extensión IncidentReporting | |
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.
Instalación
- Download y extrae los archivos en el directorio «
IncidentReporting» dentro del directorioextensions/existente. - Añade el siguiente código en la parte final de tu archivo LocalSettings.php:
wfLoadExtension( 'IncidentReporting' );
- Ejecuta la secuencia de actualización, que creará automáticamente las tablas de la base de datos que necesita esta extensión.
- Configure as required.
Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.
Configuración
| parámetro | default | comentario | 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 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. |
