Edgewall Software

Ticket #1460 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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 &lt;a href="'+$base_url+$item.href+'"&gt;'+$item.tdata+'&lt;/a&gt; edited by '+$item.author) ?>
---
> 'Wiki page &lt;a href="'+$base_url+$item.href+'"&gt;'+$item.tdata+'&lt;/a&gt; edited by '+$item.author+' with comment "'+$item.message+'"') ?>

Attachments

Change History

Changed 4 years ago by cmlenz

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.9

This is already fixed in trunk.

Add/Change #1460 (RSS feed of Wiki changes does not include "Comment about this change")

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.