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
7c36a999
Commit
7c36a999
authored
Aug 29, 1998
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keeping
that stuff in this database.
parent
0ae1eb8c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
29 deletions
+3
-29
buglist.cgi
buglist.cgi
+2
-16
colchange.cgi
colchange.cgi
+1
-1
query.cgi
query.cgi
+0
-12
No files found.
buglist.cgi
View file @
7c36a999
...
@@ -118,8 +118,6 @@ proc DefCol {name k t {s ""} {q 0}} {
...
@@ -118,8 +118,6 @@ proc DefCol {name k t {s ""} {q 0}} {
set needquote
(
$name
)
$q
set needquote
(
$name
)
$q
}
}
DefCol resolved_ts
"bugs.resolved_ts"
DateResolved bugs.resolved_ts
DefCol verified_ts
"bugs.verified_ts"
DateVerified bugs.verified_ts
DefCol opendate
"date_format(bugs.creation_ts,'Y-m-d')"
Opened bugs.creation_ts
DefCol opendate
"date_format(bugs.creation_ts,'Y-m-d')"
Opened bugs.creation_ts
DefCol changeddate
"date_format(bugs.delta_ts,'Y-m-d')"
Changed bugs.delta_ts
DefCol changeddate
"date_format(bugs.delta_ts,'Y-m-d')"
Changed bugs.delta_ts
DefCol severity
"substring(bugs.bug_severity, 1, 3)"
Sev bugs.bug_severity
DefCol severity
"substring(bugs.bug_severity, 1, 3)"
Sev bugs.bug_severity
...
@@ -186,7 +184,7 @@ if {[info exists FORM(sql)]} {
...
@@ -186,7 +184,7 @@ if {[info exists FORM(sql)]} {
set legal_fields
{
bug_id product version rep_platform op_sys bug_status
set legal_fields
{
bug_id product version rep_platform op_sys bug_status
resolution priority bug_severity assigned_to reporter
resolution priority bug_severity assigned_to reporter
bug_file_loc component
resolved_ts verified_ts
}
bug_file_loc component
}
foreach field
[
array
names FORM
]
{
foreach field
[
array
names FORM
]
{
if
{
[
lsearch
$legal
_fields
$field
]
!= -1 && !
[
cequal $FORM
(
$field
)
""
]}
{
if
{
[
lsearch
$legal
_fields
$field
]
!= -1 && !
[
cequal $FORM
(
$field
)
""
]}
{
...
@@ -197,18 +195,6 @@ if {[info exists FORM(sql)]} {
...
@@ -197,18 +195,6 @@ if {[info exists FORM(sql)]} {
qadd
"
\t\t
${or}
bugs.
$field
=
[
DBNameToIdAndCheck
$p
]
\n
"
qadd
"
\t\t
${or}
bugs.
$field
=
[
DBNameToIdAndCheck
$p
]
\n
"
set or
"or "
set or
"or "
}
}
}
else
if
{
$field
==
"resolved_ts"
}
{
if
{
!
[
cequal $FORM
(
resolved_ts_2
)
""
]}
{
qadd
"
\t\t
bugs.resolved_ts between
\n\t\t\t
TO_DATE('
$
FORM(
$field
)','DD-MON-YY') and
\n
\t\t\t
TO_DATE('
$
FORM(resolved_ts_2)', 'DD-MON-YY')
\n
"
}
else
{
qadd
"
\t\t
TO_CHAR (bugs.resolved_ts,'DD-MON-YY') = '
[
string
toupper $FORM
(
$field
)]
'
\n
"
}
}
else
if
{
$field
==
"verified_ts"
}
{
if
{
!
[
cequal $FORM
(
verified_ts_2
)
""
]}
{
qadd
"
\t\t
bugs.verified_ts between
\n\t\t\t
TO_DATE('
$
FORM(
$field
)','DD-MON-YY') and
\n
\t\t\t
TO_DATE('
$
FORM(verified_ts_2)', 'DD-MON-YY')
\n
"
}
else
{
qadd
"
\t\t
TO_CHAR (bugs.verified_ts,'DD-MON-YY') = '
[
string
toupper $FORM
(
$field
)]
'
\n
"
}
}
else
{
}
else
{
foreach v $MFORM
(
$field
)
{
foreach v $MFORM
(
$field
)
{
if
{[
cequal
$v
"(empty)"
]}
{
if
{[
cequal
$v
"(empty)"
]}
{
...
@@ -418,7 +404,7 @@ set env(TZ) PST8PDT
...
@@ -418,7 +404,7 @@ set env(TZ) PST8PDT
PutHeader
"Bug List"
"Bug List"
PutHeader
"Bug List"
"Bug List"
puts
-nonewline
"
puts
-nonewline
"
<CENTER>
<H1>M<font -= 2>OZILLA</font> B<font -= 2>UGS</font></H1>
<CENTER>
<B>
[
fmtclock
[
getclock
]]
</B>"
<B>
[
fmtclock
[
getclock
]]
</B>"
if
{[
info
exists FORM
(
debug
)]}
{
puts
"<PRE>
$query
</PRE>"
}
if
{[
info
exists FORM
(
debug
)]}
{
puts
"<PRE>
$query
</PRE>"
}
...
...
colchange.cgi
View file @
7c36a999
...
@@ -27,7 +27,7 @@ puts "Content-type: text/html"
...
@@ -27,7 +27,7 @@ puts "Content-type: text/html"
# they get displayed in.
# they get displayed in.
set
masterlist
{
opendate changeddate severity priority platform owner reporter status
set
masterlist
{
opendate changeddate severity priority platform owner reporter status
resolution component product version project os summary summaryfull
resolved_ts verified_ts
}
resolution component product version project os summary summaryfull
}
if
{[
info
exists FORM
(
rememberedquery
)]}
{
if
{[
info
exists FORM
(
rememberedquery
)]}
{
...
...
query.cgi
View file @
7c36a999
...
@@ -173,18 +173,6 @@ puts "
...
@@ -173,18 +173,6 @@ puts "
</tr>
</tr>
</table>
</table>
<table border=0><tr><td align=right>
<b><A HREF=
\"
bug_status.html#resolved_ts
\"
>Date Resolved</a>:</b> </td>
<td align=left><INPUT NAME=resolved_ts SIZE=9> (to <INPUT NAME=resolved_ts_2 SIZE=9>, optional)</td>
</tr>
<tr>
<td align=right><b><A HREF=
\"
bug_status.html#resolved_ts
\"
>Date Verified</a>:</b> </td>
<td align=left><INPUT NAME=verified_ts SIZE=9> (to <INPUT NAME=verified_ts_2 SIZE=9>, optional)
<font size=-1> date format: 24-FEB-98</font>
</td>
</tr>
</table>
<table border=0>
<table border=0>
<tr>
<tr>
<td align=right>Summary:</td>
<td align=right>Summary:</td>
...
...
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