#540: Permissions and RSS Feeds
--------------------------------------------+-------------------------------
 Reporter:  anonymous                       |        Owner:  daniel  
     Type:  defect                          |       Status:  reopened
 Priority:  high                            |    Milestone:  2.0     
Component:  general                         |      Version:  0.7.1   
 Severity:  normal                          |   Resolution:          
 Keywords:  RSS permission tickets reports  |  
--------------------------------------------+-------------------------------
Comment (by anonymous):

 Sorry for bothering again (and I know, this is off topic!). However, I
 noticed that Thunderbird evaluates ONLY the <link>...</link> field of any
 RSS feed item. As a result, two (or more) changes to the same wiki page
 (for example) show as one!! To overcome this, I modified the
 <link>...</link> field in the .../share/trac/templates/timeline_rss.cs
 file as follows:

 <link><?cs var:event.href + '#' + event.date ?></link>

 This is dirty (arghhh!), but it works (at least with Thunderbird and
 Firefox)...

 Best would be, of course, to use the <guid>...</guid> field to do the
 same, e.g.

 <guid isPermaLink="false"><?cs var:event.href + ' changed on ' +
 event.date ?></guid>

 However, Trac does not transmit it (why not, btw?), and Thunderbird does
 not evaluate it :-(...

 nik4536

-- 
Ticket URL: <http://trac.edgewall.org/ticket/540#comment:36>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to