Extension:IncidentReporting/ru

From Linux Web Expert

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)
Справка по расширениям MediaWiki
IncidentReporting
Статус релиза: стабильно
Описание Provides the Special page Special:IncidentReports.
Поддерживающий(ие) Miraheze system administrators
Последняя версия continuous updates
MediaWiki 1.35.0+
PHP 7.2+
Изменения в БД Да
Таблицы incidents
incidents_log
incidents_reviewer
Лицензия GNU General Public License 3.0 или позднее
Скачать
README

  • $wgIncidentReportingDatabase
  • $wgIncidentReportingServices
  • $wgIncidentReportingTaskUrl
Ежеквартальные загрузки Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Использование общедоступными вики Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Переведите расширение IncidentReporting

The IncidentReporting extension provides the special page "Special:IncidentReports", which allows you to create and manage incident reports.

Чтобы сообщить о проблеме или ошибке, пожалуйста, используйте [$phabricator Фабрикатор Miraheze]. See here for the workboard.

Установка

  • <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>IncidentReporting/ru</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'IncidentReporting/ru' );
    
  • <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
  • Configure as required.
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Настройка

параметр по умолчанию комментарий требуется?
$wgIncidentReportingDatabase false Название базы данных, где хранятся все данные. <translate> Required</translate>
$wgIncidentReportingServices false Human readable list of service components with page URLs. Set to false for no link. Format: 'name' => 'url'. <translate> Required</translate>
$wgIncidentReportingTaskUrl false Full url of task tracking software minus the task ID. e.g. https://phabricator.miraheze.org/ <translate> Optional</translate>