aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml/installation.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch for bug 239255: update docs in order to specify that $webservergroup ↵jocuri%softhome.net2004-04-041-3/+3
| | | | is the group of the webserver, not the user; patch by Colin S. Ogilvie <bmo@colino.co.uk>; r=vladd.
* Bug 177224: Update installation docs to note XUL and RDF MIME typesbugreport%peshkin.net2004-03-261-1/+25
| | | | | patch by mkanat r=justdave, a=justdave
* Patch for bug 218206: document ft_min_word_len MySQL param for indexing ↵jocuri%softhome.net2004-03-251-3/+25
| | | | small words in full-text indexes (and fix some typos while we're at it).
* Bug 236650: Clarify choice of install directory in docsbugreport%peshkin.net2004-03-231-4/+4
| | | | r=gerv, a=justdave
* Bug 207039: Add documentation explaining how to install bugzilla under ↵bugreport%peshkin.net2004-03-221-4/+4
| | | | | | regular user privileges (re-checkin) r=vlad, a=justdave
* Bug 207039: Add documentation explaining how to install bugzilla under ↵bugreport%peshkin.net2004-03-221-1/+365
| | | | | | regular user privileges r=vlad, a=justdave
* Bug 228423: Document adjustment of MySQL 4GB default table size limitbugreport%peshkin.net2004-03-201-1/+18
| | | | r=kiko, a=justdave
* Patch for bug 236652: fix libgdi typo in section 2.4.2 of the docs; patch by ↵jocuri%softhome.net2004-03-071-2/+2
| | | | Andrei Benea <abenea@home.ro>; r=vlad, a=justdave.
* Patch for bug 236567: Update the documentation describing the Perl modules ↵jocuri%softhome.net2004-03-061-2/+14
| | | | installation on Windows using ppm; patch by Andrei Benea <abenea@home.ro>; r=kiko, a=justdave.
* Minor tag fix to OS X sectionjustdave%syndicomm.com2004-02-051-2/+3
|
* Corrections to the Mac OS X installation instructionsjustdave%syndicomm.com2004-02-051-6/+6
|
* Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the ↵jocuri%softhome.net2004-02-031-2/+2
| | | | docs; r=justdave; a=justdave.
* Massive rearrangement of the installation section. Hopefully it makes sense now.gerv%gerv.net2004-01-251-1129/+913
|
* Minor adjustment to documentation to account for changes made in bugkiko%async.com.br2004-01-161-2/+2
| | | | | 229800: whineatnews.pl doesn't whine about REOPENED bugs. Patch written by me and ignored by Gerv :-P
* Another pre-2.17.7 rev.gerv%gerv.net2004-01-161-152/+134
|
* Phase 1 of a big documentation update before 2.17.6.gerv%gerv.net2004-01-161-363/+517
|
* Bug 216703: Need PatchReader note in install docs; patch by jkeiser (John ↵jocuri%softhome.net2003-10-311-1/+27
| | | | Keiser - john@johnkeiser.com); r=jake; a=jake.
* Bug 219724: typo in URL in section 4.2.5 of the guide; r=kiko, a=justdave.jocuri%softhome.net2003-10-081-2/+2
|
* Bug 194347 - Updating MacOS X hints to specify that the GD patch is no ↵jake%bugzilla.org2003-07-041-50/+44
| | | | longer required (when using the gd2 package) and also recommend using fink to install expat.
* *Whitespace* Fixing indentation like I wanted to do before I checked this ↵jake%bugzilla.org2003-07-041-114/+111
| | | | section in...
* Refix bug 201955 - Forgot to edit one of the introductory paragraphs and ↵jake%bugzilla.org2003-07-031-10/+8
| | | | fixed a couple other minor errors.
* Bug 211126 - As a part of fixing bug 180642 the directions for using LDAP ↵jake%bugzilla.org2003-07-031-58/+105
| | | | authentication has changed.
* Bug 201955 - The method for specifing a charset has changed now that we use ↵jake%bugzilla.org2003-07-011-17/+14
| | | | CGI.pm for header output (bug 201816).
* Bug 210248 - Missing "my" in SMTP code for win32 instructions.jake%bugzilla.org2003-06-291-2/+2
| | | | | Patch by Jean-Sebastien Guay <jean_seb@hybride.com> r,a=jake
* Fix for bug 84876 - Mentioned the wrong bug number, also making it a link.jake%bugzilla.org2003-05-211-2/+4
|
* Bug 145965 - Mention the sendmail -> SMTP change for Bugzilla on win32jake%bugzilla.org2003-05-211-1/+39
| | | | Patch by Jean-Sebastien Guay <jean_seb@hybride.com>
* Bug 191034 - Making the installation chapter a little more generic. Replaced ↵jake%bugzilla.org2003-05-171-369/+498
| | | | a lot of OS Specific hints with links to the OS Specific section.
* Bug 203314 - Clean up <ulink/>'s, links to bugs and extra spaces in sentences.jake%bugzilla.org2003-05-131-19/+17
| | | | | | Patch by Martin Wulffeld <martin@wulffeld.org>. r,a=jake Also, added Martin to the section about people who have made signifigant conrtibutions.
* Bug 190864 - Fix ordering of ' and > that I thought I had done earlier.jake%bugzilla.org2003-05-061-1/+1
|
* Bug 203160 - mod_throttle has a new URLjake%bugzilla.org2003-04-261-3/+2
|
* The source files for the Bugzilla Guide have long been using the XML version ↵jake%bugzilla.org2003-04-231-3/+3
| | | | | | of DocBook but still residing in the sgml/ directory with an extension of .sgml. In an effort to maintain CVS history, the raw files were copied on the CVS server to the xml/ directory and renamed to have .xml for the extension; any checkins before this one did have the .sgml extension.
* Per bug 200472 - Changing the version information for Date::Parse (any) to ↵jake%bugzilla.org2003-04-211-1/+1
| | | | instead specify Date::Format (2.21).
* Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in ↵jake%bugzilla.org2003-04-021-0/+6
| | | | MySQL 4.
* Bug 194541 - Dot is a binary executable, not a perl script so we don't need ↵jake%bugzilla.org2003-04-021-38/+0
| | | | to prefix the system call with the perl binary. There are no more system calls of perl scripts in Bugzilla, so this section can go away.
* Bug 171674 - Adding a section to the Troubleshooting section describing how ↵jake%bugzilla.org2003-04-021-0/+56
| | | | to fix the File::Temp problems in perl 5.6.0.
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-36/+1
| | | | | r=justdave a=justdave
* Move instructions specific to Linux-Mandrake to the OS Specific section.jake%bugzilla.org2003-02-201-46/+26
|
* Bug 191537 - Improvements to the security section.jake%bugzilla.org2003-02-161-244/+6
|
* Bug 177997 - Update the AOL Server section with the new configuration ↵jake%bugzilla.org2003-02-131-10/+25
| | | | information.
* Bug 192511 - Removing all occurances of 'processmail' from the documentation ↵jake%bugzilla.org2003-02-131-10/+14
| | | | now that bug 124174 is FIXED.
* This checkin contains two fixes:jake%bugzilla.org2003-02-061-1/+1
| | | | | * Bug 191971 - The guide incorrectly stated that you could resolve a bug via email * Provide an example of a glossary term in the document conventions section
* Bug 191034, step 1 - Refactoring the installation chapter to provide ↵jake%bugzilla.org2003-02-011-737/+392
| | | | sections for OS Specific notes and configuration help on multiple web servers. Also added some terms to the glossary.
* We use the GD::Graph perl module, not GD::Chart (which doesn't exist)jake%bugzilla.org2003-01-051-2/+2
|
* Bug 186962 - Update minimum versions of required software and move those ↵jake%bugzilla.org2003-01-011-27/+47
| | | | | | versions to be ENTITY's a=justdave
* Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au2002-12-211-3/+1
| | | | r, a=myk
* Included note regarding the origin of "bonsaitools", permbarnson%sisna.com2002-11-051-0/+17
| | | | bug 174922.
* Added section for Bugzilla and mod_perl (future expansion).mbarnson%sisna.com2002-11-051-0/+10
| | | | | Right now, it just says "Bugzilla doesn't work under mod_perl". See bug 149883
* Removed binmode references on Win32 documentation.mbarnson%sisna.com2002-11-051-52/+0
| | | | See bug 155743.
* Fix for Apache configuration directives from bug 174255 andmbarnson%sisna.com2002-11-051-13/+23
| | | | de-stupidifying of emacs destruction of <programlisting> tags.
* Added notes on using OpenLDAP;mbarnson%sisna.com2002-11-051-0/+22
| | | | | | We should probably look at code changes to make Net::LDAP our permanent LDAP plugin rather than Mozilla::LDAP... See bug 167379.