Edgewall Software
Modify

Ticket #1460 (closed enhancement: fixed)

Opened 7 years ago

Last modified 7 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:
Release Notes:
API 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

Change History

comment:1 Changed 7 years ago by cmlenz

  • Milestone set to 0.9
  • Resolution set to fixed
  • Status changed from new to closed

This is already fixed in trunk.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.