From: lpsolit%gmail.com <> Date: Tue, 21 Nov 2006 01:57:16 +0000 (+0000) Subject: Bug 360520: Docs need to be changed to include info about the Email:: modules instead... X-Git-Tag: bugzilla-2.23.4~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b692a5a6388d604b1b698b6832c54308b0ff6f66;p=thirdparty%2Fbugzilla.git Bug 360520: Docs need to be changed to include info about the Email:: modules instead of the Mail:: modules - Patch by victory(_RSZ_) r=Colin --- diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index b72d376390..f73151eb6f 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -42,7 +42,7 @@ -Bugzilla Documentation"> +Bugzilla Documentation"> @@ -98,7 +98,7 @@ The most current version of this document can always be found on the - Bugzilla + Bugzilla Documentation Page. diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 598089286a..bd2aa01db4 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -258,7 +258,7 @@ Many people complain that Perl modules will not install for them. Most times, the error messages complain that they are missing a file in - @INC. + @INC. Virtually every time, this error is due to permissions being set too restrictively for you to compile Perl modules or not having the necessary Perl development libraries installed on your system. @@ -331,25 +331,31 @@ - Mail::Mailer (&min-mail-mailer-ver;) + MIME::Base64 (&min-mime-base64-ver;) - MIME::Base64 (&min-mime-base64-ver;) + MIME::Parser (&min-mime-parser-ver;) - MIME::Parser (&min-mime-parser-ver;) + Email::Send (&min-email-send-ver;) + + + + + + Email::MIME::Modifier (&min-email-mime-modifier-ver;) Optional Perl modules: - + GD @@ -357,6 +363,13 @@ + + + Template::Plugin::GD::Image + (&min-gd-ver;) for Graphical Reports + + + Chart::Base @@ -387,8 +400,8 @@ - SOAP::Lite - (&min-soap-lite-ver;) for the web service interface + LWP::UserAgent + (&min-lwp-useragent-ver;) for Automatic Update Notifications @@ -404,7 +417,70 @@ Image::Magick (&min-image-magick-ver;) for converting BMP image attachments to PNG - + + + + Net::LDAP + (&min-net-ldap-ver;) for LDAP Authentication + + + + + + SOAP::Lite + (&min-soap-lite-ver;) for the web service interface + + + + + + HTML::Parser + (&min-html-parser-ver;) for More HTML in Product/Group Descriptions + + + + + + HTML::Scrubber + (&min-html-scrubber-ver;) for More HTML in Product/Group Descriptions + + + + + + Email::MIME::Attachment::Stripper + (&min-email-mime-attachment-stripper-ver;) for Inbound Email + + + + + + Email::Reply + (&min-email-reply-ver;) for Inbound Email + + + + + + mod_perl2 + (&min-mod_perl2-ver;) for mod_perl + + + + + + CGI + (&min-cgi-ver;) for mod_perl + + + + + + Apache::DBI + (&min-apache-dbi-ver;) for mod_perl2 + + +