~ubuntu-branches/debian/sid/bugzilla/sid

« back to all changes in this revision

Viewing changes to template/en/default/reports/report-table.html.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Patrick Davies
  • Date: 2008-05-29 17:20:32 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080529172032-tddh964ztksxayjm
Tags: 3.0.4-0ubuntu1
* New upstream release (LP: #138886, #235701).
* Removed "CVS" directories and ".cvsignore" files from upstream tarball.
* Added patches/ubuntu_01_bugzilla_libpath.dpatch - newly updated as necessary
  version of old 01_libpath.dpatch patch.
* Added patches/01_debian_package_version.dpatch - replaces old patch
  01_VERSION.dpatch, simply changes the version of Bugzilla to show the
  Debian packaging's versioning.
* Added patches/ubuntu_05_makefile_install.dpatch - Use a Makefile to
  install Bugzilla to the correct locations. Based on Makefile in old
  package but in patch form.
* Removed 02_checksetup.dpatch - fixed upstream.
* Removed 101_Config.diff - upstream has changed codebase.
* Renamed 06_contrib.dpatch to ubuntu_02_contrib_shebang_fixes.dpatch -
  corrects 'shebangs' which point to /usr/local/bin/ to /usr/bin/.
* Renamed 08_showdependencygraph.dpatch to
  ubuntu_03_showdependencygraph_url_fixes.dpatch and updated code as
  necessary - fixes graph URL to make the webdot generation possible.
* Removed CVE-2007-0791.dpatch - applied to upstream code.
* Removed CVE-2007-4543.dpatch - applied to upstream code.
* Renamed 09_homelink.dpatch to ubuntu_04_fixed_homepage_linked.dpatch -
  upstream now has links in
  'template/en/default/global/common-links.html.tmpl' instead of
  'useful-links.html.tmpl'.
* Removed 03_webpath.dpatch - upstream has changed stylesheet layout.
* Updated 10_perl_scripts_shebang.dpatch and removed part on "globals.pl" -
  no longer in source.
* Removed Debian vhost support patches (see docs/html/multiple-bz-dbs.html
  for how to run multiple Bugzilla instances):
  - Removed 04_Config.pm.dpatch - duplicate patch and unable to adapt it to
    new upstream code.
  - Removed 07_virtualhosting.dpatch - duplicate patch of
    04_Config.pm.dpatch.
  - Removed 'debian/examples' - contained Apache VHost example setup files
    for Bugzilla.
  - Removed section about vhosts from README.Debian.
* debian/rules:
  - Removed rules for "vhost conf dir", "examples" and "101_Config.diff"
    installation rules.
  - Removed part about bugzilla-fr package.
  - Remved part about "whine.pl" - now in Makefile.
  - Added rules to check the setup with upstream's "checksetup.pl" script.
* debian/control:
  - Updated Standards-Version to 3.7.3.
  - Updated compatibity level and debhelper build dependency version to 6.
  - Added Homepage field to source package stanza.
  - Added part about seeing 'bugzilla' package for more info to
    'bugzilla-docs'.
  - Added libapache2-mod-perl2, libtemplate-perl, libmime-perl,
    libappconfig-perl, libdbd-mysql-perl, libtimedate-perl, libgd-gd2-perl,
    libgd-text-perl, libxml-twig-perl, perlmagick, libemail-send-perl,
    libemail-mime-modifier-perl, libchart-perl, libgd-graph-perl,
    libhtml-scrubber-perl, libdbi-perl, libfile-spec-perl, libgd-graph-perl,
    libgd-text-perl, libnet-ldap-perl, libxml-parser-perl: to build
    dependencies with the necessary versions as stated by upstream in
    docs/html/installation.html - in order to check packaging correctly with
    'checksetup.pl' in rules. Also updated the 'bugzilla' dependencies with
    the above (LP: #235461).
  - Removed dependencies on old "apache" packages as they are no longer in
    the archives.
  - Moved mail transport agents on 'bugzilla' from Depends to
    Suggests (LP: #156405).
* debian/copyright: Updated the downloaded from link.
* debian/bugzilla.docs: Added "QUICKSTART", "rel_notes.txt" and "UPGRADING"
  documentation from source tarball for inclusion in package.
* debian/bugzilla-doc.doc-base: Corrected some spelling mistakes.
* debian/bugzilla.postinst: Removed sections about 101_Config.diff.
* Changed 'X_BUGZILLA_SITE' in bugzilla.cron.daily and bugzilla.postinst to
  'PROJECT'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
[% row_field_disp = field_descs.$row_field || row_field %]
38
38
  
39
39
[% IF tbl == "-total-" %]
40
 
  [% urlbase = BLOCK %]buglist.cgi?[% buglistbase %]
 
40
  [% urlbase = BLOCK %]buglist.cgi?[% buglistbase FILTER html %]
41
41
  [% "&$tbl_vals" IF tbl_vals %][% END %]
42
42
[% ELSE %]
43
 
  [% urlbase = BLOCK %]buglist.cgi?[% buglistbase %]&
 
43
  [% urlbase = BLOCK %]buglist.cgi?[% buglistbase FILTER html %]&
44
44
  [% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %][% END %]
45
45
[% END %]
46
46
 
 
47
[% IF tbl_field %]
 
48
  <h2>[% tbl_disp FILTER html %]</h2>
 
49
[% END %]
 
50
 
47
51
<table>
48
 
  [% IF tbl_field %]
49
 
    <tr>
50
 
      <td>
51
 
      </td>
52
 
      <td align="center">        
53
 
        <h2>[% tbl_disp FILTER html %]</h2>
54
 
      </td>
55
 
    </tr>
56
 
  [% END %]  
57
52
  <tr>
58
53
    <td>
59
54
    </td>
88
83
          [% IF col_field == 'bug_status' %]
89
84
            [% status_descs.$col FILTER html FILTER replace('^ $','&nbsp;') %]
90
85
          [% ELSIF col_field == 'resolution' %]
91
 
            [% resolution_descs.$col FILTER html FILTER replace('^ $','&nbsp;') %]
 
86
            [% get_resolution(col) FILTER html FILTER replace('^ $','&nbsp;') %]
92
87
          [% ELSE %]
93
88
            [% col FILTER html FILTER replace('^ $','&nbsp;') %]
94
89
          [% END %]
109
104
        [% IF row_field == 'bug_status' %]
110
105
          [% status_descs.$row FILTER html FILTER replace('^ $','&nbsp;') %]
111
106
        [% ELSIF row_field == 'resolution' %]
112
 
          [% resolution_descs.$row FILTER html FILTER replace('^ $','&nbsp;') %]
 
107
          [% get_resolution(row) FILTER html FILTER replace('^ $','&nbsp;') %]
113
108
        [% ELSE %]
114
109
          [% row FILTER html FILTER replace('^ $','&nbsp;') %]
115
110
        [% END %]
154
149
          [% col_field FILTER url_quote %]=[% col FILTER url_quote %]
155
150
          [% "&amp;$row_vals" IF row_vals %]">
156
151
        [% col_totals.$col %]</a>
157
 
      <strong>
158
152
      </td> 
159
153
    [% END %]
160
154
    <td class="ttotal" align="right">