#1788 closed defect (fixed)
Better titles in RSS
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | timeline | Version: | 0.8.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Currently the titles in RSS are in format "Changeset [1] by author". I think these could be changed to include a snippet of the checkin message, as well as adding a <author></author> tag.
Attachments (0)
Change History (6)
comment:1 by , 19 years ago
Milestone: | → 0.9 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 19 years ago
Milestone: | 0.9 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed in [1950]
comment:3 by , 19 years ago
Milestone: | → 0.9 |
---|
comment:4 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Erm, this ticket was about changesets in the timeline RSS feed. [1950] doesn't touch any code related to that.
Also, the titles are not currently formatted as suggested. The suggestion is to include a snippet of the changeset message. The only part that is already fixed in trunk is that the <author></author>
is included, if the user who checked in the change has her email address set in the session vars.
comment:5 by , 19 years ago
Ok, my fault, didn't look at the component field…
I was talking about the Revision Log RSS feed:
There, the title does contain a snippet of the changeset message
(the shortlog
part).
I'll change the author field according to what was done in the timeline.
comment:6 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
The titles are already formatted as you suggested, in the development version, but while checking this, I noticed that the author and pubDate fields were not setup correctly.
I'm fixing this, along with some other enhancements to the Log module.