From de574c3a801a2b9e98954cb84859934de8aebeb0 Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" Date: Fri, 30 Dec 2005 15:39:01 +0000 Subject: [PATCH] Bug 303782: Docs missing prerequsite for required MIME::Base64 and MIME::Parser Patch by: victory ; r=colin --- webtools/bugzilla/docs/xml/Bugzilla-Guide.xml | 6 ++- webtools/bugzilla/docs/xml/installation.xml | 38 ++++++++++--------- webtools/bugzilla/docs/xml/modules.xml | 37 +++++++++++++----- 3 files changed, 52 insertions(+), 29 deletions(-) diff --git a/webtools/bugzilla/docs/xml/Bugzilla-Guide.xml b/webtools/bugzilla/docs/xml/Bugzilla-Guide.xml index d03ac1b71c0..421faf11861 100644 --- a/webtools/bugzilla/docs/xml/Bugzilla-Guide.xml +++ b/webtools/bugzilla/docs/xml/Bugzilla-Guide.xml @@ -57,7 +57,9 @@ - + + + @@ -65,8 +67,8 @@ - + ]> diff --git a/webtools/bugzilla/docs/xml/installation.xml b/webtools/bugzilla/docs/xml/installation.xml index f122002a676..ebe2d5d48a9 100644 --- a/webtools/bugzilla/docs/xml/installation.xml +++ b/webtools/bugzilla/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -352,13 +352,25 @@ Text::Wrap (&min-text-wrap-ver;) - + Mail::Mailer (&min-mail-mailer-ver;) - + + + + MIME::Base64 (&min-mime-base64-ver;) + + + + + + MIME::Parser (&min-mime-parser-ver;) + + + Storable (&min-storable-ver;) @@ -409,11 +421,10 @@ (&min-patchreader-ver;) for pretty HTML view of patches - + - MIME::Parser - (&min-mime-parser-ver;) for the optional email interface + Image::Magick (&min-image-magick-ver;) for converting BMP image attachments to PNG @@ -509,25 +520,16 @@ -
- MIME::Parser (&min-mime-parser-ver;) - - The MIME::Parser module is only required if you want to use the - email interface - located in the contrib directory. - -
-
PatchReader (&min-patchreader-ver;) - The PatchReader module is only required if you want to use + The PatchReader module is only required if you want to use Patch Viewer, a Bugzilla feature to show code patches in your web browser in a more - readable form. + readable form.
- +
Mail Transfer Agent (MTA) diff --git a/webtools/bugzilla/docs/xml/modules.xml b/webtools/bugzilla/docs/xml/modules.xml index d031b19c017..59c58530eb6 100644 --- a/webtools/bugzilla/docs/xml/modules.xml +++ b/webtools/bugzilla/docs/xml/modules.xml @@ -147,6 +147,25 @@ Documentation: + + + MIME::Base64: + + CPAN Download Page: + PPM Download Link: + Documentation: + + + + + MIME::Parser (part of MIME-tools): + + CPAN Download Page: + PPM Download Link: + Documentation: + + +
@@ -179,15 +198,6 @@ - - MIME::Parser (part of MIME-tools): - - CPAN Download Page: - PPM Download Link: - Documentation: - - - XML::Parser: @@ -205,5 +215,14 @@ Documentation: + + + Image::Magick: + + CPAN Download Page: + PPM Download Link: Included in Windows binary package. + Documentation: + +