Latest version of compiled docs (picking up recent SGML changes).

git-svn-id: svn://10.0.0.236/trunk@112476 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jake%acutex.net
2002-01-18 23:27:01 +00:00
parent b3500ab834
commit d84d21016e
70 changed files with 8661 additions and 5243 deletions

View File

@@ -19,7 +19,7 @@ REL="NEXT"
TITLE="Hacking Bugzilla"
HREF="bzhacking.html"></HEAD
><BODY
CLASS="SECTION"
CLASS="section"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
@@ -66,30 +66,30 @@ HREF="bzhacking.html"
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECTION"
CLASS="section"
><H1
CLASS="SECTION"
CLASS="section"
><A
NAME="QUICKSEARCH"
NAME="quicksearch"
>D.4. The Quicksearch Utility</A
></H1
><P
> Quicksearch is a new, experimental feature of the 2.12 release.
>&#13; Quicksearch is a new, experimental feature of the 2.12 release.
It consist of two Javascript files, "quicksearch.js" and
"localconfig.js", and two documentation files,
"quicksearch.html" and "quicksearchhack.html"
</P
><P
> The index.html page has been updated to include the QuickSearch
>&#13; The index.html page has been updated to include the QuickSearch
text box.
</P
><P
> To take full advantage of the query power, the Bugzilla
>&#13; To take full advantage of the query power, the Bugzilla
maintainer must edit "localconfig.js" according to the value
sets used in the local installation.
</P
><P
> Currently, keywords must be hard-coded in localconfig.js. If
>&#13; Currently, keywords must be hard-coded in localconfig.js. If
they are not, keywords are not automatically recognized. This
means, if localconfig.js is left unconfigured, that searching
for a bug with the "foo" keyword will only find bugs with "foo"
@@ -97,7 +97,7 @@ NAME="QUICKSEARCH"
but not those with the keyword "foo".
</P
><P
> Workarounds for Bugzilla users:
>&#13; Workarounds for Bugzilla users:
<P
></P
><TABLE
@@ -120,7 +120,7 @@ BORDER="0"
>
</P
><P
> When this tool is ported from client-side JavaScript to
>&#13; When this tool is ported from client-side JavaScript to
server-side Perl, the requirement for hard-coding keywords can
be fixed. <A
HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=70907"