This checkin contains two fixes:

* Bug 191971 - The guide incorrectly stated that you could resolve a bug via email
* Provide an example of a glossary term in the document conventions section


git-svn-id: svn://10.0.0.236/trunk@137463 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jake%bugzilla.org
2003-02-06 02:45:40 +00:00
parent b8b4245d0a
commit 329d63ee04
27 changed files with 394 additions and 327 deletions

View File

@@ -134,6 +134,14 @@
</entry>
</row>
<row>
<entry>Term found in the glossary</entry>
<entry>
<glossterm linkend="gloss-bugzilla">Bugzilla</glossterm>
</entry>
</row>
<row>
<entry>Code Example</entry>

View File

@@ -118,7 +118,7 @@
</glossdef>
</glossentry>
<glossentry>
<glossentry id="gloss-bugzilla">
<glossterm>Bugzilla</glossterm>
<glossdef>

View File

@@ -1597,7 +1597,7 @@ AddHandler cgi-script .cgi
(either the Bugzilla directory or one of its parents).
</para>
<programlisting>
Options +ExecCGI
Options +ExecCGI
AllowOverride Limit
</programlisting>

View File

@@ -30,8 +30,9 @@
Bugzilla e-mail gateway with the subject of
<quote>[Bug XXXX]</quote>,
and you can have CVS check-in comments append to your Bugzilla bug. If
you have your check-in script include an @resolution field, you can even
change the Bugzilla bug state.</para>
you want to have the bug be closed automatically, you'll have to modify
the <filename>contrib/bugzilla_email_append.pl</filename> script.
</para>
<para>There is also a CVSZilla project, based upon somewhat dated
Bugzilla code, to integrate CVS and Bugzilla through CVS' ability to