| |
Zope Issue Tracker
Tuesday October 28, @12:57PM, by Clayton Carter
Subject : more software
from the death-to-squishdot dept.
Summary :
Zope.org uses a bug tracking system called Collector.
Text :
It's available via CVS from the URL
http://dev.zope.org/Wikis/DevSite/Projects/CollectorReplacement/FrontPage
You can see it in action here
http://www.zope.org/Tracker
and here
http://zope.org/Collectors/ColDev
I don't know that it has everything that we want/need, but it looks pretty good. I can't fully test it unless I register for a Zope.org account, which I don't want. If anyone else has an account, can you give it a whirl?
Clayton
Reply
-
Re: Zope Issue Tracker
Wednesday October 29, @01:40AM, by Daniel Melnechuk
Zope.org just switched to using Plone on top of CMF. The top banner is all messed up such that it draws over the top of what the main part of the page is supposed to show.
Guess i need to add a bug!
Dan
> Zope.org uses a bug tracking system called Collector.
> It's available via CVS from the URL
>
> <a href="http://dev.zope.org/Wikis/DevSite/Projects/CollectorReplacement/FrontPage">
> http://dev.zope.org/Wikis/DevSite/Projects/CollectorReplacement/FrontPage</a>
>
> You can see it in action here
>
> <a href="http://www.zope.org/Tracker">
> http://www.zope.org/Tracker</a>
>
> and here
>
> <a href="http://zope.org/Collectors/ColDev">
> http://zope.org/Collectors/ColDev</a>
>
> I don't know that it has everything that we want/need, but it looks pretty good. I can't fully test it unless I register for a Zope.org account, which I don't want. If anyone else has an account, can you give it a whirl?
>
> Clayton
Reply
-
Re: Zope Issue Tracker
Friday November 07, @11:51AM, by Clayton Carter
> Zope.org uses a bug tracking system called Collector.
I've checked out the code for CMFCollector (stange name for a bug tracker) into /home/crcarter/src/CMF/CMFCollector on w.g-r.o
The INSTALL.txt file lists several prereqs, some of which are OK, some not so:
- Zope 2.4
- Python 2.x
- The CMF 1.2
- Zope Page templates
- Skins tool in CMF must use ZPT views
Python and CMF aren't a problem, but the Zope version is. We're currently at 2.3 for Zope. I presume that the ZPT and skins tool won't be a big deal.
So we're stuck with this board until we upgrade Zope. Oh well.
Clayton
Reply
|