8, MAJOR => 8, CRASH => 8, ); $g_resolution_multipliers = array( DUPLICATE => 3, DEFERRED => 1, REFUSED => 1, ); $g_reminder_recipients_monitor_bug = ON; $g_reminder_receive_threshold = ANYBODY; $g_file_upload_max_num = 6; $g_status_enum_workflow = array ( NEW_ => '50:assigned,80:resolved,90:closed', FEEDBACK => '50:assigned,80:resolved,90:closed', ASSIGNED => '80:resolved,90:closed', RESOLVED => '20:feedback,90:closed', CLOSED => '20:feedback', ); $g_preview_image_extensions = array( 'bmp', 'png', 'PNG', 'gif', 'jpg', 'JPG', 'jpeg', 'JPEG' ); $g_inline_file_exts = 'gif,png,PNG,jpg,JPG,jpeg,JPEG,bmp'; $g_allow_delete_own_attachments = ON; $g_bug_report_page_fields = array( 'category_id', 'handler', 'summary', 'description', 'attachments', 'due_date', ); $g_bug_view_page_fields = array ( 'id', 'project', 'category_id', 'date_submitted', 'last_updated', 'reporter', 'handler', 'status', 'resolution', 'summary', 'description', 'additional_info', 'attachments', 'due_date', ); $g_bug_print_page_fields = array ( 'id', 'project', 'category_id', 'date_submitted', 'last_updated', 'reporter', 'handler', 'status', 'resolution', 'summary', 'additional_info', 'description', 'attachments', 'due_date', ); $g_bug_update_page_fields = array ( 'id', 'project', 'category_id', 'date_submitted', 'last_updated', 'reporter', 'handler', 'status', 'resolution', 'summary', 'additional_info', 'description', 'attachments', 'due_date', ); $g_report_bug_threshold = REPORTER; $g_update_bug_threshold = MANAGER; $g_view_handler_threshold = REPORTER; $g_view_history_threshold = REPORTER; $g_bug_reminder_threshold = REPORTER; $g_bug_revision_drop_threshold = NOBODY; $g_update_bugnote_threshold = ADMINISTRATOR; $g_manage_news_threshold = NOBODY; $g_delete_project_threshold = NOBODY; $g_delete_bug_threshold = NOBODY; $g_delete_bugnote_threshold = MANAGER; $g_bugnote_allow_user_edit_delete = ON; $g_move_bug_threshold = MANAGER; $g_set_view_status_threshold = ADMINISTRATOR; $g_change_view_status_threshold = ADMINISTRATOR; $g_show_monitor_list_threshold = REPORTER; $g_view_changelog_threshold = NOBODY; $g_roadmap_view_threshold = NOBODY; $g_reopen_bug_threshold = REPORTER; $g_set_bug_sticky_threshold = NOBODY; $g_set_status_threshold = array( FEEDBACK => REPORTER, ACKNOWLEDGED => NOBODY, CONFIRMED => NOBODY, ASSIGNED => REPORTER, RESOLVED => DEVELOPER, CLOSED => MANAGER, ); $g_allow_reporter_close = ON; $g_allow_reporter_reopen = ON; $g_status_colors = array( 'new' => '#fcbdbd', 'reopened' => '#e3b7eb', 'feedback' => '#e3b7eb', 'acknowledged' => '#ffcd85', 'confirmed' => '#fff494', 'assigned' => '#c2dfff', 'resolved' => '#d2f5b0', 'closed' => '#c9ccc4'); $g_display_bug_padding = 5; $g_display_bugnote_padding = 5; $g_access_levels_enum_string = '25:reporter,55:problem solver,70:manager,90:administrator'; $g_severity_enum_string = '50:no effect now,60:may stop production,70:stops production'; $g_status_enum_string = '10:new,20:reopened,50:assigned,80:resolved,90:closed'; $g_resolution_enum_string = '10:open,20:fixed,30:reopened,60:duplicate,80:deferred,90:rejected'; $g_custom_field_link_threshold = ADMINISTRATOR; $g_main_menu_custom_options = array( array( "Intranet", REPORTER, 'https://apps.keech.com.au/intranet/'), array( "TWWDT", REPORTER, 'http://apps.keech.com.au/twwdt/xManualtoc.htm'), array( "TWWMT", REPORTER, 'http://apps.keech.com.au/intranet/hwmt/ProductSelection.aspx'), array( "Wiki", REPORTER, 'https://apps.keech.com.au/confluence/'), ); $g_my_view_bug_count = 15; $g_my_view_boxes = array ( 'assigned' => '1', 'unassigned' => '4', 'reported' => '2', 'monitored' => '8', 'recent_mod' => '3', 'resolved' => '5', 'feedback' => '7', 'verify' => '0', 'my_comments' => '6' ); $g_recently_visited_count = 10; $g_due_date_update_threshold = REPORTER; $g_due_date_view_threshold = REPORTER; ?>