WebZ
Fixes for Netscape 6 Compatibility
This document describes the contents of the .tar file that contains bug
fixes necessary for WebZ to operate properly with Netscape 6 (see BR123
on the Known Bug List by Detailed Description -- Part II). The top section
lists the contents of the .tar file for both SiteSearch 4.1.0 and SiteSearch
4.1.1. The bottom section indicates the modified line(s) in each file.
The links in the top section jump to the detailed information about the
file's changes in the bottom section.
.tar
File Contents
<WebZ_root>/ORG/oclc/fmts/rules/
AddSaveButton.class
AddSaveButton.java
<WebZ_root>/classes/ORG/oclc/gadgets/
FormatRecordsAndAttachHoldings.class
FormatRecordsAndAttachHoldings.java
RecordHoldings.class
RecordHoldings.java
RefineScreen.class
RefineScreen.java
SearchTabbar.class
SearchTabbar.java
ThesTreeDisplay.class
ThesTreeDisplay.java
<WebZ_root>/classes/ORG/oclc/obi/
currentstate.class
currentstate.java
initialize.class
initialize.java
resultsframescreen.class
resultsframescreen.java
<WebZ_root>/classes/ORG/oclc/obi/extverb/
TermFinderQuery.class
TermFinderQuery.java
ThesaurusQuery.class
ThesaurusQuery.java
TopicQuery.class
TopicQuery.java
<WebZ_root>/htdocs/obiv1/error/
authofail.html
<WebZ_root>/htdocs/obiv1/html/
advancedsearch.html
authorize.html
scansearch.html
search.html
Modifications
to Each File
<WebZ_root>/fmts/rules/
Changed : to ?
in this file in the line indicated:
AddSaveButton.java |
|
Line
131: |
|
< |
fmtUtil.addText("<a
href=\"/WebZ/BookMark?&context;?action=delete");
|
<WebZ_root>/classes/ORG/oclc/gadgets/
Changed : to ?
in each file in the lines indicated:
FormatRecordsAndAttachHoldings.java |
|
Line
170: |
|
|
command = "/QUERY?tdbname="
+ zDb.holdingsDb() + |
RecordHoldings.java |
|
Line
157: |
|
|
command = "/QUERY?tdbname="
+ zDb.holdingsDb() + |
RefineScreen.java |
|
Line
114: |
|
|
msgBuffer.append("<form
method=\"POST\" action=\"&StyleTable.DEFAULTS.NAMESPACE;QUERY?
&context;\" &StyleTable.targets.searchResults;> " |
SearchTabbar.java |
|
Line
195: |
|
|
browsePage +=
"?active="+browseNotSupported; |
|
Line
231: |
|
|
voasPage +=
"?active="+voasNotSupported; |
|
Line
351: |
|
|
searchPage +
"?active="+activeSearchPage); |
|
Line
411: |
|
|
page = page
+ "?active="+i; |
ThesTreeDisplay.java |
|
Line
595: |
|
|
commands.addElement("QUERY?tdbname="
+ pDbname + ":numrecs=0:format=B:" |
|
Line
603: |
|
|
pTerms.append("QUERY?tdbname="); |
<WebZ_root>/classes/ORG/oclc/obi/
Changed : to ?
in each file in the lines indicated:
currentstate.java |
|
Line
99: |
|
|
(String)styles.get("anchors",
urlName)+"?&context;"); |
initialize.java |
|
Line
190: |
|
|
rMngr.makePostProcess("/INIT?dbname="
+ defaultDbname); |
resultsframescreen.java |
|
Line
104: |
|
|
pagename = namespace
+ "html/refine.html?&context;"; |
|
Line
106: |
|
|
pagename = namespace
+ pagename + "?&context;"; |
|
Line
108: |
|
|
pagename +=
"?&context;"; |
|
Line
176: |
|
|
pagename = namespace
+ "html/results.html?&context;"; |
|
Line
179: |
|
|
pagename = namespace
+ pagename + "?&context;"; |
|
Line
181: |
|
|
pagename +=
"?&context;"; |
<WebZ_root>/classes/ORG/oclc/obi/extverb/
Changed : to ?
in each file in the lines indicated:
TermFinderQuery.java |
|
Line
205: |
|
|
command.append(widgets.toString("=",
"?", true)); |
|
Line
246: |
|
|
command.append("/FETCH?"); |
ThesaurusQuery.java |
|
Line
74: |
|
|
command.append("/FETCH?"); |
TopicQuery.java |
|
Line
85: |
|
|
searchPage +=
"?active=" + active; |
<WebZ_root>/htdocs/obiv1/error/
Removed : after
"Authorize" in this file in the line indicated:
authofail.html |
|
Line
16: |
|
|
<form
method="POST" action="&StyleTable.DEFAULTS.NAMESPACE;Authorize?&context;">
|
<WebZ_root>/htdocs/obiv1/html/
Changed : to ?
in this file in the line indicated:
authorize.html |
|
Line
80: |
|
< |
a href="&StyleTable.DEFAULTS.NAMESPACE;currentstate?&context;">
|
Changed vertical
alignment from "top" to "center" in these files in
the lines indicated:
advancedsearch.html |
|
Line
43: |
|
|
<tr valign="center">
|
scansearch.html |
|
Line
42: |
|
|
<tr valign="center"
width="603"> |
search.html |
|
Line
44: |
|
|
<tr valign="center"
width="603"> |
See
Also
Record
Builder Fixes for Netscape 6 Compatibility
|