bugzilla

Is there a simple Bugzilla/Trac client for use by non software folks?

喜欢而已 提交于 2019-12-21 17:49:13
问题 I'm aware this isn't exactly a programming question, but it directly impacts our developers and the code we're assigned to write. If there's another SO-like forum where this could be better posted, please let me know and I'll take the question down from here & post it there. Our work environment is a couple of developers creating (20-30%) and maintaining (lion's share) legacy software for factory production floor and test workers to use to calibrate or test the equipment the company sells. We

Bugzilla安装过程

我们两清 提交于 2019-12-18 11:43:12
Bugzilla+Mysql+iis+perl模块+ ActivePerl 安装过程 一、 需要的软件 安装bugzilla需要的软件有MySQL数据库软件,activeperl软件,bugzilla安装包,IIS组件 安装环境 操作系统OS: Windows 平台 Bugzilla:4.2或以上 数据库:MYSQL: v5.5.21 For Windows 或以上 Web服务器:IIS服务器 或者Web Server: Apache 2.2.22 (released 2012-01-31) 或以上 Perl解析器: ActivePerl-5.14.2.1402-MSWin32-x86-295342.msi或以上 http://www.perl.org/ 注意:在此需要说明的是我已经假定你的电脑中有一个SMTP邮件服务器,若没有可以在网上下载一个该服务。或者使用windows搭建一个pop3 SMTP邮件服务器 二、 安装设置 MySQL 数据库 1. 安装MySQL 数据库 2. 我用的是 MySQL Installer mysql-5.5.21-win32.msi 版下载地址 http://dev.mysql.com/downloads/installer/ 双击MySQL数据库安装软件进入如下的界面: 单击next 此处选择custom,单击next

Hide products from others in Bugzilla

ε祈祈猫儿з 提交于 2019-12-13 13:27:23
问题 I want to hide some products from a group of users. I set up the groups and products in the editproducts.cgi configuration. In the groupcontrols I set the "to hide" products to NA/NA but that have no effect. In the search-dialog (the products-dropdown on query.cgi) there is still a list of all products. How can I hide these products (which the user is not member of) from the user? EDIT: I use Bugzilla 4.0.2 回答1: I've found a combination which had this effect: 回答2: Set the group Member control

mod_perl.so for apache 2.4 required by bugzilla

ε祈祈猫儿з 提交于 2019-12-12 20:34:21
问题 Environment: SuSE SLES11 SP4, Kernel 3.0.101-68-default http-Server: apache 2.4.18 with OpenSSL 1.0.2e MySQL 5.6.29 Further either: SLES 11 preinstalled SW: Perl 5.10.0 with mod_perl v2.000004 and bugzilla 4.2.4 being running before. Or new versions built from source i.e. perl 5.22.1 and mod_perl 2.0.9 and bugzilla -5.0.2 Starting position: The SLES 11 preinstalled http-server Apache 2.2 with OpenSSL 0.9.8 doesn't support TLS1.2 as required today. Hence Apache 2.4 with the mentioned OpenSSL

Add an attachment to Bugzilla using XML-RPC in VBA

蓝咒 提交于 2019-12-12 04:44:43
问题 I am currently developing an Excel macro which allows creating Bugs in a Bugzilla instance. After some trial and error this now turns out to work fine. I wanted to enhance the client so that it's also possible to add screenshots to the newly created bug. The environment I'm using is a little bit tricky: I have to use MS Excel for my task. As Excel does not understand XML-RPC, I downloaded an interface DLL (CookComputing.XmlRpcV2.dll from xml-rpc.net) which makes the XML-RPC interface

Attachments are stored in base64 format in Bugzilla when uploading using XML-RPC

╄→尐↘猪︶ㄣ 提交于 2019-12-11 05:52:43
问题 I'm writing a XML-RPC interface for Bugzilla where users can create bugs in Bugzilla using an Excel macro. This is working fine. But if the user uploads a screenshot and adds it as attachment to the bug, the image cannot be displayed in the browser. I already asked a similar question here. Now I found that the base64 encoded data is not converted back to binary before saving into the database. At first I thought that the XML file might not be correct (i.e. the data type for the image is

Compiler gcc required when installing perl modules for Bugzilla

↘锁芯ラ 提交于 2019-12-11 05:35:14
问题 I encountered the following error when attemtping to install the perl modules for Bugzilla in a Solaris 10 server. You can see that i have already set the path for gcc and make already. Can anyone advise? PATH="$PATH:$HOME/bin:/usr/sbin:/usr/bin:/root/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/opt/csw/bin:/opt/csw/sbin:/opt/csw/gcc3/bin:/usr/sfw/sbin:/usr/sfw/bin:/opt/csw/mysql5/bin:/usr/ccs/bin:/usr/sfw/bin/gcc" export PATH /usr/bin/perl install-module.pl --all ERROR:

Bugzilla performance slow

一曲冷凌霜 提交于 2019-12-11 04:28:52
问题 I just install Bugzilla 4.0.1 in Internet Information Server 7.0, Windows 7. Perl is provided by ActivePerl. When I am opening every page, it will almost cost 3-5 seconds to load a page. It is a empty Bugzilla without any project. And machine load is very low. I try Internet Explorer 9.0 and Google Chrome. The time to load page is almost same, 3-5 seconds. How can I config the system to improve the performance of Bugzilla? 回答1: Bugzilla is coded in Perl, and Perl can be slow for a big-medium

How does a Bugzilla server work?

社会主义新天地 提交于 2019-12-11 04:10:47
问题 We have Bugzilla installed on a computer which we would like to act as a server. I have yet to install Bugzilla on my computer, the client. Can you point me to some references which describes how Bugzilla works as a server? What I would like to do is file bugs from client computers and this will be reflected to the Bugzilla server. How do we access the Bugzilla server? Is it a requirement that all of the clients has the Bugzilla software? 回答1: Bugzilla is a web based application. You don't

How to install GitZilla with GitLab and Bugzilla

牧云@^-^@ 提交于 2019-12-11 01:37:28
问题 I have a setup with GitLab (the latest version) and Bugzilla 4.4.1 installed on a CentOS machine. Users create local repositories on their systems and push to a central repository, i.e., on GitLab. I need to setup bug tracking with Gitab, so that each push updates Bugzilla with all the commits to the project. I found that Gitzilla is used for such a thing, but after going through its installation instructions, I failed to understand one of the points. Switch to the hooks directory (/path/to