Share

IssueTrackerProduct

File Release Notes and Changelog

Release Name: 0.6.9

Notes:


Changes: Bug fixed: If no name or email on the issue and the user, it would say that you're already subscribing to an issue. (Thanks Benjamin Higgins Real#0113) New feature: Deleting drafts from the Add Issue page is done with AJAX. New feature: if you want to use a Secure Mail Host instead of the default Mail Host, it is now recognized as 'SecureMailHost' but 'MailHost' still takes precedence. Bug fixed: Which type of List Issues was remembered but not used if you were logged in as Issue User. (Thanks Marcus Scotti, Real#0110) Bug fixed: Filter on fromname didn't work due to a bug in a regular expression. (Thanks Fred Damberger, Real#0103) Bug fixed: getEmail() and getName() would raise an error if the acl_users (if applicable) folder can't be found, which might be the case when importing an issuetracker. Bug fixed: DeployStandards checked folder existance with acquisition. New feature: If AJAX works the filter options are loaded with AJAX otherwise loaded as a new page request (on the List Issues or Complete List). New feature: When you search on multiple words, an alternative search link appears that puts "or" between all words. (Real#0102) New feature: export.csv makes it possible to download all issues in one single CSV file. If you enabled 'CSV export link' in the Advanced properties you can export the current set to CSV. Bug fixed: Assignment form no longer shown on Complete List (Real#0101) Bug fixed: The first saved draft wouldn't pop up again on Add Issue. Real#0079 became reproducable and fixed. New feature: AddIssue and QuickAddIssue is autosaving drafts now with AJAX. New feature: Inbound emails with header X-Spambayes-Classification=spam is automatically deleted and not uploaded. New feature: Option to enforce a different stylesshet http://www.issuetrackerproduct.com/Documentation/How-Tos/forced-stylesheet Bug fixed: Assigned, Added, followups etc. on the User tab were sorted such old ones were shown first in the list. Reversed that. (Real#0078) New feature: If an error occurs the an error log file is only created if the error type is *not* in zope's error_log object on Zope2.7. (Real#0077) New feature: Which list you want to use is now stored in a cookie rather than a session.