#67: Highlight tickets outputted by reports
--------------------------+------------------------------------------
Reporter: olemis | Owner:
Type: enhancement | Status: new
Priority: trivial | Milestone: Unscheduled
Component: ui design | Version:
Resolution: | Keywords: reports highlighting starter
--------------------------+------------------------------------------
Comment (by rjollos):
Replying to [comment:23 eladner]:
> In trac/track/ticket/report.py around line 200, there's a {{{
add_stylesheet(req, 'common/css/report.css') }}} call that is not being
reflected in the HEAD of the report page (i.e. no resultant {{{ <link
rel="stylesheet"... }}} )
It is intentional that `report.css` not be seen in the rendered report
page. The CSS from the trac core is removed by
`bloodhound_theme.bhtheme:theme.py` - take a look at the use of
`BLOODHOUND_KEEP_CSS` in `BloodhoundTheme.post_process_request`. The aim
is to modify our copy of the Trac core as little as possible so that we
have a smoother upgrade path between Trac versions.
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/67#comment:25>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker