看看云 发表于 2009-9-22 12:06:19

bugzilla 的使用技巧

各位好:
      经过几天的研究bugzilla3.4终于安装好了,近两天我会写出一个安装文档供大家参考,现在遇到一个问题就是,new一个bug之后,如图如何让 “assigned to” 这个邮箱地址和“CC”这个邮箱地址,做成一个drop down list(下拉列表),在这个下拉表中可以列出这个bugzilla系统中所有的用户。

[ 本帖最后由 看看云 于 2009-9-22 12:09 编辑 ]

yuehong7 发表于 2009-9-29 12:00:45

修改 bugzilla\data\params 文件,在params最后几行,找到'usemenuforusers' => '0', 将“0”改成“1”,就可以了

shut000 发表于 2009-10-31 11:52:23

我装的是3.4.2,装完之后也能提交bug,但是在添加模块的时候出现:
Software error:
Undef to trick_taint at Bugzilla/Util.pm line 62
Bugzilla::Util::trick_taint(undef) called at Bugzilla/User.pm line 1685。。。
请问楼主有没有遇到过这种情况,怎么解决的,谢谢

cxy0143 发表于 2009-11-11 12:42:17

有个问题请教楼主

安装好象不完全的问题
我的bagzilla安装成功了。但登录进去 New一个新bug的时候 会提示

Product: TestProduct
好象说是试例

右边提示
Component Description
   This is a test component in the test product database. This ought to be blown away and replaced with real stuff in a finished installation of Bugzilla.
绿字的,是不是哪里还没配置好。自己检查了好久也没找出哪的问题,请高人指点一下,谢谢!
除了sendmail暂时没配外感觉没其他毛病。请高人指点一下

MSN:cxy0143@hotmail.com

cheryl 发表于 2009-12-28 11:18:52

同样关注

rousya 发表于 2010-1-1 10:47:58

原帖由 cxy0143 于 2009-11-11 12:42 发表 http://bbs.51testing.com/images/common/back.gif
安装好象不完全的问题
我的bagzilla安装成功了。但登录进去 New一个新bug的时候 会提示

Product: TestProduct
好象说是试例

右边提示
Component Description
   This is a test component in the test ...
TestProduct 就是给了个例子,真正用的时候可以删掉。安装后都有,没什么问题。
页: [1]
查看完整版本: bugzilla 的使用技巧