Extension:UploadCheck/ko
Appearance
This extension stores its source code on a editable wiki page rather than in a code repository. As a result, this code may be maliciously altered. It may contain security vulnerabilities, and will not receive localisation updates from translatewiki.net. Developers are strongly encouraged to host their code in a code repository rather than a wiki page so that the extension can be properly maintained, reviewed, and kept secure. |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
출시 상태: 관리되지 않음 |
|
|---|---|
| 구현 | 미디어 |
| 설명 | Checks if the fields "Description" and "License" are filled when uploading a file |
| 만든 이 | Martin Strecker (MaStr토론) |
| 최신 버전 | 1.0 (2013-08-29) |
| MediaWiki | 1.21+ |
| 데이터베이스 변경 | 아니오 |
|
|
|
| Licence | GNU General Public License 2.0 or later |
| 다운로드 | See the code |
The UploadCheck extension checks if the fields "Description" and "License" are filled when uploading a file.
설치
- 파일을 Copy the code하고
UploadCheck폴더를extensions/디렉토리에 넣어 주세요. - 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
require_once "$IP/extensions/UploadCheck/UploadCheck.php"; $wgUploadNavigationUrl = "{$wgScriptPath}/index.php?title=Special:UploadCheck"; $hideWarning = true; // optional
완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
