473,500 Members | 1,963 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Best Bug Tracker on Zope platform ?

Hello,
who know the best Bug tracker system on a Python/Zope server ?
BugZilla is Perl oriented (beuh !!)
What about others ?
Is A python oriented BugZilla like exists ? or need I write it ?

On a zope one or behind an apache one.

Any ideas ?
Thanks ..

JerryKhan the foolish dracomorpheus.
Jul 18 '05 #1
5 2168
Have a look at Roundup!

Regards
Franz GEIGER
"Jerrykhan" <je***********@gehis.fr> schrieb im Newsbeitrag
news:62**************************@posting.google.c om...
Hello,
who know the best Bug tracker system on a Python/Zope server ?
BugZilla is Perl oriented (beuh !!)
What about others ?
Is A python oriented BugZilla like exists ? or need I write it ?

On a zope one or behind an apache one.

Any ideas ?
Thanks ..

JerryKhan the foolish dracomorpheus.

Jul 18 '05 #2
Jerrykhan wrote:
Hello,
who know the best Bug tracker system on a Python/Zope server ? [...]


Not ZOPE-based but written in Python: Roundup.

-- Gerhard

Jul 18 '05 #3
je***********@gehis.fr (Jerrykhan) writes:
Hello,
who know the best Bug tracker system on a Python/Zope server ?
BugZilla is Perl oriented (beuh !!)
What about others ?
Is A python oriented BugZilla like exists ? or need I write it ?


There're plenty of bug trackers for Zope. I personally
looked at these:

- IssueDealer (very simple)

- Tracker (very old, I made it run on Zope 2.7 but it has
too many other bugs to fix)

- CMFCollector

- CMFCollectorNG (very feature-rich but doesn't support
Cyrillic letters and I suppose that other non Latin-1
charsets, too)

- JTracker (very robust and really simple -- my
personal choice)
Eugene

--
Email: <jmv at online.ru>
Jul 18 '05 #4
According to Eugene Morozov <ka********@online.ru>:
- JTracker (very robust and really simple -- my
personal choice)


I just tried this one today.

In the "create an issue" form, I left out email, it demanded that I supply
one. I didn't notice it bounced me to a (semi?) blank form, so after I
supplied an email address, it demanded something else. I zapped it.

Downloaded Roundup after that and got it going. ZRoundup came up broken in
my Zope 2.6.1 though.
--
Ng Pheng Siong <ng**@netmemetic.com>

http://firewall.rulemaker.net -+- Manage Your Firewall Rulebase Changes
http://sandbox.rulemaker.net/ngps -+- Open Source Python Crypto & SSL
Jul 18 '05 #5
je***********@gehis.fr (Jerrykhan) wrote ...
Hello,
who know the best Bug tracker system on a Python/Zope server ?
BugZilla is Perl oriented (beuh !!)
What about others ?
Is A python oriented BugZilla like exists ? or need I write it ?

On a zope one or behind an apache one.

Any ideas ?
Thanks ..


BugZilla is very very heavy. It's really only applicable to very
large scale development (ie - across an enterprise, a company picky
about its progress, or very large open source projects).

If Zope is not an absolute requirement, I recommend Roundup. I used
to work with Zope corp, and still do all of my work on Zope, but we
went with Roundup for our internal bug tracking system. (We're still
hanging back on Roundup 0.5.8 or so, I haven't upgraded to 0.6). A
nice thing about Roundup is that all you need to run it is Python.
But it was the most feature complete application at the time we had to
deploy it. And for the most part, we're pretty happy with it.

I think there have been some changes to Roundup 0.6 to allow ZRoundup
to work again.

There's also Issue Dealer (this one seems actively supported, and is a
Zope product). I don't know if there's a free version or not:
http://www.nidelven-it.no/products/issue_dealer

I've written about issue trackers more than a few times on my weblog:

http://www.amber.org/mt/mt-search.cg...search=tracker

Most of the posts are pretty old by now, as we have settled on Roundup
for the time being. I'm keeping my eyes on the bug tracker being used
for Zope 3 development for possible future use:

http://www.zope3.org/tracker/

Mostly, I like its dependency tree:

http://www.zope3.org/tracker/1/@@dependencies.html

But I think it would be a fun system to play with and expand on. I'd
like to replace its dependencies system with a stronger relationship
system, and expand its security to filter out visibility for certain
tasks to certain customers while retaining a single issue database.
The problem I had when I used Zope based trackers was that it was too
easy to make custom trackers on a per project basis, making it
difficult to track "the big picture." This is more my fault than the
fault of the software though. But restricting visibility this way
made it easy to grant a customer access to a particular folder and to
a tracker inside of it, which ensured they wouldn't see (intentionally
or accidentally) data for other customers.

(We still don't have this in place with Roundup either)

--
Jeffrey P Shell
weblog: http://toulouse.amber.org/
aud : http://euc.cx/
Jul 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
2534
by: ketulp_baroda | last post by:
i am developing a web application and i am really confused on what should i use. should i use just python and use the cgi module availabe. Or should i use application like WebWare.Also there is PSP...
4
2325
by: Jochen Demuth | last post by:
Hi, I am trying to install ZWiki on Zope 2.5.1 / Debian 2.4.20-bf2.4-xfs. First I copied the contents of the ZWiki-0.32.0.tgz to the Products-directory under SOFTWARE_HOME: This is what it...
5
2253
by: jsmilan | last post by:
Hi, all; I'm strictly an amateur developer who has dabbled in a half dozen languages on eight or nine systems over 20 years or so. I have never devoted the time or energy to thoroughly learn...
4
1387
by: John Benson | last post by:
Hi, I've been reading the above-titled book and it looks like some major Python and Zope features have been cherry-picked for pushing down into .NET, like application memory management (Python...
0
2102
by: Unigroup of New York | last post by:
Content-Type: multipart/mixed; boundary="------------C465DF38DCB38DD2AF7117E0" Lines: 327 Date: Tue, 15 Feb 2005 23:36:38 -0500 NNTP-Posting-Host: 24.46.113.251 X-Complaints-To: abuse@cv.net...
0
1097
by: Benji York | last post by:
Please join us August 10, 7:30-9:00 PM, for the third meeting of the Fredericksburg, VA Zope and Python User Group ("ZPUG"). This meeting has four features of note. - Brian Lloyd, the author...
158
6279
by: Giovanni Bajo | last post by:
Hello, I just read this mail by Brett Cannon: http://mail.python.org/pipermail/python-dev/2006-October/069139.html where the "PSF infrastracture committee", after weeks of evaluation, recommends...
0
1158
by: M.-A. Lemburg | last post by:
On 2008-04-29 22:15, Sells, Fred wrote: You should have a look at Trac (http://trac.edgewall.org/) and roundup (http://roundup.sourceforge.net/). Both are written in Python and provide...
0
2286
by: M.-A. Lemburg | last post by:
On 2008-05-01 13:37, Lance Gamet wrote: I don't think this is a Python question, but more a platform question. Users on different platforms will expect configuration data in different places....
0
7136
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7018
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7182
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6906
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5490
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4923
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3110
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
672
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
316
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.