문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
기술문서:오픈소스:mantis [2025/01/13 10:54] carlito76 |
기술문서:오픈소스:mantis [2026/02/03 18:49] (현재) carlito76 |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| + | {{htmlmetatags> | ||
| + | metatag-description=(맨티스, | ||
| + | metatag-og: | ||
| + | }} | ||
| + | |||
| ====== Mantis ====== | ====== Mantis ====== | ||
| - | < | + | < |
| - | 본 문서는 " | + | 본 문서는 " |
| + | - [[# | ||
| + | - [[# | ||
| </ | </ | ||
| 줄 11: | 줄 18: | ||
| ===== 커스터마이징 ===== | ===== 커스터마이징 ===== | ||
| ==== 사용자 등록 허용 ==== | ==== 사용자 등록 허용 ==== | ||
| - | <sxh; gutter: true; first-line: 353; highlight: [362]; title: config_defaults_inc.php> | + | < |
| /** | /** | ||
| * Allow users to signup for their own accounts. | * Allow users to signup for their own accounts. | ||
| 줄 25: | 줄 32: | ||
| ==== 사용자 등록 시 관리자가 비밀번호 설정 ==== | ==== 사용자 등록 시 관리자가 비밀번호 설정 ==== | ||
| - | <sxh; gutter: true; first-line: 384; highlight: [395]; title: config_defaults_inc.php> | + | < |
| /** | /** | ||
| * Send Password reset emails. | * Send Password reset emails. | ||
| 줄 41: | 줄 48: | ||
| ==== 이메일 정보 ==== | ==== 이메일 정보 ==== | ||
| - | <sxh; gutter: true; first-line: 468; highlight: [475, 484]; title: config_defaults_inc.php> | + | < |
| /** | /** | ||
| * The sender' | * The sender' | ||
| 줄 49: | 줄 56: | ||
| * @global string $g_from_email | * @global string $g_from_email | ||
| */ | */ | ||
| - | $g_from_email = ' | + | $g_from_email = ' |
| /** | /** | ||
| 줄 58: | 줄 65: | ||
| * @global string $g_from_name | * @global string $g_from_name | ||
| */ | */ | ||
| - | $g_from_name = 'Mantis Bug Tracker'; | + | $g_from_name = '이슈 트래커'; |
| </ | </ | ||
| ==== 브라우저 타이틀 ==== | ==== 브라우저 타이틀 ==== | ||
| - | <sxh; gutter: true; first-line: 1217; highlight: [1222]; title: config_defaults_inc.php> | + | < |
| /** | /** | ||
| * Browser window title. | * Browser window title. | ||
| 줄 68: | 줄 75: | ||
| * @global string $g_window_title | * @global string $g_window_title | ||
| */ | */ | ||
| - | $g_window_title = ' | + | $g_window_title = ' |
| </ | </ | ||
| ==== 실명 표시 ==== | ==== 실명 표시 ==== | ||
| - | <sxh; gutter: true; first-line: 1447; highlight: [1454]; title: config_defaults_inc.php> | + | < |
| /** | /** | ||
| * Show users with their real name or not. | * Show users with their real name or not. | ||
| 줄 84: | 줄 91: | ||
| ==== 재발생 가능성 설정 (N/A) ==== | ==== 재발생 가능성 설정 (N/A) ==== | ||
| - | <sxh; gutter: true; first-line: 1727; highlight: [1732]; title: config_defaults_inc.php> | + | < |
| /** | /** | ||
| * Default bug reproducibility when reporting a new bug. | * Default bug reproducibility when reporting a new bug. | ||
| 줄 94: | 줄 101: | ||
| ==== 첨부파일 저장방식 ==== | ==== 첨부파일 저장방식 ==== | ||
| - | <sxh; gutter: true; first-line: 2197; highlight: [2206]; title: config_defaults_inc.php> | + | < |
| /** | /** | ||
| * Upload destination. | * Upload destination. | ||
| 줄 108: | 줄 115: | ||
| ==== 첨부파일 저장위치 ==== | ==== 첨부파일 저장위치 ==== | ||
| - | <sxh; gutter: true; first-line: 2288; highlight: [2295]; title: config_defaults_inc.php> | + | < |
| /** | /** | ||
| * Absolute path to the default upload folder. | * Absolute path to the default upload folder. | ||
| 줄 120: | 줄 127: | ||
| ==== 첨부파일 용량제한 ==== | ==== 첨부파일 용량제한 ==== | ||
| - | <sxh; gutter: true; first-line: 2786; highlight: [2794]; title: config_defaults_inc.php> | + | < |
| /** | /** | ||
| * Specifies the maximum size (in bytes) below which an attachment is | * Specifies the maximum size (in bytes) below which an attachment is | ||