IssueTrackerProduct 0.6.2
09 Feb 2005
www.issuetrackerproduct.c...eTrackerProduct-0.6.2.tgz
The second 0.6 release is finally here. It's a mixture of bug fixes and new features. This is the first release with the new add new section feature. There are also several good bug fixes if you've got templates checked out. CHANGES.txt
UPDATE: Read more about the 0.6.3 release
From the change log:
- 0.6.2
Bug fixed: Made ValidEmailAddress() return True for foo'bar@some.com
Bug fixed: Typo in IssueUserFolder made it impossible change
'must_change_password'.
Bug fixed: Improvements to feature about new sections (see below)
Bug fixed: Improved how a Issue User saves display_format
New feature: New option for making it possible to add new sections
to an issuetracker when adding a new issue. (feature disabled by
default. see Properties tab)
New feature: Implemented a much faster unique() function.
Bug fixed: sendReturnErrorEmail() had a typo bug. (thanks Bart
Cortooms)
Bug fixed: _alwaysNotifyMessage() now gets the title of an issue
via the getTitle() method.
Bug fixed: Filtering links from the home page used the wrong
approach. Instead of showing the selected status it showed
everything else. Thanks Simon Lucy
Bug fixed: AcceptingEmail class inherited a whole module, not a
class. This caused problems with its attributes and methods.
Bug fixed: If 'slimmer' is installed, the Management, Properties and
POP3 tabs would turn black. This happened because
TemplateAdder.py had a bug where the 'optimize' parameter was
incorrectly remember.
Bug fixed: generateID() could raise a ValueError in Python2.1 if and
when the prefix is an empty string.
New feature: Option to disable XHTML optimization (if being applied)
with environment variable OPTIMIZE_ISSUETRACKERPRODUCT
Bug fixed: StandardHeader template could not be checked out even
though it was defined as a CheckoutableTemplate.
Bug fixed: Saving listlike properties through the Properties tab
would not filter duplicates.
New feature: this_package_home defined in IssueTracker class to
filter out templates when using showCheckoutableTemplates.