Ticket #1460 (closed enhancement: fixed)
RSS feed of Wiki changes does not include "Comment about this change"
| Reported by: | peter@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | 0.9 |
| Component: | timeline | Version: | 0.8.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It seems like a shame that the RSS feed doesn't include the message associated with the Wiki page change. It is a simple patch to "timeline_rss.cs"
diff timeline_rss.cs.dist timeline_rss.cs 56c56 < 'Wiki page <a href="'+$base_url+$item.href+'">'+$item.tdata+'</a> edited by '+$item.author) ?> --- > 'Wiki page <a href="'+$base_url+$item.href+'">'+$item.tdata+'</a> edited by '+$item.author+' with comment "'+$item.message+'"') ?>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


