Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 9 years ago

#2666 closed defect (fixed)

Image URL in Timeline RSS feed invalid

Reported by: anonymous Owned by: Christopher Lenz
Priority: normal Milestone: 0.9.4
Component: timeline Version: 0.9.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Following the hint at http://projects.edgewall.com/trac/wiki/WildIdeas I tried to use the mentioned Eclipse RSS-Reader on Trac's RSS feeds. Unfortunately this results in the Exception: org.eclipse.swt.!SWTException: Unsupported or unrecognized format.

I don't know if this is a problem with Trac or the Eclipse RSS-Reader. I'm sorry if this is not a Trac issue. Still it would be nice if they work together :-)

From the stack trace the problem seems to be the image-url Trac provides. Trac doen't include the actual image file name which Eclipse RSS-Reader seems to expect.

So while this works:

  <image>
    <title>SPIEGEL ONLINE</title>
    <url>http://www.spiegel.de/static/sys/logo_120x61.gif</url>
    <link>http://www.spiegel.de</link>
  </image>

this doesn't:

  <image>
   <title>The Trac Project</title>
   <url>http://projects.edgewall.com</url>
   <link>http://projects.edgewall.com/trac/timeline</link>
  </image>

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 18 years ago

Component: generaltimeline
Milestone: 0.9.4
Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned
Summary: RSS-Feed doesn't work with Eclipse RSS-ReaderImage URL in Timeline RSS feed invalid

comment:2 by Christopher Lenz, 18 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [2908] and [2909].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.