Jump to content

Extension:IncidentReporting/ko

From mediawiki.org
This page is a translated version of the page Extension:IncidentReporting and the translation is 6% 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)
미디어위키 확장 기능 설명서
IncidentReporting
출시 상태: 안정
설명 Provides the Special page Special:IncidentReports.
만든 이 John Lewis, Universal Omega
유지 보수자 Miraheze system administrators
최신 버전 continuous updates
MediaWiki 1.35.0+
PHP 7.2+
데이터베이스 변경
Composer miraheze/incident-reporting
가상 도메인 virtual-incidentreporting

  • $wgIncidentReportingDatabase
  • $wgIncidentReportingServices
  • $wgIncidentReportingTaskUrl
  • viewincidents
  • editincidents
Licence GNU General Public License 3.0 or later
다운로드
README
IncidentReporting 확장 기능 번역

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.

설치

  • 파일을 Download하고 IncidentReporting 폴더를 extensions/ 디렉토리에 넣어 주세요.
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    wfLoadExtension( 'IncidentReporting' );
    
  • 갱신 스크립트를 실행합니다. 이 스크립트는 이 확장기능을 필요로 하는 데이터 베이스 테이블을 자동적으로 작성합니다.
  • Configure as required.
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.

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