[Trac-tickets] [The Trac Project] #2793: Trac Wiki links in RSS descriptions aren't complete

The Trac Project noreply at edgewall.com
Thu Feb 23 07:07:02 CST 2006


#2793: Trac Wiki links in RSS descriptions aren't complete
-------------------------------+--------------------------------------------
 Reporter:  craig at trader.name  |       Owner:  jonas
     Type:  defect             |      Status:  new  
 Priority:  normal             |   Milestone:       
Component:  log view           |     Version:  devel
 Severity:  minor              |    Keywords:  RSS  
-------------------------------+--------------------------------------------
 If you look at RSS feed generated for a log, such as this one:

 http://projects.edgewall.com/trac/log/sandbox/workflow?limit=100&mode=stop_on_copy&format=rss

 The link for an individual item in the feed is fine, but the wiki links
 that are embedded in the description are relative links, which aren't
 understood by all feed readers.

 {{{
     <item><author>alec at swapoff.org</author>
      <pubDate>Fri, 03 Feb 2006 11:11:14 GMT</pubDate>
      <title>Revision 2869: WorkFlow:    * Switched to
 SingletonExtensionPoint, much cleaner.</title>
      <link>http://projects.edgewall.com/trac/changeset/2869</link>
      <description>&lt;a class=&#34;wiki&#34;
 href=&#34;/trac/wiki/WorkFlow&#34;&gt;WorkFlow&lt;/a&gt;:

   * Switched to &lt;tt&gt;SingletonExtensionPoint&lt;/tt&gt;, much
 cleaner.</description>
      <category>Log</category>
     </item>
 }}}

 In this example, '''href="/trac/wiki/WorkFlow"''' should really be
 '''href="http://projects.edgewall.com/trac/wiki/WorkFlow"'''.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2793>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list