IssueTrackerProduct

A user friendly bug tracking web application for Zope

IssueTrackerProduct 0.6.8

20 May 2005

  www.issuetrackerproduct.c...eTrackerProduct-0.6.8.tgz

The 0.6.8 release is a minor bug fix one with only two really minor new features (if there is such a thing). What's important in this release is a bug fix for those who use the BTreeFolder2 storage option.

The BTreeFolder2 storage option is something you can enable if you have lots of issues. Then all issues are no longer stored right in the issue tracker instance but in a BTreeFolder2 instance called issues. When you did that, the automatic emails sent out to those who would always get a notification did not work. There was an KeyError raised in the dispatcher function that was totally missed before. If you are using the BTreeFolder2 option you really should install this new version.

A second bug fix is that of the potentially embarrasing bug Real#0033 raised by Simon Lucy (thank you). What could happen is that certain acl users could become subscribers of issues they weren't even closely involved in. It took a long time to reproduce in development but once caged it was relatively easy to solve.

<<< Return to all news items