Extension:IncidentReporting/es

This page is a translated version of the page Extension:IncidentReporting and the translation is 24% complete.
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)
Manual de extensiones de MediaWiki
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
Composer miraheze/incident-reporting
Tablas incidents
incidents_log
incidents_reviewer
Licencia GNU Licencia Pública general 3.0 o posterior
Descarga
README

  • $wgIncidentReportingDatabase
  • $wgIncidentReportingServices
  • $wgIncidentReportingTaskUrl
  • viewincidents
  • editincidents
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 directorio extensions/ 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