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)
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 или позднее |
Скачать | GitHub: README |
|
|
Ежеквартальные загрузки | 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> |
File:OOjs UI icon information-progressive.svg | <translate> This extension is included in the following wiki farms/hosts and/or packages:</translate>
<translate> This is not an authoritative list.</translate> <translate> Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here.</translate> <translate> Always check with your wiki farms/hosts or bundle to confirm.</translate> |
File:Miraheze-Logo.svg | <translate> This extension is maintained by [<tvar name=url>https://miraheze.org</tvar> Miraheze].</translate> <translate> Some Miraheze extensions are very Miraheze-specific and you may encounter issues you don't see on Miraheze.</translate> <translate> To report a bug or request a configuration change, please do so on the [<tvar name=url>https://issue-tracker.miraheze.org</tvar> Miraheze Issue Tracker] and not on Wikimedia Phabricator.</translate> |