On 23 April 2013 22:06, Olemis Lang <[email protected]> wrote: > On 4/23/13, Apache Bloodhound <[email protected]> wrote: > > #508: Trac plugin does not working in the Bloodhound Theme > > ------------------------+-------------------- > > Reporter: goody80 | Owner: nobody > > Type: defect | Status: new > > Priority: major | Milestone: > > Component: dashboard | Version: 0.5.3 > > Resolution: | Keywords: > > ------------------------+-------------------- > > > > Comment (by rjollos): > > > [...] > > 1. Since we don't have a screenshot in the !BloodhoundTheme` package, > > I recall this was one of the first files included in Bloodhound more > than one year ago . Maybe it's been removed along the way . >
I recently removed an outdated screenshot.png and did not replace it because I could find no reference to it. Not sure if that's the one you're referring to here. I removed it in r1467339, see below for more details: http://svn.apache.org/viewvc?view=revision&revision=r1467339 > > the > > following patch should be applied: > > {{{ > > #!patch > > Index: bloodhound_theme/bhtheme/theme.py > > =================================================================== > > --- bloodhound_theme/bhtheme/theme.py (revision 1470981) > > +++ bloodhound_theme/bhtheme/theme.py (working copy) > > @@ -62,7 +62,8 @@ > > class BloodhoundTheme(ThemeBase): > > """Look and feel of Bloodhound issue tracker. > > """ > > - template = htdocs = css = screenshot = disable_trac_css = True > > + template = htdocs = css = disable_trac_css = True > > + screenshot = False > > disable_all_trac_css = True > > BLOODHOUND_KEEP_CSS = set( > > ( > > }}} > > > > IMO , what should be done is to add updated screenshot.png image in > theme htdocs folder > > -- > Regards, > > Olemis. > -- Joe Dreimann | *User Experience Designer* | WANdisco<http://www.wandisco.com/> @jdreimann <https://twitter.com/jdreimann>
