summaryrefslogtreecommitdiffstats
path: root/docs/en
AgeCommit message (Collapse)AuthorFilesLines
2008-04-04Bug 190864 - Fix ordering of ' and > that I thought I had done earlier.jake%bugzilla.org1-1/+1
2008-04-04Bug 203160 - mod_throttle has a new URLjake%bugzilla.org1-3/+2
2008-04-04The source files for the Bugzilla Guide have long been using the XML version ↵jake%bugzilla.org14-223/+354
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.
2008-04-04Per bug 200472 - Changing the version information for Date::Parse (any) to ↵jake%bugzilla.org2-18/+41
instead specify Date::Format (2.21).
2008-04-04Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in ↵jake%bugzilla.org1-0/+6
MySQL 4.
2008-04-04Bug 194541 - Dot is a binary executable, not a perl script so we don't need ↵jake%bugzilla.org1-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.
2008-04-04Bug 171674 - Adding a section to the Troubleshooting section describing how ↵jake%bugzilla.org1-0/+56
to fix the File::Temp problems in perl 5.6.0.
2008-04-04Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-36/+1
r=justdave a=justdave
2008-04-04Move instructions specific to Linux-Mandrake to the OS Specific section.jake%bugzilla.org1-46/+26
2008-04-04Bug 191537 - Improvements to the security section.jake%bugzilla.org3-378/+280
2008-04-04Bug 177997 - Update the AOL Server section with the new configuration ↵jake%bugzilla.org1-10/+25
information.
2008-04-04Bug 192511 - Removing all occurances of 'processmail' from the documentation ↵jake%bugzilla.org2-10/+29
now that bug 124174 is FIXED.
2008-04-04This checkin contains two fixes:jake%bugzilla.org4-4/+13
* 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
2008-04-04Bug 191034, step 1 - Refactoring the installation chapter to provide ↵jake%bugzilla.org3-883/+814
sections for OS Specific notes and configuration help on multiple web servers. Also added some terms to the glossary.
2008-04-04We use the GD::Graph perl module, not GD::Chart (which doesn't exist)jake%bugzilla.org2-3/+3
2008-04-04Bug 186962 - Update minimum versions of required software and move those ↵jake%bugzilla.org2-28/+69
versions to be ENTITY's a=justdave
2008-04-04Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au2-68/+151
r, a=myk
2008-04-04Included note regarding the origin of "bonsaitools", permbarnson%sisna.com1-0/+17
bug 174922.
2008-04-04Added section for Bugzilla and mod_perl (future expansion).mbarnson%sisna.com1-0/+10
Right now, it just says "Bugzilla doesn't work under mod_perl". See bug 149883
2008-04-04Removed binmode references on Win32 documentation.mbarnson%sisna.com1-52/+0
See bug 155743.
2008-04-04Fix for Apache configuration directives from bug 174255 andmbarnson%sisna.com1-13/+23
de-stupidifying of emacs destruction of <programlisting> tags.
2008-04-04Added notes on using OpenLDAP;mbarnson%sisna.com1-0/+22
We should probably look at code changes to make Net::LDAP our permanent LDAP plugin rather than Mozilla::LDAP... See bug 167379.
2008-04-04Added chunk about setting up DirectoryIndex to use index.cgi as thembarnson%sisna.com1-0/+13
Bugzilla index page.
2008-04-04Added dependency on File::Template. Not really fond ofmbarnson%sisna.com1-0/+8
doing requirements-of-requirements type stuff, but did it anyway for clarity.
2008-04-04Merging new docs from 2.16 branch.gerv%gerv.net10-5340/+4538
2008-04-04Bug 117936 - deprecate Apache 1.2 as our .htaccess files don't work with it.gerv%gerv.net1-1/+3
2008-04-04ug 105877 - Backup & check for modifications before upgrade.gerv%gerv.net1-5/+15
2008-04-04Bug 111712 - update command for changing path to Perl.gerv%gerv.net1-1/+2
2008-04-04Fix for bug 12004: need info on Template and AppConfig in the help docs.justdave%syndicomm.com1-9/+41
Documentation SGML patch by Greg Leblanc <gleblanc@linuxweasel.com>
2008-04-04Fix for bug 134198: Warns installations about Apache configuration issue ↵myk%mozilla.org1-0/+5
with security ramifications. Fix by Gregory Leblanc <gleblanc@linuxweasel.com>. Docs fix, no review needed.
2008-04-04Getting the stuff Timeless missed with his checkin for bug 106386justdave%syndicomm.com1-1/+8
2008-04-04Bug 127841 - Adding processmail and syncshadowdb to the list of files that ↵jake%acutex.net1-1/+1
need the bonsaitools perl path changed in order to run from another perl location.
2008-04-04Modified Win32 notes regarding system() calls per bug 99595.barnboy%trilobyte.net1-5/+6
2008-04-04Added bit about needing proper <Directory> permissions in orderbarnboy%trilobyte.net1-1/+32
for .htaccess to function. See bug 97668.
2008-04-04Initial conversion to XML format from SGML.barnboy%trilobyte.net7-81/+81
Note this is a work-in-progress. It compiles cleanly, but I am not yet submitting compiled HTML and text. There is one notable problem: nsgmls barfs on the <imagedata> tag in database.sgml during validation. openjade handles it fine. Weird.
2008-04-04Doc type fix, r=kikobbaetz%cs.mcgill.ca1-1/+1
2008-04-04Typo in perl modify string, added "#!" to /usr/bin/perl strings.barnboy%trilobyte.net1-1/+1
2008-04-04Buncha' release updates. Moved all images tobarnboy%trilobyte.net7-59/+411
./images so we don't have multiple copies of the same image, fixed these doc bugs (in no particular order): 94949 97070 97071 97114 96498 95970 96677 94953 96501 96679 97068 97191 97192
2008-04-04Big checkin of docs to resolve everybarnboy%trilobyte.net9-1027/+1343
known outstanding doc bug! Yay release. Still many things to fix. Aren't there always?
2008-04-04Checkin for 2.14 release. Still some problems; this cannot yetbarnboy%trilobyte.net12-3698/+3888
be used for 2.14 documentation due to inconsistencies.
2008-04-04Added .htaccess files for shadow/, data/, and /.barnboy%trilobyte.net3-12/+118
I added related information to the Bugzilla Guide, and tacked in a couple of last-minute additions. Also fixed the annoying "Tip: HINT:" thing.
2008-04-04Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242.barnboy%trilobyte.net7-7860/+3810
The README is now gutted, pointers to Guide. Also some new sections added, old ones fixed, and notes appended to deprecated sections I've not yet had the heart to remove.
2008-04-04Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com30-0/+15983
by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit