From 35f99bbebf22b711ba24d15377f2de2a73eff2c4 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 29 Mar 2010 14:14:14 -0700 Subject: Bug 554986: Add a "notmatches" search type, which allows the minus sign operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit --- template/en/default/global/code-error.html.tmpl | 3 --- template/en/default/global/field-descs.none.tmpl | 1 + template/en/default/list/list.html.tmpl | 2 +- template/en/default/search/boolean-charts.html.tmpl | 1 + 4 files changed, 3 insertions(+), 4 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 7d2fa3533..1819a4f96 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -422,9 +422,6 @@ An error occurred while preparing for a RADIUS authentication request: [% errstr FILTER html %]. - [% ELSIF error == "unknown_comparison_type" %] - Specified comparison type is not supported. - [% ELSIF error == "request_queue_group_invalid" %] The group field [% group FILTER html %] is invalid. diff --git a/template/en/default/global/field-descs.none.tmpl b/template/en/default/global/field-descs.none.tmpl index 6c6b93a9f..bbe1aba7b 100644 --- a/template/en/default/global/field-descs.none.tmpl +++ b/template/en/default/global/field-descs.none.tmpl @@ -49,6 +49,7 @@ "changedto" => "changed to", "changedby" => "changed by", "matches" => "matches", + "notmatches" => "does not match", } %] [% field_types = { ${constants.FIELD_TYPE_UNKNOWN} => "Unknown Type", diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 4431a52f3..4743d260d 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -85,7 +85,7 @@ 'notequals', 'regexp', 'notregexp', 'lessthan', 'lessthaneq', 'greaterthan', 'greaterthaneq', 'changedbefore', 'changedafter', 'changedfrom', 'changedto', 'changedby', 'notsubstring', 'nowords', - 'nowordssubstr', + 'nowordssubstr', 'notmatches', ] %]