From eecae3428bd4d6880b7ec872fd5216e0ffecf1c8 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Fri, 4 Apr 2008 06:52:37 +0000 Subject: [PATCH] Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patch by Marc Schumann r=wicked a=myk git-svn-id: svn://10.0.0.236/trunk@249385 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/docs/en/xml/security.xml | 10 +--------- mozilla/webtools/bugzilla/docs/en/xml/using.xml | 7 ++++--- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/mozilla/webtools/bugzilla/docs/en/xml/security.xml b/mozilla/webtools/bugzilla/docs/en/xml/security.xml index c5b10af1240..9da345b2603 100644 --- a/mozilla/webtools/bugzilla/docs/en/xml/security.xml +++ b/mozilla/webtools/bugzilla/docs/en/xml/security.xml @@ -1,5 +1,5 @@ - + Bugzilla Security @@ -207,14 +207,6 @@ skip-networking - - But allow: - - localconfig.js - localconfig.rdf - - - diff --git a/mozilla/webtools/bugzilla/docs/en/xml/using.xml b/mozilla/webtools/bugzilla/docs/en/xml/using.xml index 720f461e9dc..5a11730cccf 100644 --- a/mozilla/webtools/bugzilla/docs/en/xml/using.xml +++ b/mozilla/webtools/bugzilla/docs/en/xml/using.xml @@ -725,11 +725,12 @@ summary and status whiteboard of a bug; adding ":BazProduct" would search only in that product. + You can use it to find a bug by its number or its alias, too. - You'll find the Quicksearch box on Bugzilla's - front page, along with a - Help + You'll find the Quicksearch box in Bugzilla's footer area. + On Bugzilla's front page, there is an additional + Help link which details how to use it.