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

« back to all changes in this revision

Viewing changes to template/en/default/pages/fields.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:
90
90
        </dt>
91
91
        <dd>
92
92
          This [% terms.bug %] was once resolved, but the resolution was 
93
 
          deemed incorrect. For example, a <b>[% status_descs.WORKSFORME FILTER html %]</b> [% terms.bug %] is
 
93
          deemed incorrect. For example, a <b>[% get_resolution("WORKSFORME") FILTER html %]</b> [% terms.bug %] is
94
94
          <b>[% status_descs.REOPENED FILTER html %]</b> when more information shows up and
95
95
          the [% terms.bug %] is now reproducible. From here [% terms.bugs %] are
96
96
          either marked <b>[% status_descs.ASSIGNED FILTER html %]</b> or <b>[% status_descs.RESOLVED FILTER html %]</b>.
148
148
    <td>
149
149
      <dl>
150
150
        <dt>
151
 
          <b>[% resolution_descs.FIXED FILTER html %]</b>
 
151
          <b>[% get_resolution("FIXED") FILTER html %]</b>
152
152
        </dt>
153
153
        <dd>
154
154
          A fix for this [% terms.bug %] is checked into the tree and 
156
156
        </dd>
157
157
 
158
158
        <dt>
159
 
          <b>[% resolution_descs.INVALID FILTER html %]</b>
 
159
          <b>[% get_resolution("INVALID") FILTER html %]</b>
160
160
        </dt>
161
161
        <dd>
162
162
          The problem described is not [% terms.abug %].
163
163
        </dd>
164
164
 
165
165
        <dt>
166
 
          <b>[% resolution_descs.WONTFIX FILTER html %]</b>
 
166
          <b>[% get_resolution("WONTFIX") FILTER html %]</b>
167
167
        </dt>
168
168
        <dd>
169
169
          The problem described is [% terms.abug %] which will never be 
171
171
        </dd>
172
172
 
173
173
        <dt>
174
 
         <b>[% resolution_descs.DUPLICATE FILTER html %]</b>
 
174
         <b>[% get_resolution("DUPLICATE") FILTER html %]</b>
175
175
        </dt>
176
176
        <dd>
177
177
          The problem is a duplicate of an existing [% terms.bug %].
181
181
        </dd>
182
182
 
183
183
        <dt>
184
 
          <b>[% resolution_descs.WORKSFORME FILTER html %]</b>
 
184
          <b>[% get_resolution("WORKSFORME") FILTER html %]</b>
185
185
        </dt>
186
186
        <dd>
187
187
          All attempts at reproducing this [% terms.bug %] were futile, 
191
191
        </dd>
192
192
 
193
193
        <dt>
194
 
          <b>[% resolution_descs.MOVED FILTER html %]</b>
 
194
          <b>[% get_resolution("MOVED") FILTER html %]</b>
195
195
        </dt>
196
196
        <dd>
197
197
          The problem was specific to a related product 
227
227
  </tr>
228
228
 
229
229
  <tr>
 
230
    <th>Normal</th>
 
231
 
 
232
    <td>regular issue, some loss of functionality under specific circumstances</td>
 
233
  </tr>
 
234
 
 
235
 
 
236
  <tr>
230
237
    <th>Minor</th>
231
238
 
232
239
    <td>minor loss of function, or other problem where easy
251
258
should be fixed. This field is utilized by the
252
259
programmers/engineers to prioritize their work to be done. The
253
260
available priorities range from <b>P1</b> (most important) to 
254
 
<b>P5</b> (least important.) 
 
261
<b>P5</b> (least important). 
255
262
 
256
263
 
257
264
<h2><a name="rep_platform">Platform</a></h2>