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
a7277d49
Commit
a7277d49
authored
May 06, 1999
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added newlines to the end of some messages; the last line was getting
eaten sometimes.
parent
fab2e1c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
buglist.cgi
buglist.cgi
+10
-5
No files found.
buglist.cgi
View file @
a7277d49
...
@@ -73,7 +73,8 @@ CMD: for ($::FORM{'cmdtype'}) {
...
@@ -73,7 +73,8 @@ CMD: for ($::FORM{'cmdtype'}) {
Refresh: 0; URL=$url
Refresh: 0; URL=$url
<TITLE>What a hack.</TITLE>
<TITLE>What a hack.</TITLE>
Loading your query named <B>$::FORM{'namedcmd'}</B>..."
;
Loading your query named <B>$::FORM{'namedcmd'}</B>...
"
;
exit
;
exit
;
};
};
/^forgetnamed$/
&&
do
{
/^forgetnamed$/
&&
do
{
...
@@ -84,7 +85,8 @@ Content-type: text/html
...
@@ -84,7 +85,8 @@ Content-type: text/html
<TITLE>Forget what?</TITLE>
<TITLE>Forget what?</TITLE>
OK, the <B>$::FORM{'namedcmd'}</B> query is gone.
OK, the <B>$::FORM{'namedcmd'}</B> query is gone.
<P>
<P>
<A HREF=query.cgi>Go back to the query page.</A>"
;
<A HREF=query.cgi>Go back to the query page.</A>
"
;
exit
;
exit
;
};
};
/^asnamed$/
&&
do
{
/^asnamed$/
&&
do
{
...
@@ -98,7 +100,8 @@ OK, you now have a new query named <B>$::FORM{'newqueryname'}</B>.
...
@@ -98,7 +100,8 @@ OK, you now have a new query named <B>$::FORM{'newqueryname'}</B>.
<P>
<P>
<A HREF=query.cgi>Go back to the query page.</A>"
;
<A HREF=query.cgi>Go back to the query page.</A>
"
;
}
else
{
}
else
{
print
"Content-type: text/html
print
"Content-type: text/html
...
@@ -107,7 +110,8 @@ OK, you now have a new query named <B>$::FORM{'newqueryname'}</B>.
...
@@ -107,7 +110,8 @@ OK, you now have a new query named <B>$::FORM{'newqueryname'}</B>.
Query names can only have letters, digits, spaces, or underbars. You entered
Query names can only have letters, digits, spaces, or underbars. You entered
\"<B>$::FORM{'newqueryname'}</B>\", which doesn't cut it.
\"<B>$::FORM{'newqueryname'}</B>\", which doesn't cut it.
<P>
<P>
Click the <B>Back</B> button and type in a valid name for this query."
;
Click the <B>Back</B> button and type in a valid name for this query.
"
;
}
}
exit
;
exit
;
};
};
...
@@ -121,7 +125,8 @@ OK, you now have a new default query.
...
@@ -121,7 +125,8 @@ OK, you now have a new default query.
<P>
<P>
<A HREF=query.cgi>Go back to the query page, using the new default.</A>"
;
<A HREF=query.cgi>Go back to the query page, using the new default.</A>
"
;
exit
;
exit
;
};
};
}
}
...
...
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