summaryrefslogtreecommitdiffstats
path: root/docs/xml/using.xml
diff options
context:
space:
mode:
authorgerv%gerv.net <>2004-01-16 08:54:28 +0100
committergerv%gerv.net <>2004-01-16 08:54:28 +0100
commit96a0037afe2fd59183fbc5028311f04f02b7d540 (patch)
treebf87d7a9a75b504b962b18cbe1f024e11a9efb27 /docs/xml/using.xml
parentcb5afb1ee1b4d8d2a71ce07fc9903423163bf049 (diff)
downloadbugzilla-96a0037afe2fd59183fbc5028311f04f02b7d540.tar.gz
bugzilla-96a0037afe2fd59183fbc5028311f04f02b7d540.tar.xz
Another pre-2.17.7 rev.
Diffstat (limited to 'docs/xml/using.xml')
-rw-r--r--docs/xml/using.xml73
1 files changed, 43 insertions, 30 deletions
diff --git a/docs/xml/using.xml b/docs/xml/using.xml
index 21614e740..27f745df5 100644
--- a/docs/xml/using.xml
+++ b/docs/xml/using.xml
@@ -3,14 +3,17 @@
<chapter id="using">
<title>Using Bugzilla</title>
- <para>This section contains information for end-users of Bugzilla.
- There is a Bugzilla test installation, called
- <ulink url="http://landfill.bugzilla.org/bugzilla-tip/">Landfill</ulink>,
- which you are welcome to play with (if it's up.)
- However, it does not necessarily
- have all Bugzilla features enabled, and runs an up-to-the-minute version,
- so some things may not quite work as this document describes.</para>
-
+ <section id="using-intro">
+ <title>Introduction</title>
+ <para>This section contains information for end-users of Bugzilla.
+ There is a Bugzilla test installation, called
+ <ulink url="http://landfill.bugzilla.org/bugzilla-tip/">Landfill</ulink>,
+ which you are welcome to play with (if it's up.)
+ However, it does not necessarily
+ have all Bugzilla features enabled, and runs an up-to-the-minute version,
+ so some things may not quite work as this document describes.</para>
+ </section>
+
<section id="myaccount">
<title>Create a Bugzilla Account</title>
@@ -296,6 +299,12 @@
of each bug.</member>
<member>
+ <emphasis>CSV:</emphasis>
+
+ get the buglist as comma-separated values, for import into e.g.
+ a spreadsheet.</member>
+
+ <member>
<emphasis>Change Columns:</emphasis>
change the bug attributes which appear in the list.</member>
@@ -313,11 +322,18 @@
Sends mail to the owners of all bugs on the list.</member>
<member>
- <emphasis>Edit this query:</emphasis>
+ <emphasis>Edit Search:</emphasis>
If you didn't get exactly the results you were looking for, you can
return to the Query page through this link and make small revisions
to the query you just made so you get more accurate results.</member>
+
+ <member>
+ <emphasis>Remember Search As:</emphasis>
+
+ You can give a search a name and remember it; a link will appear
+ in your page footer giving you quick access to run it again later.
+ </member>
</simplelist>
</para>
</section>
@@ -365,6 +381,24 @@
<para>Select "Commit" and send in your bug report.</para>
</listitem>
</orderedlist>
+
+ <para>Try to make sure that everything said in the summary is also
+ said in the first comment. Summaries are often updated and this will
+ ensure your original information is easily accessible.
+ </para>
+
+ <para>
+ You do not need to put "any" or similar strings in the URL field.
+ If there is no specific URL associated with the bug, leave this
+ field blank.
+ </para>
+
+ <para>If you feel a bug you filed was incorrectly marked as a
+ DUPLICATE of another, please question it in your bug, not
+ the bug it was duped to. Feel free to CC the person who duped it
+ if they are not already CCed.
+ </para>
+
</section>
<section id="patchviewer">
@@ -552,27 +586,6 @@
out of the bug.
</para>
</section>
-
- <section>
- <title>Filing Bugs</title>
-
- <para>Try to make sure that everything said in the summary is also
- said in the first comment. Summaries are often updated and this will
- ensure your original information is easily accessible.
- </para>
-
- <para>
- You do not need to put "any" or similar strings in the URL field.
- If there is no specific URL associated with the bug, leave this
- field blank.
- </para>
-
- <para>If you feel a bug you filed was incorrectly marked as a
- DUPLICATE of another, please question it in your bug, not
- the bug it was duped to. Feel free to CC the person who duped it
- if they are not already CCed.
- </para>
- </section>
</section>
<section id="userpreferences">