Infra/(BTS) Mantis17 Confirm Version(Product Version) 노출 방법 bug_change_status.php -->bug_viwe_inc.php의 소스코드에 if ( $tpl_show_product_version || $tpl_show_fixed_in_version || $tpl_show_target_version ) { $t_version_rows = version_get_all_rows( $tpl_bug->project_id ); if ( $tpl_show_product_version ) { $tpl_product_version_string = prepare_version_string( $tpl_bug->project_id, version_get_id( $tpl_bug->version, $tpl_bug->project_id ), $t_version_rows ); } i.. 2011. 3. 15. 버전 설정 config_defaults_inc.php $g_roadmap_update_threshold = DEVELOPER; $tpl_show_product_build = $tpl_show_versions && in_array( 'product_build', $t_fields ) && config_get( 'enable_product_build' ) == ON; --> $tpl_show_product_build = $tpl_show_versions && in_array( 'product_build', $t_fields ); 2011. 3. 14. Mantis Customzing(3/14) Status 변경 할 때, Resolution 체크 박스 없이 값만 변경하는 소스 if ( config_get( 'bug_assigned_status' ) == $f_new_status ) { # bug was re-opened printf(" \n", config_get( 'default_bug_resolution' ) ); } 2011. 3. 14. BTS Customizing(3/9) core/filter_api.php : view issue 페이지의 filter 항목 제어 Reopen할 때 Status를 Opened로 변경 Opened -> Blocked로 가는 Status 추가 Test Version -> Found Version 버전 Severity 항목 제거 2011. 3. 9. 이전 1 2 3 4 5 다음