bug-tracking

Trac Logo issue

一曲冷凌霜 提交于 2019-12-10 18:49:27
问题 I installed trac (v 0.11.7) on my debian box. Everything runs fine except I couldn't get logo to display. I used mod-wsgi and deployed the project to a folder named 'deploy'. Inside deploy folder, I have a htdocs folder that has two subfolders: common and site. I changed the [header_logo] of trac.ini so it read src=site/logo.jpg width=200 height=100 It won't display while logo.jpg was stored under site folder. When I changed the src to common/trac_logo_mini.png, it did show up. I then moved

team foundation server bug tracking tools

被刻印的时光 ゝ 提交于 2019-12-10 12:45:55
问题 I am new to TFS and am told that TFS (VS 2008) has an internal bug tracking system. I have used open source bug tracking systems before but want to work with TFS now. If anyone knows or has links to any readin bout this please answer this question 回答1: Here are some walkthroughs for work item tracking in TFS. This should help get you started. I also recommend the book Software Engineering with Microsoft Visual STudio Team System by Guckenheimer, et. al. 来源: https://stackoverflow.com/questions

What headaches should I expect from using Trac?

寵の児 提交于 2019-12-09 08:58:43
问题 No tool is perfect, and I'm about to start several long-term projects using Trac, and wanted a heads up of the kinds of problems I may or may not experience with it. In other words, Trac meets my needs in the short term, and I've already made the decision to use it , but I want to know what to expect down the road. I am not looking for: "Use product X instead of Trac because..." answers. "Trac is great because..." answers. A comparison to any other specific system. "Trac doesn't support

Can anyone suggest a small, simple and free bugtracker? [closed]

心不动则不痛 提交于 2019-12-08 12:05:46
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I'm looking for a small and simple (emphasis on simple ) bugtracker for a small project. It should run on Apache/PHP, though I'll consider other alternatives too (no Windows though). Oh, and I don't have any money to spend on it, so it should be free. :P Any recommendations? Added: Please, no hosted solutions. I

How to generate changelog from Trac

廉价感情. 提交于 2019-12-08 08:32:30
I need to generate changelog from Trac for a specific version as XML and then process it with a custom XSL. It seems one of the default reports is the case (All Tickets By Milestone (Including closed)). However, if i request it as XML (by adding format=rss to the url) the output XML does not contain Status, Resolution, Milestone fields. How do i configure it to contain all the fields? How do you generate your changelogs from Trac to include it in release notes? 1) Please provide a copy of the Query (Click on SQL Query link at the bottom of the page) What I find strange is that normally you get

How to generate changelog from Trac

血红的双手。 提交于 2019-12-08 07:35:56
问题 I need to generate changelog from Trac for a specific version as XML and then process it with a custom XSL. It seems one of the default reports is the case (All Tickets By Milestone (Including closed)). However, if i request it as XML (by adding format=rss to the url) the output XML does not contain Status, Resolution, Milestone fields. How do i configure it to contain all the fields? How do you generate your changelogs from Trac to include it in release notes? 回答1: 1) Please provide a copy

What this Delphi's define {$WARN GARBAGE ON} means?

二次信任 提交于 2019-12-08 02:53:53
问题 I am keen on finding new conditional defines and keywords in the Delphi language which are undocumented. Stuff like {$WARN GARBAGE ON} http://qc.embarcadero.com/wc/qcmain.aspx?d=77686 I report such stuff in Quality Central but the issue got closed and "Promoted to Internal Database". What does this mean? Should I expect an answer to this already year and half old question? 回答1: These two warnings are now documented. GARBAGE : Turns on or off warnings produced when the presence of non

Basic permission in Bugzilla to separate clients

最后都变了- 提交于 2019-12-08 01:51:13
问题 I'm trying to configure a Bugzilla instance, which will allow my clients to login, and file bugs for their website under development/maintenance. For e.g: I have created 2 products called "TestProject", "TestProject2" and a user called "TestClient". What I'm trying to achieve is when TestClient logs in, he can only see TestProject, TestProject2 and only add/modify bugs in there. TestProject, TestProject2 should not be listed for any other client. I believe this has do with granular controls

Best open source bug tracker with Mylyn support

浪子不回头ぞ 提交于 2019-12-07 15:44:53
问题 I'm trying to determine which open source (or at least free) bug tracker works the best with Mylyn. My hope is to find something that "just works" with good Mylyn support. I want to avoid lots of configuration and maintenance to get it going or keep it working with Mylyn. Also, I'd like the interaction to support as many types of fields and data exchange as possible. I've heard that Jira is the best one to use, but the project I'm working on is a private closed source venture, and the funds

where is the bugtracker of Git?

懵懂的女人 提交于 2019-12-07 01:58:42
问题 I was searching for the bug tracker for Git but I didn't really found it on their homepage and their issue tracker on GitHub is disabled. 回答1: Git bugs should be reported to: git@vger.kernel.org as indicated on the Git Community page. The mailing list archive can be viewed and searched here. 来源: https://stackoverflow.com/questions/7620050/where-is-the-bugtracker-of-git