Your message dated Tue, 26 Sep 2006 09:35:58 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389450: bugzilla: webpath not respected for all stylesheets
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: bugzilla
Version: 2.22-2
Severity: normal
Tags: patch

In  header.html.tmpl are (remaining?) statements, that are pointing to
cgi-bin instead of webpath:

This patch is correcting the path:

--- ../../../en/default/global/header.html.tmpl 2006-08-21 14:18:43.000000000 
+0200
+++ header.html.tmpl    2006-09-25 20:36:44.162769702 +0200
@@ -92,9 +92,9 @@
 
     [% IF style_urls %]
       [% FOREACH style_url = style_urls %]
-        <link href="[% style_url FILTER html %]" rel="stylesheet" 
type="text/css">
+        <link href="[% webpath %][% style_url FILTER html %]" rel="stylesheet" 
type="text/css">
         [% IF style_url.match('^skins/standard/') %]
-          <link href="[% style_url.replace('^skins/standard/', 'skins/custom/')
+          <link href="[% webpath %][% style_url.replace('^skins/standard/', 
'skins/custom/')
                          FILTER html %]" rel="stylesheet" type="text/css">
         [% END %]
       [% END %]


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (400, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-4-evms254-md-dm-static-initrd
Locale: LANG=C, LC_CTYPE=de_DE.utf-8 (charmap=UTF-8)

Versions of packages bugzilla depends on:
ii  apache2                   2.0.54-5sarge1 next generation, scalable, extenda
ii  apache2-mpm-prefork [http 2.0.54-5sarge1 traditional model for Apache2
ii  dbconfig-common           1.8.21~bpo.1   common framework for packaging dat
ii  debconf [debconf-2.0]     1.4.30.13      Debian configuration management sy
ii  libappconfig-perl         1.56-2         Perl module for configuration file
ii  libdbd-mysql-perl         2.9006-1       A Perl5 database interface to the 
ii  libmailtools-perl         1.74-0.1       Manipulate email in perl programs
ii  libmime-perl              5.417-1        Perl5 modules for MIME-compliant m
ii  libtemplate-perl          2.14-1         template processing system written
ii  libtimedate-perl          1.1600-4       Time and date functions for Perl
ii  patch                     2.5.9-2        Apply a diff file to an original
ii  postfix [mail-transport-a 2.3.3-1~bpo.1  A high-performance mail transport 
ii  ucf                       1.17           Update Configuration File: preserv

-- debconf information excluded


--- End Message ---
--- Begin Message ---
Mathias Behrle wrote:
Package: bugzilla
Version: 2.22-2
[...]
In  header.html.tmpl are (remaining?) statements, that are pointing to
cgi-bin instead of webpath:

This bug has already been closed in the last package uploaded to sid: 2.22-4 (which is also in testing).

Please, when reporting a bug, take the time to make sure the bug still exists in the last package.

Reagrds,

--
Alexis Sukrieh


--- End Message ---

Reply via email to