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
fd18dd28
Commit
fd18dd28
authored
Jan 16, 1999
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow querying of URL.
parent
182523cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
buglist.cgi
buglist.cgi
+2
-2
query.cgi
query.cgi
+5
-0
No files found.
buglist.cgi
View file @
fd18dd28
...
...
@@ -211,7 +211,7 @@ if (defined $::FORM{'sql'}) {
}
else
{
my
@legal_fields
=
(
"bug_id"
,
"product"
,
"version"
,
"rep_platform"
,
"op_sys"
,
"bug_status"
,
"resolution"
,
"priority"
,
"bug_severity"
,
"assigned_to"
,
"reporter"
,
"
bug_file_loc"
,
"
component"
);
"assigned_to"
,
"reporter"
,
"component"
);
foreach
my
$field
(
keys
%::
FORM
)
{
my
$or
=
""
;
...
...
@@ -259,7 +259,7 @@ Click the <B>Back</B> button and try again.";
}
}
foreach
my
$f
(
"short_desc"
,
"long_desc"
)
{
foreach
my
$f
(
"short_desc"
,
"long_desc"
,
"bug_file_loc"
)
{
if
(
defined
$::FORM
{
$f
})
{
my
$s
=
SqlQuote
(
trim
(
$::FORM
{
$f
}));
if
(
$s
ne
""
)
{
...
...
query.cgi
View file @
fd18dd28
...
...
@@ -210,6 +210,11 @@ print "
<td><input type=radio name=long_desc_type value=substr checked>Substring</td>
<td><input type=radio name=long_desc_type value=regexp>Regexp</td>
</tr>
<td align=right>URL:</td>
<td><input name=bug_file_loc size=30></td>
<td><input type=radio name=bug_file_loc_type value=substr checked>Substring</td>
<td><input type=radio name=long_desc_type value=regexp>Regexp</td>
</tr>
</table>
<p>
...
...
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