Just uploaded to CVS:
New feature: If you call rss.xml?show=all then it also shows
threads/follow ups are items with "Followup to:" added to the
title of the issue.
Bug fixed: rss.xml did not sort on 'issuedate' but on default
sortorder which could become confusing.
This becomes very useful if you use some RSS feed reader like
(www.feedreader.com) and want to be notified over your issuetrackers.
The URL of the feed is http://yourhost/myissuetracker/rss.xml
And if you want to know about recent followups too, use
http://yourhost/myissuetracker/rss.xml?show=all
Then if an issue is older than it's creationdate, that issue is listed
because it has a recent followup.
It's limited because even if followup-X1 and followup-X2 of issue-X are
both more recent than issue-Y, only followup-X2 is shown. (did that make
any sense? Probably not but don't worry, it makes sense having it this way)
Peter
|