Modify ↓
Ticket #28 (closed enhancement: fixed)
Opened 8 years ago
Last modified 8 years ago
RSS Syndication Support
| Reported by: | daniel | Owned by: | daniel |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.6 |
| Component: | timeline | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
A module to allow tracking a project using XML/RSS syndication of trac events, patchsets, bugs and reports.
Example uses:
- Present changes to source code
- Show bugs assigned to oneself (report)
- Show all changes/events for a project to track progress
Attachments
Change History
comment:1 Changed 8 years ago by daniel
- Owner changed from jonas to daniel
- Status changed from new to assigned
comment:2 Changed 8 years ago by daniel
- Version set to 2.0
comment:3 Changed 8 years ago by daniel
- Priority changed from low to normal
- Version changed from 2.0 to 1.0
comment:4 Changed 8 years ago by daniel
- Component changed from general to timeline
- Milestone set to 0.6
- Version changed from 1.0 to devel
Updated to reflect the RoadMap.
comment:5 Changed 8 years ago by daniel
- Severity changed from minor to enhancement
comment:6 Changed 8 years ago by daniel
I've added RSS 2.0 support for the timeline module in [249].
Working on support for the report module also before closing this issue.
comment:7 Changed 8 years ago by jonas
It might be useful if the Log module could be used as a RSS feed. Then you could easily track a specific file (for example a ChangeLog). This should perhaps be a new ticket...
comment:8 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from assigned to closed
comment:9 Changed 8 years ago by daniel
- Summary changed from RSS Feed module to RSS Syndication Support
Note: See
TracTickets for help on using
tickets.



This is actually something we should throw in the first release to give it some extra hot-feature value. It's pretty easy to add to svn:trunk/trac/Timeline.py as well.