Open registration is disabled at the moment due to spam.If you need a new account, please contact Keto on oftc.net IRC and provide your desired username and email.
This Bugzilla instance is no longer in active use, so you should only need an account if you wish to use the Sailfish OS community OBS.
Bug 79 - Fix BZ templates
Summary: Fix BZ templates
Status: RESOLVED FIXED
Alias: None
Product: Mer Infra
Classification: Unclassified
Component: IT / Other (show other bugs)
Version: unspecified
Hardware: Other Mer
: Low normal
Assignee: David Greaves
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-03 13:02 UTC by David Greaves
Modified: 2012-05-14 11:18 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Greaves 2012-01-03 13:02:36 UTC
There is a / in some of the merproject bz templates.

The nemo bugzilla login should clearly say to use the username, not email.

Ensure the git is pushed somewhere
Comment 1 David Greaves 2012-02-07 23:00:09 UTC
The / is from 
  /var/lib/bugzilla3/template/en/default/bug/show-header.html.tmpl

The line saying:
[% Locations('debian_webpath') %][% javascript_urls = [ "js/util.js", "js/field.js", "js/yui/calendar.js" ] %]

The [% Locations('debian_webpath') %] macro appears to expand to a "/"

Turns out this is a bug in Debian packaging of bugzilla - fix is to remove

  [% Locations('debian_webpath') %]

from all the show-header.html.tmpl files

find /var/lib/bugzilla3 -name show-header.html.tmpl -execdir sed -i -e "s/\[% Locations('debian_webpath') %\]\[% javascript_urls/\[% javascript_urls/" \{} \;
Comment 2 David Greaves 2012-05-14 11:18:05 UTC
done