#2177 closed enhancement (fixed)
Dashboard's Feed URL should be pluggable
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | minor | Version: | 2.0 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
We should allow plugins to change the feed that the dashboard uses. Patch attached, filter is 'dash_feed_url'.
Attachments (2)
Change History (22)
#2
@
18 years ago
- Keywords has-patch commit added; bg|has-patch bg|commit removed
- Milestone set to 2.1
#5
@
18 years ago
- Owner changed from anonymous to rob1n
- Status changed from new to assigned
Might as well go the whole 9 yards. Adds filters to all the URI's.
#7
@
18 years ago
- Keywords dashboard feed filter has-patch commit removed
rboren suggested more generic feed filter names. working on new patch.
#12
@
18 years ago
I'd rather if the feed hooks weren't named according to the feed they currently show. That could change in the future. how about _primary and _secondary or something generic like that?
#13
@
18 years ago
Since we just implemented this, it makse no sense not to add a refreshed patch. Adds 5 hooks.
- primary_dash_rssurl
- primary_dash_title
- secondary_dash_rssurl
- secondary_dash_title
- secondary_dash_url
Note: See
TracTickets for help on using
tickets.
Patch needs refresh.