Extension:IncidentReporting/pl

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)
Category:Extensions with invalid or missing type/plCategory:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
IncidentReporting
Status wydania: stabilneCategory:Stable extensions/pl
Opis Provides the Special page Special:IncidentReports.
Autor(zy) John Lewis, Universal Omega
Opiekun(owie) Miraheze system administrators
Ostatnia wersja continuous updates
MediaWiki 1.35.0+Category:Extensions with manual MediaWiki version/pl
PHP 7.2+
Zmiany w bazie danych Tak
Composer miraheze/incident-reportingCategory:Extensions supporting Composer/pl
Tabele incidents
incidents_log
incidents_reviewer
Licencja Licencja GNU General Public License 3.0 lub nowsza
Pobieranie Category:Extensions in GitHub version control/pl
README
  • $wgIncidentReportingDatabase
  • $wgIncidentReportingServices
  • $wgIncidentReportingTaskUrl
  • viewincidents
  • editincidents
Translate the IncidentReporting extension
Category:All extensions/pl

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.

Instalacja

  • Download i umieść plik(i) w katalogu o nazwie IncidentReporting w swoim katalogu extensions/.
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'IncidentReporting' );
    
  • Uruchom skrypt aktualizujący, który automatycznie stworzy potrzebne tabele dla tego rozszerzenia.
  • Configure as required.
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Konfiguracja

parameter default comment required?
$wgIncidentReportingDatabase false Database name where all data is stored. Wymagane
$wgIncidentReportingServices false Human readable list of service components with page URLs. Set to false for no link. Format: 'name' => 'url'. Wymagane
$wgIncidentReportingTaskUrl false Full url of task tracking software minus the task ID. e.g. https://phabricator.miraheze.org/ Optional
Category:Extensions by Miraheze/pl
Category:All extensions/pl Category:Extensions by Miraheze/pl Category:Extensions in GitHub version control/pl Category:Extensions included in Miraheze/pl Category:Extensions included in WikiForge/pl Category:Extensions supporting Composer/pl Category:Extensions with invalid or missing type/pl Category:Extensions with manual MediaWiki version/pl Category:GPL licensed extensions/pl Category:LoadExtensionSchemaUpdates extensions/pl Category:Stable extensions/pl