Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
ea0c5024
Commit
ea0c5024
authored
Apr 20, 2016
by
Albert Ting
Committed by
David Lawrence
Apr 20, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 542239 - Accept pronouns everywhere in query.cgi
r=dkl,a=dkl
parent
a868b88d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Search.pm
Bugzilla/Search.pm
+2
-1
form.html.tmpl
template/en/default/search/form.html.tmpl
+1
-1
No files found.
Bugzilla/Search.pm
View file @
ea0c5024
...
...
@@ -1628,7 +1628,8 @@ sub _special_parse_email {
my
$email
=
trim
(
$params
->
{
"email$id"
});
next
if
!
$email
;
my
$type
=
$params
->
{
"emailtype$id"
}
||
'anyexact'
;
$type
=
"anyexact"
if
$type
eq
"exact"
;
# for backward compatibility
$type
=
"equals"
if
$type
eq
"exact"
;
my
$or_clause
=
new
Bugzilla::Search::
Clause
(
'OR'
);
foreach
my
$field
(
qw(assigned_to reporter cc qa_contact)
)
{
...
...
template/en/default/search/form.html.tmpl
View file @
ea0c5024
...
...
@@ -247,7 +247,7 @@ TUI_hide_default('information_query');
[% FOREACH qv = [
{ name => "substring", description => "contains" },
{ name => "notsubstring", description => "doesn't contain" },
{ name => "e
xact
", description => "is" },
{ name => "e
quals
", description => "is" },
{ name => "notequals", description => "is not" },
{ name => "regexp", description => "matches regexp" },
{ name => "notregexp", description => "doesn't match regexp" } ] %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment