Improvements from dylan.

git-svn-id: svn://10.0.0.236/trunk@265760 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-12-03 23:11:25 +00:00
parent cf0b4db68b
commit bd73dd5de6
3 changed files with 53 additions and 16 deletions

View File

@ -1 +1 @@
9285 9286

View File

@ -1 +1 @@
8463a3c10b4d56476c61740b7088d36d3f0b55b6 0a026e728b0525e489a3ac5c10d594d6aef64c60

View File

@ -26,12 +26,6 @@ recommended to install Perl into a directory containing a space, such as
Once the install has completed, log out and log in again to pick up the Once the install has completed, log out and log in again to pick up the
changes to the ``PATH`` environment variable. changes to the ``PATH`` environment variable.
.. note:: These instructions are for 32-bit versions of Windows. If you are
using a 64-bit version of Windows, you will need to install 32-bit
Perl in order to install the 32-bit modules as described below.
.. todo:: Is this still true?
.. _windows-install-bzfiles: .. _windows-install-bzfiles:
Bugzilla Bugzilla
@ -72,25 +66,68 @@ Install the following modules with:
:command:`ppm install <modulename>` :command:`ppm install <modulename>`
* AppConfig * CGI.pm
* Digest-SHA
* TimeDate * TimeDate
* DateTime
* DateTime-TimeZone
* DBI * DBI
* DBD-mysql
* Template-Toolkit * Template-Toolkit
* MailTools * Email-Sender
* Email-MIME
* URI
* List-MoreUtils
* Math-Random-ISAAC
* File-Slurp
* JSON-XS
* Win32
* Win32-API
The following modules enable various optional Bugzilla features; try and
install them, but don't worry too much to begin with if you can't get them
installed:
* GD * GD
* Chart * Chart
* Template-GD
* GDTextUtil
* GDGraph * GDGraph
* MIME-tools
* libwww-perl
* XML-Twig
* PatchReader * PatchReader
* Net-LDAP-Express (required only if you want to do LDAP authentication) * perl-ldap
* Authen-SASL
* Net-SMTP-SSL
* RadiusPerl
* SOAP-Lite
* XMLRPC-Lite
* JSON-RPC
* Test-Taint
* HTML-Parser
* HTML-Scrubber
* Encode
* Encode-Detect
* Email-Reply
* HTML-FormatText-WithLinks
* TheSchwartz
* Daemon-Generic
* mod_perl
* Apache-SizeLimit
* File-MimeInfo
* IO-stringy
* Cache-Memcached
* Text-Markdown
* File-Copy-Recursive
* GraphViz
.. todo:: Is this list current and complete? .. warning:: These lists have been extracted from Bugzilla's source code and
have not been tested. Please let us know if you find errors in it
of any sort.
.. note:: The :file:`install-module.pl` script doesn't work with ActivePerl .. note:: The :file:`install-module.pl` script doesn't work with ActivePerl
on Windows. on Windows.
.. todo:: Is this still true?
.. _windows-config-webserver: .. _windows-config-webserver:
Web Server Web Server