summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-09-29 06:44:24 +0200
committergerv%gerv.net <>2002-09-29 06:44:24 +0200
commit8a9666557189baca9f404da532f17359b419621e (patch)
treea5e55ee6184f287d7f54410b1226b9dfc7a5fce4 /template
parent07d9826a90f7efb3d31f9001d5fb26d2db5511dc (diff)
downloadbugzilla-8a9666557189baca9f404da532f17359b419621e.tar.gz
bugzilla-8a9666557189baca9f404da532f17359b419621e.tar.xz
Bug 163114 - Templatise all calls to DisplayError. Patch B. Patch by gerv; r=burnus.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/code-error.html.tmpl11
-rw-r--r--template/en/default/global/user-error.html.tmpl68
2 files changed, 73 insertions, 6 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 1981364f1..dbe4a1732 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -73,6 +73,17 @@
The attachment number of one of the attachments you wanted to obsolete,
[% attach_id FILTER html %], is invalid.
+ [% ELSIF error == "invalid_column_name_cookie" %]
+ [% title = "Invalid Column Name" %]
+ The custom sort order specified in your cookie contains an invalid
+ column name <em>[% fragment FILTER html %]</em>.
+ The cookie has been cleared.
+
+ [% ELSIF error == "invalid_column_name_form" %]
+ [% title = "Invalid Column Name" %]
+ The custom sort order specified in your form submission contains an
+ invalid column name <em>[% fragment FILTER html %]</em>.
+
[% ELSIF error == "mismatched_bug_ids_on_obsolete" %]
Attachment [% attach_id FILTER html %] ([% description FILTER html %])
is attached to bug [% attach_bug_id FILTER html %], but you tried to
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index c9dca30d4..593c8bede 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -81,7 +81,17 @@
[% ELSIF error == "attachment_access_denied" %]
[% title = "Access Denied" %]
- You are not permitted access to this attachment.
+ You are not authorized to access this attachment.
+
+ [% ELSIF error == "bug_access_denied" %]
+ [% title = "Access Denied" %]
+ You are not authorized to access bug #[% bug_id %].
+
+ [% ELSIF error == "bug_access_query" %]
+ [% title = "Access Denied" %]
+ You are not authorized to access bug #[% bug_id %]. To see this bug, you
+ must first <a href="show_bug.cgi?id=[% bug_id %]&amp;GoAheadAndLogIn=1">log
+ in to an account</a> with the appropriate permissions.
[% ELSIF error == "buglist_parameters_required" %]
[% title = "Parameters Required" %]
@@ -98,6 +108,10 @@
You have to specify a <b>comment</b> on this change.
Please give some words on the reason for your change.
+ [% ELSIF error == "comment_too_long" %]
+ [% title = "Comment Too Long" %]
+ Comments cannot be longer than 65,535 characters.
+
[% ELSIF error == "dependency_loop_multi" %]
[% title = "Dependency Loop Detected" %]
The following bug(s) would appear on both the "depends on"
@@ -192,11 +206,38 @@
[% title = "Your Query Makes No Sense" %]
The only legal values for the <em>Attachment is obsolete</em> field are
0 and 1.
-
+
+ [% ELSIF error == "illegal_query_name" %]
+ [% title = "Illegal Query Name" %]
+ The name of your query cannot contain any of the following characters:
+ &lt;, &gt;, &amp;.
+
+ [% ELSIF error == "insufficient_privs_for_multi" %]
+ [% title = "Insufficient Privileges" %]
+ Sorry, you do not have sufficient privileges to edit multiple bugs.
+
[% ELSIF error == "invalid_attach_id" %]
[% title = "Invalid Attachment ID" %]
The attachment id [% attach_id FILTER html %] is invalid.
+ [% ELSIF error == "invalid_bug_id" %]
+ [% title = "Invalid Bug ID" %]
+ The bug id [% bug_id FILTER html %] is invalid.
+
+ [% ELSIF error == "invalid_bug_id_non_existent" %]
+ [% title = "Invalid Bug ID" %]
+ Bug #[% bug_id %] does not exist.
+
+ [% ELSIF error == "invalid_bug_id_or_alias" %]
+ [% title = "Invalid Bug ID" %]
+ The 'bug number' <em>[% bug_id FILTER html %]</em> is invalid.
+ [% IF Param("usebugaliases") %]
+ It is neither a bug number nor an alias to a bug number.
+ [% END %]
+ If you are trying to use QuickSearch, you need to enable JavaScript
+ in your browser. To help us fix this limitation, add your comments to
+ <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=70907">bug 70907</a>.
+
[% ELSIF error == "invalid_content_type" %]
[% title = "Invalid Content-Type" %]
The content type <em>[% contenttype FILTER html %]</em> is invalid.
@@ -204,10 +245,6 @@
is either <em>application, audio, image, message, model, multipart,
text,</em> or <em>video</em>.
- [% ELSIF error == "invalid_bug_id" %]
- [% title = "Invalid Bug ID" %]
- The bug id [% bug_id FILTER html %] is invalid.
-
[% ELSIF error == "invalid_product_name" %]
[% title = "Invalid Product Name" %]
The product name '[% product FILTER html %]' is invalid or does not exist.
@@ -217,6 +254,10 @@
The name <tt>[% name FILTER html %]</tt> is not a valid username.
Either you misspelled it, or the person has not
registered for a Bugzilla account.
+
+ [% ELSIF error == "invalid_username_or_password" %]
+ [% title = "Invalid Username Or Password" %]
+ The username or password you entered is not valid.
[% ELSIF error == "milestone_required" %]
[% title = "Milestone Required" %]
@@ -240,11 +281,22 @@
either <em>auto-detect</em>, <em>select from list</em>, or <em>enter
manually</em>.
+ [% ELSIF error == "missing_cookie" %]
+ [% title = "Missing Cookie" %]
+ Sorry, I seem to have lost the cookie that recorded
+ the results of your last search. I'm afraid you will have to start
+ again on the <a href="query.cgi">search page</a>.
+
[% ELSIF error == "missing_email_type" %]
[% title = "Your Query Makes No Sense" %]
You must specify one or more fields in which to search for
<tt>[% email %]</tt>.
+ [% ELSIF error == "missing_query" %]
+ [% title = "Missing Query" %]
+ The query named <em>[% queryname FILTER html %]</em> seems to no longer
+ exist.
+
[% ELSIF error == "need_component" %]
[% title = "Component Required" %]
You must specify a component to help determine the new owner of these bugs.
@@ -292,6 +344,10 @@
Patches cannot be more than [% Param('maxpatchsize') %] KB in size.
Try breaking your patch into several pieces.
+ [% ELSIF error == "query_name_missing" %]
+ [% title = "No Query Name Specified" %]
+ You must enter a name for your query.
+
[% ELSIF error == "reassign_to_empty" %]
[% title = "Illegal Reassignment" %]
You cannot reassign to a bug to nobody. Unless you