Extension:IncidentReporting/vi

Đừng nhầm lẫn với Extension:Report (báo cáo các trang/sửa đổi riêng lẻ để quản trị viên chú ý) hoặc Extension:ReportIncident (được liên kết với Hệ thống báo cáo sự cố cho wiki của Wikimedia)
Category:Extensions with invalid or missing type/viCategory:GPL licensed extensions/vi
Cẩm nang phần mở rộng MediaWiki
IncidentReporting
Trạng thái phát hành: ổn địnhCategory:Stable extensions/vi
Mô tả Provides the Special page Special:IncidentReports.
Tác giả John Lewis, Universal Omega
Maintainer(s) Miraheze system administrators
Phiên bản continuous updates
MediaWiki 1.35.0+Category:Extensions with manual MediaWiki version/vi
PHP 7.2+
Database changes
Composer miraheze/incident-reportingCategory:Extensions supporting Composer/vi
Tables incidents
incidents_log
incidents_reviewer
Giấy phép GNU General Public License 3.0 or later
Tải xuống Category:Extensions in GitHub version control/vi
README
  • $wgIncidentReportingDatabase
  • $wgIncidentReportingServices
  • $wgIncidentReportingTaskUrl
  • viewincidents
  • editincidents
Translate the IncidentReporting extension
Category:All extensions/vi

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.

Installation

  • Tải và đặt (các) tệp trong một thư mục với tên IncidentReporting trong thư mục extensions/ của bạn.
  • Thêm mã sau vào dưới cùng tệp $LocalSettings của bạn:
    wfLoadExtension( 'IncidentReporting' );
    
  • Chạy mã cập nhật mà sẽ tự động tạo các bảng cơ sở dữ liệu mà phần mở rộng này cần.
  • Configure as required.
  • Yes Xong – Chuyển tới Special:Version trên wiki của bạn để xác nhận phần mở rộng được cài đặt thành công.

Configuration

parameter default comment 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
Category:Extensions by Miraheze/vi
Category:All extensions/vi Category:Extensions by Miraheze/vi Category:Extensions in GitHub version control/vi Category:Extensions included in Miraheze/vi Category:Extensions included in WikiForge/vi Category:Extensions supporting Composer/vi Category:Extensions with invalid or missing type/vi Category:Extensions with manual MediaWiki version/vi Category:GPL licensed extensions/vi Category:LoadExtensionSchemaUpdates extensions/vi Category:Stable extensions/vi