diff options
author | lpsolit%gmail.com <> | 2005-08-22 03:16:40 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-22 03:16:40 +0200 |
commit | f4966aeb0e7a655c986aeb285c1a220274ddbfd9 (patch) | |
tree | 70fc81865b58b54e97da10c8cc824ae9fb641672 /docs/xml | |
parent | d055246d2010e546bbad8c65d99496d53eee0bff (diff) | |
download | bugzilla-f4966aeb0e7a655c986aeb285c1a220274ddbfd9.tar.gz bugzilla-f4966aeb0e7a655c986aeb285c1a220274ddbfd9.tar.xz |
Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=myk
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/security.xml | 10 | ||||
-rw-r--r-- | docs/xml/using.xml | 7 |
2 files changed, 5 insertions, 12 deletions
diff --git a/docs/xml/security.xml b/docs/xml/security.xml index a638ae26a..e68577b4c 100644 --- a/docs/xml/security.xml +++ b/docs/xml/security.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: security.xml,v 1.6 2005/06/29 23:43:33 zach%zachlipton.com Exp $ --> +<!-- $Id: security.xml,v 1.7 2005/08/21 18:16:41 lpsolit%gmail.com Exp $ --> <chapter id="security"> <title>Bugzilla Security</title> @@ -207,14 +207,6 @@ skip-networking </simplelist> </para> </listitem> - <listitem> - <para>But allow: - <simplelist type="inline"> - <member><filename>localconfig.js</filename></member> - <member><filename>localconfig.rdf</filename></member> - </simplelist> - </para> - </listitem> </itemizedlist> </listitem> diff --git a/docs/xml/using.xml b/docs/xml/using.xml index 720f461e9..5a11730cc 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -725,11 +725,12 @@ summary and status whiteboard of a bug; adding "<filename>:BazProduct</filename>" would search only in that product. + You can use it to find a bug by its number or its alias, too. </para> - <para>You'll find the Quicksearch box on Bugzilla's - front page, along with a - <ulink url="../../quicksearch.html">Help</ulink> + <para>You'll find the Quicksearch box in Bugzilla's footer area. + On Bugzilla's front page, there is an additional + <ulink url="../../page.cgi?id=quicksearch.html">Help</ulink> link which details how to use it.</para> </section> |