IssueTrackerProduct 0.6.13
04 Oct 2005
www.issuetrackerproduct.c...TrackerProduct-0.6.13.tgz
This release is mostly relatively minor bug fixes and some refactoring to the main template (StandardHeader.zpt).
For those who use the Issue User Folder, you can now set the issuetracker to remember the filters you use persistently (or for 30 days at least). Filters are otherwise saved as a session variable which means that you might have to go in and again select "Hide completed, rejected" when you come back after a long lunch or booting up with the issuetracker in the morning. See Real#0186 for more info.
On the subject of filters, because a guy called "Googlebot" is constantly visiting http://real.issuetrackerproduct.com and various links that saves a filter, this caused a heavy storage load of saved filters in the "saved-filters" BTreeFolder. Every time a new filter is saved, it does a check to see if it's time to purge old unused saved filters and does so automatically. This is also part of the "Update Everything" button on the Management tab.
The caching of certain templates is now done in true HTTP 1.1 style with the Cache-Control header. In fact some of the Javascript templates were wrongfully not cached.
Konqueror users are now welcomed back into the User page but because of a bug in Konquerer they can't change their settings other than look at their issues.
And for people who have dared to use CheckoutableTemplates to modify StandardHeader.zpt you should know that it's changed quite a lot. Several sections of it have been refactored out as METAL macros and there is a new Javascript you need to import called js-core.js.