Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
7a5b7f87
Commit
7a5b7f87
authored
Apr 04, 2008
by
jake%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
parent
1a6e346c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
+13
-4
conventions.xml
docs/en/xml/conventions.xml
+8
-0
glossary.xml
docs/en/xml/glossary.xml
+1
-1
installation.xml
docs/en/xml/installation.xml
+1
-1
integration.xml
docs/en/xml/integration.xml
+3
-2
No files found.
docs/en/xml/conventions.xml
View file @
7a5b7f87
...
...
@@ -135,6 +135,14 @@
</row>
<row>
<entry>
Term found in the glossary
</entry>
<entry>
<glossterm
linkend=
"gloss-bugzilla"
>
Bugzilla
</glossterm>
</entry>
</row>
<row>
<entry>
Code Example
</entry>
<entry>
...
...
docs/en/xml/glossary.xml
View file @
7a5b7f87
...
...
@@ -118,7 +118,7 @@
</glossdef>
</glossentry>
<glossentry>
<glossentry
id=
"gloss-bugzilla"
>
<glossterm>
Bugzilla
</glossterm>
<glossdef>
...
...
docs/en/xml/installation.xml
View file @
7a5b7f87
...
...
@@ -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>
...
...
docs/en/xml/integration.xml
View file @
7a5b7f87
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment