Opened 10 years ago
Last modified 6 years ago
#12365 assigned defect
Unable to update RSS feed
Reported by: | Rastlin | Owned by: | EmeCas |
---|---|---|---|
Priority: | normal | Component: | TracHoursPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
Hello,
When i press RSS Feed (Hours tab) i have the following information:
Internet Explorer was unable to update this feed and will try again
I can do this only one time. I set the feed properties in the IE but doesn't help.
Thanks in advance.
Best regards
Attachments (0)
Change History (8)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Hello,
I used IE, Firefox in the latest version and I had the same problem. In the current time I have to freeze this topic. The TracHours plugin works properly but this RSS feed doesn't work.
But thanks anyway for help :)
Best regards,
comment:4 Changed 9 years ago by
Summary: | RSS Feed → Unable to update RSS feed |
---|
comment:5 Changed 9 years ago by
Does the feed on /hours/1
work correctly, but the feed on /hours
does not? If that's the case, the following patch might be correct.
Index: trachours/hours.py =================================================================== --- trachours/hours.py (revision 14703) +++ trachours/hours.py (working copy) @@ -906,7 +906,7 @@ items.append(item) adapted['items'] = items - return 'hours.rss', adapted, 'application/rss+xml' + return 'hours.rss', adapted, 'text/xml' def tickethours2rss(self, req, data): """adapt data for /hours/<ticket number> to RSS"""
I think the plugin should probably be implementing IContentConverter
, but not sure I will take the time to refactor it.
comment:6 Changed 9 years ago by
Status: | new → accepted |
---|
comment:7 Changed 8 years ago by
Owner: | Ryan J Ollos deleted |
---|---|
Status: | accepted → new |
comment:8 Changed 6 years ago by
Owner: | set to EmeCas |
---|---|
Status: | new → assigned |
Reassigning to maintainer
Which version of Internet Explorer? Does the issue only occur with IE? Could you please test with other browsers?