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
3a9a9253
Commit
3a9a9253
authored
Jun 15, 1999
by
bryce-mozilla%nextbus.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted minor UI cleanups (mostly putting navigation headers in, and
rewording "return to query page" for pages where that is not always true. Also add two options to the main index.html
parent
a59f3187
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
21 deletions
+19
-21
changepassword.cgi
changepassword.cgi
+3
-4
globals.pl
globals.pl
+1
-1
help.html
help.html
+7
-0
index.html
index.html
+6
-3
relogin.cgi
relogin.cgi
+2
-13
No files found.
changepassword.cgi
View file @
3a9a9253
...
...
@@ -124,9 +124,8 @@ SendSQL("update profiles set emailnotification='$::FORM{'emailnotification'}' wh
PutHeader
(
"Preferences updated."
);
print
"
Your preferences have been updated.
<p>
<a href=query.cgi>Back to query page.</a>\n"
;
<p>"
;
navigation_header
();
globals.pl
View file @
3a9a9253
...
...
@@ -346,7 +346,7 @@ sub GetVersionTable {
do
'data/versioncache'
;
if
(
!
defined
%::
versions
)
{
die
"Can't generate
version info; tell terry.
"
;
die
"Can't generate
file data/versioncache
"
;
}
}
}
...
...
help.html
View file @
3a9a9253
...
...
@@ -53,3 +53,10 @@ reporter area
bug_file_loc
short_desc
</PRE>
<HR>
<H1>
Browser Notes
</H1>
<P>
Bugzilla uses several non-standard Netscape extentions, but this does not seem
to case any problem with other browsers. The lynx browser does work, but lynx
seems to cache results of a .cgi. You'll sometimes need to press CONTROL-R to reload
the screen to see an update.
index.html
View file @
3a9a9253
...
...
@@ -67,10 +67,13 @@ bugzilla.
But it all boils down to a choice of:
<br>
<a
href=
"query.cgi"
>
Go to the query page to start.
</a><br>
<a
href=
"enter_bug.cgi"
>
Enter a new bug
</a><br>
<a
href=
"reports.cgi"
>
Bug reports
</a><br>
<a
href=
"query.cgi"
>
Query existing bug reports
</a><br>
<a
href=
"enter_bug.cgi"
>
Enter a new bug report
</a><br>
<a
href=
"reports.cgi"
>
Get summary reports
</a><br>
<p>
<a
href=
"createaccount.cgi"
>
Open a new Bugzilla account
</a><br>
<a
href=
"relogin.cgi"
>
Forget the currently stored login
</a><br>
<a
href=
"changepassword.cgi"
>
Change password or user preferences
</a><br>
<FORM
METHOD=
GET
ACTION=
show_bug.cgi
><INPUT
TYPE=
SUBMIT
VALUE=
"Find"
>
bug
#
<INPUT
NAME=
id
SIZE=
6
></FORM></TD>
...
...
relogin.cgi
View file @
3a9a9253
...
...
@@ -34,20 +34,9 @@ Content-type: text/html
The cookie that was remembering your login is now gone. The next time you
do an action that requires a login, you will be prompted for it.
<p>
<a href=query.cgi>Back to the query page.</a>
"
;
exit
;
# The below was a different way, that prompted you for a login right then.
navigation_header
();
# catch {unset COOKIE(Bugzilla_login)}
# catch {unset COOKIE(Bugzilla_password)}
# confirm_login
# puts "Content-type: text/html\n"
# puts "<H1>OK, logged in.</H1>"
# puts "You are now logged in as <b>$COOKIE(Bugzilla_login)</b>."
# puts "<p>"
# puts "<a href=query.cgi>Back to the query page.</a>"
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