-
Website
http://chiting.blogspot.com/ -
Original page
http://chiting.blogspot.com/2008/02/mantis.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
Daniel Ha
1 comment · 405 points
-
saunier
45 comments · 2 points
-
deadlyspeaking
1 comment · 1 points
-
yuanlin
2 comments · 1 points
-
blacktale
1 comment · 23 points
-
-
Popular Threads
-
黑社會過聖誕 2 - 感謝小白 & 老農
6 days ago · 2 comments
-
黑社會過聖誕 2 - 感謝小白 & 老農
2. 我執行imstart.cmd後,的確可以用,中文介面也正常,但我要在回報Bug時,若填入中文的話,則顯示?號,應該是設定問題,請問版大知道如何設定嗎?
你沒留下Email, 我真不知道該怎麼回覆你.
中文亂碼的原因是因為Mantis的 imstart.cmd 所建立的MySQL DB並非utf8_bin, 你可以自行建立一個 utf8_bin 的資料庫, 再利用 mantis\admin\install.php 來進行安裝.
from 黑社會
utf8_bin是要建在哪個目錄下呢,我執行了install.php
似乎也沒有可以指定安裝目錄的地方,是否可再指點一、二
謝謝了
PS:我有留e-mail耶...再留一次 jinnsblog@gmail.com
我說的utf8_bin, 是指建立資料庫時, 去指定資料庫的CHARACTER SET, 你可查詢mysql內create database的指令, 或者利用 phpmyadmin (GUI的MySQL管理工具)來create database.
相關URL:
http://www.phpmyadmin.net/home_page/index.php
http://dev.mysql.com/doc/refman/5.0/en/create-d...
不過謝謝你提供的資訊
我建議你照著我的步驟做一次, 應該會成功的... 加油!
from 黑社會
等你有空的時候,再來寫一篇超簡易的免安裝入門版...
Step by Step....哈....
那我應該就學會了....
開玩笑啦,最近比較忙,所以還沒時間再做測試...
Anyway, thanks
請問如何在專案建立時即設定專案相關人員的電子郵件,以後當有成員回報 bug issue 時,即可自動通過電子郵件通知相關人員..
您好, 我分享我所知的, 若有不足, 懇請見諒.
1. 在Mantis內, 建立專案後, 是可以挑選專案成員的, 但似乎無法建立時就"馬上"設定相關人員.
2. 當有成員回報bug issue時, 是可以自動寄發Email通知該專案內的成員, 方法為
設定config_inc.php內的
$g_phpMailer_method : 如果你要用SMTP, 選2; 如果要透過sendmail, 選1. (0 - mail(), 1 - sendmail 2 - SMTP. Default is 0.)
$g_smtp_host : 如果用SMTP Server, 就設定Server IP或Host Name
$g_smtp_username : SMTP User
$g_smtp_password : SMTP pwd
$g_administrator_email : 管理者email address
$g_webmaster_email : we master email address
$g_from_email : The email address to be used as the source of all emails sent by Mantis.
詳細的解說可參考http://www.mantisbt.org/manual/manual.configuration.email.php
Mantis內的流程規劃就是得先建立專案, 然後挑選人員加入專案(起碼我知道的是這樣啦), 其餘的部份可能要客製化了. 我所知也不多, 希望對你有幫助 ... 加油!
請問Mantis在回覆Bug時,文字可以加上顏色或粗體嗎?
例如:我想讓一段文字變成紅色+粗體,這樣比較顯眼..
不好意思,都是我在自言自語....
版大知道如何設字的顏色嗎...??
真是不好意思, 這週都在趕報告, 所以幾乎沒上Blog和收信 ... 我這幾天試試看, 請等等喔...
很抱歉這麼久才回你 ... Mantis的官網上有一些討論, 以下是嘗試過可以的作法.
粗體 -> 可以
斜體 --> 可以
另外, 我發現一段令人振奮的話...
[ Add Bugnote ]
Type in whatever additional information that you remember, ask questions regarding the bug, make suggestions as to the bug fix. Line breaks are preserved (converted to
) and limited html may be allowed. These HTML settings are set by the administrator in the config settings.
看樣子應該是有地方(http://www.mantisbt.org/manual/manual.configuration.html.php)可以設定的 ... 等我利用51勞動節試試看 ...
我查過之後發現, 字體的顏色應該是無法指定的.根據官網與我實際測試的結果.
http://www.mantisbt.org/manual/manual.configura...
$g_html_tags : This is the list of HTML tags that are allowed. Do NOT include href or img tags here.
Do NOT include tags that have parameters (eg. ). ex: $g_html_valid_tags = 'p, li, ul, ol, br, pre, i, b, u';
很遺憾.
謝謝!
如果你要改成utf8, 也是類似的方法. 但問題在於你是不是可以找到支援UTF8的字型.
你是繁體中文還是簡體中文? 還是你要utf8英文?
但我不確定jpgraph是否已經支援了UTF8字型
我想你要的應該就是跟我一樣.... 可以照我的方法試試看喔.... (如果有問題再回我)
PHP has encountered an Access Violation at XXXX
以致於跑不下去, 請問高手可以指點一下嗎?
http://superkind.pixnet.net/album/photo/105254513
這邊有我卡住的圖
my sql確定有起來, iis也正常
http://www.mantisbt.org/forums/viewtopic.php?f=...
我也上官網請求協助了, 但仍無回應