Modify ↓
      
Opened 21 years ago
Closed 21 years ago
#1460 closed enhancement (fixed)
RSS feed of Wiki changes does not include "Comment about this change"
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | low | Milestone: | 0.9 | 
| Component: | timeline | Version: | 0.8.1 | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
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 (0)
Change History (1)
comment:1 by , 21 years ago
| Milestone: | → 0.9 | 
|---|---|
| Resolution: | → fixed | 
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    


  
This is already fixed in trunk.