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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
e214fe83
Commit
e214fe83
authored
Aug 02, 2010
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 581622: When a quicksearch includes the "content" field, it is limited to 200 bugs
r/a=mkanat
parent
dac48ba3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
11 deletions
+0
-11
Constants.pm
Bugzilla/Constants.pm
+0
-6
buglist.cgi
buglist.cgi
+0
-1
messages.html.tmpl
template/en/default/global/messages.html.tmpl
+0
-4
No files found.
Bugzilla/Constants.pm
View file @
e214fe83
...
...
@@ -113,8 +113,6 @@ use Memoize;
GLOBAL_EVENTS
EVT_FLAG_REQUESTED EVT_REQUESTED_FLAG
FULLTEXT_BUGLIST_LIMIT
ADMIN_GROUP_NAME
PER_PRODUCT_PRIVILEGES
...
...
@@ -369,10 +367,6 @@ use constant EVT_REQUESTED_FLAG => 101; # I have requested a flag
use
constant
GLOBAL_EVENTS
=>
EVT_FLAG_REQUESTED
,
EVT_REQUESTED_FLAG
;
# Number of bugs to return in a buglist when performing
# a fulltext search.
use
constant
FULLTEXT_BUGLIST_LIMIT
=>
200
;
# Default administration group name.
use
constant
ADMIN_GROUP_NAME
=>
'admin'
;
...
...
buglist.cgi
View file @
e214fe83
...
...
@@ -861,7 +861,6 @@ if (defined $cgi->param('limit')) {
}
}
elsif
(
$fulltext
)
{
$query
.=
" "
.
$dbh
->
sql_limit
(
FULLTEXT_BUGLIST_LIMIT
);
if
(
$cgi
->
param
(
'order'
)
&&
$cgi
->
param
(
'order'
)
=~
/^relevance/
)
{
$vars
->
{
'message'
}
=
'buglist_sorted_by_relevance'
;
}
...
...
template/en/default/global/messages.html.tmpl
View file @
e214fe83
...
...
@@ -150,10 +150,6 @@
[% ELSIF message_tag == "buglist_sorted_by_relevance" %]
[% terms.Bugs %] on this list are sorted by relevance, with the most
relevant [% terms.bugs %] at the top.
[% IF bugs.size == constants.FULLTEXT_BUGLIST_LIMIT %]
Only the [% constants.FULLTEXT_BUGLIST_LIMIT FILTER html %]
most relevant [% terms.bugs %] are shown.
[% END %]
[% ELSIF message_tag == "change_columns" %]
[% title = "Change columns" %]
...
...
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