From 7780ace7e977d39ef9c904697e355248becf192b Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 21 Feb 2006 20:40:46 +0000 Subject: Documentation patch for bug 41972: add user preferences documentation; patch by victory , r=vladd. --- docs/xml/using.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 57 insertions(+), 8 deletions(-) diff --git a/docs/xml/using.xml b/docs/xml/using.xml index a5118ecdb..497cf05ab 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -796,27 +796,76 @@
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 Settings +
+ Account Preferences 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.
-
- Email Settings +
+ 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 This tab controls the amount of email Bugzilla sends you. -- cgit v1.2.3-24-g4f1b