diff --git a/mozilla/webtools/bugzilla/changepassword.cgi b/mozilla/webtools/bugzilla/changepassword.cgi index 4a12b67f566..da9429b8ab0 100755 --- a/mozilla/webtools/bugzilla/changepassword.cgi +++ b/mozilla/webtools/bugzilla/changepassword.cgi @@ -124,9 +124,8 @@ SendSQL("update profiles set emailnotification='$::FORM{'emailnotification'}' wh PutHeader("Preferences updated."); - - print " Your preferences have been updated. -

-Back to query page.\n"; +

"; +navigation_header(); + diff --git a/mozilla/webtools/bugzilla/globals.pl b/mozilla/webtools/bugzilla/globals.pl index 94a4f740269..b667f48adbe 100644 --- a/mozilla/webtools/bugzilla/globals.pl +++ b/mozilla/webtools/bugzilla/globals.pl @@ -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"; } } } diff --git a/mozilla/webtools/bugzilla/help.html b/mozilla/webtools/bugzilla/help.html index 0d7244df252..4896fbd2a3c 100644 --- a/mozilla/webtools/bugzilla/help.html +++ b/mozilla/webtools/bugzilla/help.html @@ -53,3 +53,10 @@ reporter area bug_file_loc short_desc +


+

Browser Notes

+

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. + diff --git a/mozilla/webtools/bugzilla/index.html b/mozilla/webtools/bugzilla/index.html index 7cef3c1e2cc..ba9a0a7ee2a 100644 --- a/mozilla/webtools/bugzilla/index.html +++ b/mozilla/webtools/bugzilla/index.html @@ -67,10 +67,13 @@ bugzilla. But it all boils down to a choice of:
-Go to the query page to start.
-Enter a new bug
-Bug reports
+Query existing bug reports
+Enter a new bug report
+Get summary reports
+

Open a new Bugzilla account
+Forget the currently stored login
+Change password or user preferences

bug #
diff --git a/mozilla/webtools/bugzilla/relogin.cgi b/mozilla/webtools/bugzilla/relogin.cgi index 5ef523945c2..d1e2700aa71 100755 --- a/mozilla/webtools/bugzilla/relogin.cgi +++ b/mozilla/webtools/bugzilla/relogin.cgi @@ -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.

-Back to the query page. "; +navigation_header(); + exit; -# The below was a different way, that prompted you for a login right then. - -# catch {unset COOKIE(Bugzilla_login)} -# catch {unset COOKIE(Bugzilla_password)} -# confirm_login - -# puts "Content-type: text/html\n" -# puts "

OK, logged in.

" -# puts "You are now logged in as $COOKIE(Bugzilla_login)." -# puts "

" -# puts "Back to the query page." -