summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/using.xml
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-04-04 13:47:42 +0200
committerlpsolit%gmail.com <>2008-04-04 13:47:42 +0200
commit15a11fc740e733e1686f7eca58335ccc37880f89 (patch)
treea8467f8376b390637ed2fc7e7b057cc21cc03e7e /docs/en/xml/using.xml
parent17d65655b38c177a0db193fc1017f5131313cd20 (diff)
downloadbugzilla-15a11fc740e733e1686f7eca58335ccc37880f89.tar.gz
bugzilla-15a11fc740e733e1686f7eca58335ccc37880f89.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/en/xml/using.xml')
-rw-r--r--docs/en/xml/using.xml77
1 files changed, 10 insertions, 67 deletions
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 @@
<section id="query">
<title>Searching for Bugs</title>
- <para>The Bugzilla Search page is the interface where you can find
+ <para>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:
<ulink url="&landfillbase;query.cgi"/>.</para>
@@ -796,76 +796,27 @@
<section id="userpreferences">
<title>User Preferences</title>
- <para>Once you have logged in, you can customise various aspects of
+ <para>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:</para>
- <section id="accountpreferences" xreflabel="Account Preferences">
- <title>Account Preferences</title>
+ <section id="accountsettings" xreflabel="Account Settings">
+ <title>Account Settings</title>
<para>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
<emphasis>current</emphasis>
- password into the
+ password into the
<quote>Password</quote>
- 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.</para>
</section>
- <section id="generalpreferences" xreflabel="General Preferences">
- <title>General Preferences</title>
-
- <para>
- This tab allows you to change several Bugzilla behavior.
- </para>
-
- <itemizedlist spacing="compact">
- <listitem>
- <para>
- Field separator character for CSV files -
- This controls separator character used in CSV formatted Bug List.
- </para>
- </listitem>
- <listitem>
- <para>
- 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.
- </para>
- </listitem>
- <listitem>
- <para>
- Add individual bugs to saved searches - this controls
- whether you can add individual bugs to saved searches
- or you can't.
- </para>
- </listitem>
- <listitem>
- <para>
- When viewing a bug, show comments in this order -
- This controls the order of comments, you can select below:
- <simplelist>
- <member>Initial description, comment 1, comment 2, ...</member>
- <member>Initial description, last comment, ..., comment 2, comment 1.</member>
- <member>Initial last comment, ..., comment 2, comment 1, description.</member>
- </simplelist>
- </para>
- </listitem>
- <listitem>
- <para>
- 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.
- </para>
- </listitem>
- </itemizedlist>
- </section>
-
- <section id="emailpreferences">
- <title>Email Preferences</title>
+ <section id="emailsettings">
+ <title>Email Settings</title>
<para>
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
<filename>data/nomail</filename> 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.
</para>
</note>
@@ -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).
</para>
-
- <para>
- 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.
- </para>
</section>
<section id="whining">