???????繫????????????′???bug ????testlink ????????????????????д???.
??????????????????ū??.????????????????????????
??????testlink ??mantis ??????????У??????????????? ???????????.
????TestLink??????bugzilla??mantis??????????????
????TestLink??Mantis?????????????????
????Mantis???????http://localhost/mantis/
????TestLink???????http://localhost/TestLink/
????Mantis??????????bugtracker
????Mysql????????root
???????????root
??????????testlink?μ?config.inc.php???
????1?? ??testlink?μ?config.inc.php???????$g_interface_bugs='NO'????$g_interface_bugs='mantis';
????Define ('TL_INTERFACE_BUGS'?? 'MANTIS');
????require_once (TL_ABS_PATH . 'Lib/bugtracking/int_bugtracking.php');
????????????Mantis?????????????
????Mantis?????????????????е????????????????????:???dummy??????administrator???????????????
????1?? ???mantis??config_inc.php????????????′???

 

# --- ??????????????????? -------------
$g_default_language ="chinese_simplified"; #????????????????
$g_allow_signup = ON;#???????????????ON???????OFF??????
#--- ???????-------------
$g_max_failed_login_count = 5;
$g_show_realname = ON;# ????????????????ON???????OFF??????
$g_allow_anonymous_login  = ON;
$g_anonymous_account = 'dummy';

????2?????mantis/config_defaults_inc.php?????

 

# --- anonymous login -----------
#Allow anonymous login
$g_allow_anonymous_login = ON;
$g_anonymous_account  = 'dummy';
# --- ??????? -------------
$g_administrator_email  ="mantis@****.com";#
$g_webmaster_email      ="mantis@****.com";# ???????????
$g_from_email ="mantis@****.com";# ????????????Mantis?????????????????????
$g_return_path_email="mantis@****.com";# ?????????
$g_enable_email_notification= ON;     # ????????
$g_smtp_host     = "mail.****.com";     # SMTP ??????
$g_smtp_username= "username";     # ???????????
$g_smtp_password = "password";  # ??????????
$g_use_phpMailer= ON;    # ??? PHPMailer ???????
$g_phpMailer_path= "C:/xampp/htdocs/mantis/core/phpmailer"; # PHPMailer ????·??
$g_phpMailer_method   = 2;   # PHPMailer ?? SMTP ??????? Email
# --- ???????? -------------
$g_show_project_menu_bar = ON;# ????????????????ON???????OFF?????
$g_show_queries_count     = ON; # ?????????????е?????????ON???????OFF?????
$g_default_new_account_access_level = DEVELOPER; # ??????????
$g_view_summary_threshold   =VIEWER; #???ò????
$g_window_title ="???????????";# ?????????
$g_page_title ="???????????";# ????????
$g_max_failed_login_count= 5;#???????????
$g_show_realname= ON;#???????
$g_allow_anonymous_login  = ON;# ??????????????
$g_anonymous_account = 'dummy';#??????????????
# --- ???????? -------------
$g_short_date_format = "Y-m-d"; # ??????????Y ??д??? 4 λ??
$g_normal_date_format ="Y-m-d H:i"; # ?????????
$g_complete_date_format ="Y-m-d H:i:s"; # ??????????
# --- ???????? -------------
$g_use_jpgraph =ON;
$g_jpgraph_path ="C:/xampp/htdocs/mantis/core/jpgraph-2.3.3/src/";  #????jpgraph??·??
$g_graph_font ='chinese_gbk';