You are not logged in Log in Join
You are here: Home » Members » peterbe » Issue Tracker Product » IssueTrackerProduct 0.6.2 » View NewsItem

Log in
Name

Password

 

IssueTrackerProduct 0.6.2

The IssueTrackerProduct is a user-friendly issue tracking web application for Zope and the 0.6.2 version is released with both bug fixes and new features.

http://www.issuetrackerproduct.com/News/issuetrackerproduct-0.6.2

Change log:

 - 0.6.2

    Bug fixed: Made ValidEmailAddress() return True for foo'[email protected]

    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.