Modify ↓
      
        Opened 17 years ago
Closed 10 years ago
#3660 closed enhancement (fixed)
timeline should display only wiki / ticket changes only to items matching some tags
| Reported by: | anonymous | Owned by: | Steffen Hoffmann | 
|---|---|---|---|
| Priority: | normal | Component: | TagsPlugin | 
| Severity: | normal | Keywords: | timeline | 
| Cc: | Steffen Hoffmann | Trac Release: | 0.10 | 
Description
it would be great if the timeline could be also restricted by only displaying items that have a certain tag.
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
| Cc: | Steffen Hoffmann added; anonymous removed | 
|---|---|
| Keywords: | timeline added | 
comment:2 Changed 12 years ago by
| Owner: | changed from Alec Thomas to Steffen Hoffmann | 
|---|---|
| Status: | new → assigned | 
Note: See
        TracTickets for help on using
        tickets.
    



Note that we supply tag changes to timeline view now, see #11661.
Currently event filtering is done by the timeline module inside Trac. Luckily the event list is available in the
dataobject of the timeline view request, that could be filtered by resource implementingIRequestFilter.