Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1460 closed enhancement (fixed)

RSS feed of Wiki changes does not include "Comment about this change"

Reported by: peter@… 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 &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 (0)

Change History (1)

comment:1 by Christopher Lenz, 19 years ago

Milestone: 0.9
Resolution: fixed
Status: newclosed

This is already fixed in trunk.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.