Extension:IncidentReporting/es
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)
IncidentReporting Estado de lanzamiento: 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 de la base de datos | Sí |
Composer | miraheze/incident-reporting |
Tablas | incidents incidents_log incidents_reviewer |
Licencia | GNU Licencia Pública general 3.0 o posterior |
Descarga | README |
|
|
|
|
Traduce el IncidentReporting extensión | |
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 |
Esta extensión está incluida en los siguientes anfitriones/granjas wiki y/o paquetes: No se trata de una lista oficial. Algunas granjas/hosts wiki y/o paquetes pueden tener disponible esta extensión aunque no estén listados aquí. Siempre compruébelo con su anfitrión o granja wiki para confirmarlo. |
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. |