From 15a11fc740e733e1686f7eca58335ccc37880f89 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 4 Apr 2008 11:47:42 +0000 Subject: Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patch by Marc Schumann r=wicked a=myk --- docs/en/xml/using.xml | 77 +++++++-------------------------------------------- 1 file changed, 10 insertions(+), 67 deletions(-) (limited to 'docs/en/xml/using.xml') diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml index dc56e4f06..5a11730cc 100644 --- a/docs/en/xml/using.xml +++ b/docs/en/xml/using.xml @@ -290,7 +290,7 @@
Searching for Bugs - The Bugzilla Search page is the interface where you can find + The Bugzilla Search page is is the interface where you can find any bug report, comment, or patch currently in the Bugzilla system. You can play with it here: . @@ -796,76 +796,27 @@
User Preferences - Once you have logged in, you can customise various aspects of + Once you have logged in, you can customise various aspects of Bugzilla via the "Edit prefs" link in the page footer. The preferences are split into three tabs: -
- Account Preferences +
+ Account Settings On this tab, you can change your basic account information, including your password, email address and real name. For security - reasons, in order to change anything on this page you must type your + reasons, in order to change anything on this page you must type your current - password into the + password into the Password - field at the top of the page. + field at the top of the page. If you attempt to change your email address, a confirmation email is sent to both the old and new addresses, with a link to use to confirm the change. This helps to prevent account hijacking.
-
- General Preferences - - - This tab allows you to change several Bugzilla behavior. - - - - - - Field separator character for CSV files - - This controls separator character used in CSV formatted Bug List. - - - - - After changing bugs - This controls which bugs or no bugs - are shown in the page after you changed bugs. - You can select the bug you've changed this time, or the next - bug of the list. - - - - - Add individual bugs to saved searches - this controls - whether you can add individual bugs to saved searches - or you can't. - - - - - When viewing a bug, show comments in this order - - This controls the order of comments, you can select below: - - Initial description, comment 1, comment 2, ... - Initial description, last comment, ..., comment 2, comment 1. - Initial last comment, ..., comment 2, comment 1, description. - - - - - - Show a quip at the top of each bug list - This controls - whether a quip will be shown on the Bug list page or not. - - - -
- -
- Email Preferences +
+ Email Settings This tab controls the amount of email Bugzilla sends you. @@ -901,7 +852,7 @@ Your Bugzilla administrator can stop a user from receiving bugmail by adding the user's name to the data/nomail file. This is a drastic step - best taken only for disabled accounts, as it overrides + best taken only for disabled accounts, as it overrides the the user's individual mail preferences. @@ -1222,14 +1173,6 @@ appended to the flag name within parentheses. For example, if Jack asks Jill for review, it appears as Jack: review [ ? ] (Jill). - - - You can browse through open requests made of you and by you by selecting - 'My Requests' from the footer. You can also look at open requests limited - by other requesters, requestees, products, components, and flag names from - this page. Note that you can use '-' for requestee to specify flags with - 'no requestee' set. -
-- cgit v1.2.3-24-g4f1b