Modify ↓
Opened 16 years ago
Closed 16 years ago
#3564 closed enhancement (fixed)
Add links from the standard roadmap and milestone pages to the corresponding TracMetrix report
Reported by: | Richard Wall | Owned by: | Richard Wall |
---|---|---|---|
Priority: | normal | Component: | TracMetrixPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
Currently the only way to reach the mdashboard milestone metrix report is via the pdashboard. Trouble is that that page takes ages to render with a large repository and lots of tickets (#2570).
Instead, it would be nice to be able to reach the mdashboard report directly from the default trac roadmap and milestone pages.
Attachments (1)
Change History (4)
comment:1 Changed 16 years ago by
Changed 16 years ago by
Attachment: | TracMetrixPlugin-3564.patch added |
---|
comment:2 Changed 16 years ago by
Owner: | changed from Bhuricha Deen Sethanandha to Richard Wall |
---|---|
Status: | new → assigned |
comment:3 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
I applied patched in [5476]. I also disable the metrics calculation that cause the Project dashboard to take too long to load. You can also go to milestone dashbard from the Project Dashboard page.
Note: See
TracTickets for help on using
tickets.
I have added two ITemplateStreamFilter plugins which add TracMetrixPlugin links from the roadmap and milestone pages.
See attached patch.