#2177 closed enhancement (fixed)
Dashboard's Feed URL should be pluggable
| Reported by: | davidhouse | Owned by: | rob1n |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | Administration | Version: | 2.0 |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: | Focuses: |
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)
#5
@
19 years ago
- Owner changed from to
- Status new → assigned
Might as well go the whole 9 yards. Adds filters to all the URI's.
#7
@
19 years ago
- Keywords dashboard feed filter has-patch commit removed
rboren suggested more generic feed filter names. working on new patch.
#12
@
19 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
@
19 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch needs refresh.