summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-10-17 08:09:26 +0200
committergerv%gerv.net <>2002-10-17 08:09:26 +0200
commit7d49572502f78d54ba400392d78da146f401f5a4 (patch)
treef6cd8860185d52f5fccf6ec4011a6e554c07c98a /template/en/default/global/code-error.html.tmpl
parentaa96bd6f2a1c177505b39cd9cf9086803499a0a5 (diff)
downloadbugzilla-7d49572502f78d54ba400392d78da146f401f5a4.tar.gz
bugzilla-7d49572502f78d54ba400392d78da146f401f5a4.tar.xz
Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz.
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl21
1 files changed, 21 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 15db7d125..beca23562 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -48,10 +48,31 @@
Attachment #[% attachid FILTER html %] ([% description FILTER html %])
is already obsolete.
+ [% ELSIF error == "chart_data_not_generated" %]
+ The tool which gathers bug counts has not been run yet.
+
+ [% ELSIF error == "chart_datafile_corrupt" %]
+ The chart data file [% file FILTER html %] is corrupt.
+
+ [% ELSIF error == "chart_dir_nonexistent" %]
+ One of the directories <tt>[% dir FILTER html %]</tt> and
+ <tt>[% graphdir FILTER html %]</tt> does not exist.
+
+ [% ELSIF error == "chart_file_open_fail" %]
+ Unable to open the chart datafile <tt>[% filename FILTER html %]</tt>.
+
+ [% ELSIF error == "chart_lines_not_installed" %]
+ Charts will not work without the Chart::Lines Perl module being installed.
+ Run checksetup.pl for installation instructions.
+
[% ELSIF error == "field_type_mismatch" %]
Cannot seem to handle <code>[% field %]</code>
and <code>[% type %]</code> together.
+ [% ELSIF error == "gd_not_installed" %]
+ Charts will not work without the GD Perl module being installed.
+ Run checksetup.pl for installation instructions.
+
[% ELSIF error == "group_bit_invalid" %]
One of the group bits submitted was invalid.