From c65c2bf8805abcfe98b819550f7f7af55aeb7b22 Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Fri, 4 Apr 2008 11:47:37 +0000 Subject: Bug 303782: Docs missing prerequsite for required MIME::Base64 and MIME::Parser Patch by: victory ; r=colin --- docs/en/xml/Bugzilla-Guide.xml | 51 +++++++++++++++++++++++++++--------------- docs/en/xml/installation.xml | 38 ++++++++++++++++--------------- docs/en/xml/modules.xml | 37 ++++++++++++++++++++++-------- 3 files changed, 81 insertions(+), 45 deletions(-) (limited to 'docs') diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index a81b86e5d..421faf118 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -1,4 +1,4 @@ - @@ -9,10 +9,12 @@ + + @@ -21,47 +23,52 @@ * bz-ver to current stable * bz-nexver to next stable * bz-date to the release date - * bz-devel to "IGNORE" + * Remove the BZ-DEVEL comments - COMPILE DOCS AND CHECKIN - Also, tag and tarball before completing * bz-ver to devel version - * bz-devel to "INCLUDE" For a devel release, simple bump bz-ver and bz-date --> - - - - + + + + - + Bugzilla Documentation"> - - - + + + + - + - - + + + + + + + - + - - + + ]> @@ -94,7 +101,8 @@ The Bugzilla Guide - &bz-ver; - <![%bz-devel;[Development ]]>Release + Development + Release The Bugzilla Team @@ -141,6 +149,9 @@ &administration; + +&security; + &customization; @@ -150,6 +161,9 @@ &faq; + +&troubleshooting; + &patches; @@ -188,3 +202,4 @@ sgml-shorttag:t sgml-tag-region-if-active:t End: --> + diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 9d90fe1e7..364df0db5 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/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/docs/en/xml/modules.xml b/docs/en/xml/modules.xml index d031b19c0..59c58530e 100644 --- a/docs/en/xml/modules.xml +++ b/docs/en/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: + +
-- cgit v1.2.3-24-g4f1b