##// END OF EJS Templates
bugzilla: more documentation fixes...
Jim Hague -
r13871:22d200e4 default
parent child Browse files
Show More
@@ -40,18 +40,19 b' configuration must be readable by all Me'
40 40 that the rights of that user are restricted in Bugzilla to the minimum
41 41 necessary to add comments.
42 42
43 Access via XMLRPC/email behaves uses XMLRPC to query Bugzilla, but sends
43 Access via XMLRPC/email uses XMLRPC to query Bugzilla, but sends
44 44 email to the Bugzilla email interface to submit comments to bugs.
45 45 The From: address in the email is set to the email address of the Mercurial
46 46 user, so the comment appears to come from the Mercurial user. In the event
47 47 that the Mercurial user email is not recognised by Bugzilla as a Bugzilla
48 user, the Bugzilla username and password used to log into Bugzilla are
49 used instead as the source of the comment.
48 user, the email associated with the Bugzilla username used to log into
49 Bugzilla is used instead as the source of the comment.
50 50
51 51 Configuration items common to all access modes:
52 52
53 53 bugzilla.version
54 This access type to use. Values recognised are:
54 This access type to use. Values recognised are::
55
55 56 xmlrpc Bugzilla XMLRPC interface.
56 57 xmlrpc+email Bugzilla XMLRPC and email interfaces.
57 58 3.0 MySQL access, Bugzilla 3.0 and later.
General Comments 0
You need to be logged in to leave comments. Login now