Opened 11 years ago
Closed 9 years ago
#11661 closed enhancement (fixed)
Changes to Tags should be shown in timeline
Reported by: | Ryan J Ollos | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | timeline rss |
Cc: | Trac Release: |
Description
Tags are versioned after the work in #2429. It would be nice to have the changes displayed in the timeline, and thus the RSS feed (comment:2:ticket:2429). I use the RSS feed to review changes to the site, particularly for spotting spam entries.
I'm creating this as a new ticket so that it won't hold up the release 0.7.
Attachments (0)
Change History (6)
comment:1 follow-up: 2 Changed 11 years ago by
comment:2 follow-up: 3 Changed 11 years ago by
Replying to hasienda:
But not so much for tickets. This realm already has its version records, but doesn't provide changes other than opening and closing tickets to timeline yet, IIRC. Did you mean to resolve that for keywords as well as for any other ticket field configured as tag resource field per
ticket_fields
configuration option?
I hadn't even thought about tickets yet. The timeline shows property changes when [timeline]
ticket_show_details
is True: trac:wiki:TracIni#timeline-section. However, it only shows that a property has changed, it does not show the old and new values of the property. Examples in trac:timeline include: Status, Owner changed | Keywords changed.
So now I'm thinking that this ticket only needs to address changes to wiki tags, but the responsibility for Keyword or other custom tags-related ticket property changes would be left to Trac.
comment:3 Changed 11 years ago by
Replying to rjollos:
So now I'm thinking that this ticket only needs to address changes to wiki tags, but the responsibility for Keyword or other custom tags-related ticket property changes would be left to Trac.
While I feel we could and probably shall do more, I'm fine with sticking to this minimal approach for now.
comment:5 Changed 9 years ago by
The tags had been removed from the AccountManagerPlugin page. I'll upgrade to TagsPlugin 0.8dev soon, but it would be even better if we had a 0.8 release.
Replying to rjollos:
New tag change records will provide a rather straight-forward solution for harvesting tag changes for tagged realms under TagsPlugin control.
But not so much for tickets. This realm already has its version records, but doesn't provide changes other than opening and closing tickets to timeline yet, IIRC. Did you mean to resolve that for keywords as well as for any other ticket field configured as tag resource field per
ticket_fields
configuration option?