From: lpsolit%gmail.com <> Date: Fri, 4 Apr 2008 11:48:02 +0000 (+0000) Subject: Bug 360520: Docs need to be changed to include info about the Email:: modules instead... X-Git-Tag: bugzilla-3.1.1~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b543d4ecb8481484cb5f6d7341942a9f9ec695a9;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/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index 58a75448e2..f73151eb6f 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -1,4 +1,8 @@ - + + %myents; @@ -31,45 +35,18 @@ For a devel release, simple bump bz-ver and bz-date --> - - - + + + -Bugzilla Documentation"> +Bugzilla Documentation"> - - - - + - - - - - - - - - - - - - - - - - - - - - - - - ]> @@ -121,7 +98,7 @@ The most current version of this document can always be found on the - Bugzilla + Bugzilla Documentation Page. diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index bef8bca51b..e4ce11dca4 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/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 + + +