From 60b331bc2a1d89296f5c57df34171db3b3eca409 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 2 Oct 2002 05:41:03 +0000 Subject: Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; r=burnus. --- template/en/default/global/code-error.html.tmpl | 5 +++ template/en/default/global/user-error.html.tmpl | 50 ++++++++++++++++++++++++- 2 files changed, 53 insertions(+), 2 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 0f767ded8..ecc222484 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -84,6 +84,11 @@ The custom sort order specified in your form submission contains an invalid column name [% fragment FILTER html %]. + [% ELSIF error == "invalid_component" %] + [% title = "Invalid Component" %] + The [% component FILTER html %] component doesn't exist in the + [% product FILTER html %] product. + [% 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 10c50cc9e..fd9ffe09b 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -147,6 +147,11 @@ [% title = "Email Address Email Address Confirmation Failed" %] Email address confirmation failed. + [% ELSIF error == "entry_access_denied" %] + [% title = "Permission Denied" %] + Sorry; you do not have the permissions necessary to enter a bug against + the [% product FILTER html %] product. + [% ELSIF error == "file_not_specified" %] [% title = "No File Specified" %] You did not specify a file to attach. @@ -272,6 +277,11 @@ [% title = "Invalid Username Or Password" %] The username or password you entered is not valid. + [% ELSIF error == "ldap_cant_create_account" %] + [% title = "Can't create LDAP accounts" %] + This site is using LDAP for authentication. Please contact + an LDAP administrator to get a new account created. + [% ELSIF error == "login_needed_for_password_change" %] [% title = "Login Name Required" %] You must enter a login name when requesting to change your password. @@ -316,10 +326,16 @@ [% ELSIF error == "need_component" %] [% title = "Component Required" %] - You must specify a component to help determine the new owner of these bugs. + You must specify a component to help determine the new owner of these bugs. + [% ELSIF error == "need_product" %] [% title = "Product Required" %] - You must specify a product to help determine the new owner of these bugs. + You must specify a product to help determine the new owner of these bugs. + + [% ELSIF error == "need_quip" %] + [% title = "Quip Required" %] + Please enter a quip in the text field. + [% ELSIF error == "no_bugs_chosen" %] [% title = "No Bugs Chosen" %] You apparently didn't choose any bugs to modify. @@ -329,6 +345,17 @@ You cannot change the component for a list of bugs covering more than one product. + [% ELSIF error == "no_components" %] + [% title = "No Components" %] + Sorry; there needs to be at least one component for this product in order + to create a new bug. + [% IF UserInGroup("editcomponents") %] + Create a new component. + [% ELSE %] + Please contact [% Param("maintainer") %], giving the name of + the product in which you tried to create a new bug. + [% END %] + [% ELSIF error == "no_dupe_stats" %] [% title = "Cannot Find Duplicate Statistics" %] There are no duplicate statistics for today ([% today %]) or yesterday. @@ -347,6 +374,11 @@ There are no duplicate statistics for today ([% today %]), and an error occurred opening yesterday's dupes file: [% error_msg FILTER html %]. + [% ELSIF error == "no_html_in_quips" %] + [% title = "No HTML In Quips" %] + Sorry - for security reasons, support for HTML tags has been turned off + in quips. + [% ELSIF error == "no_new_quips" %] [% title = "No New Quips" %] This site does not permit the addition of new quips. @@ -355,6 +387,11 @@ [% title = "No Page Specified" %] You did not specify the id of a page to display. + [% ELSIF error == "no_products" %] + [% title = "No Products" %] + Either no products have been defined to enter bugs against or you have not + been given access to any. + [% ELSIF error == "patch_too_large" %] [% title = "File Too Large" %] The file you are trying to attach is [% filesize %] kilobytes (KB) in size. @@ -383,10 +420,19 @@ 100 users. Enter more of the name to bring the number of matches down to a reasonable amount. + [% ELSIF error == "require_component" %] + [% title = "Component Needed" %] + You must choose a component to file this bug in. If necessary, + just guess. + [% ELSIF error == "require_new_password" %] [% title = "New Password Needed" %] You cannot change your password without submitting a new one. + [% ELSIF error == "require_summary" %] + [% title = "Summary Needed" %] + You must enter a summary for this bug. + [% ELSIF error == "token_inexistent" %] [% title = "Token Does Not Exist" %] The token you submitted does not exist, has expired, or has -- cgit v1.2.3-24-g4f1b