aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 191537 - Improvements to the security section.jake%bugzilla.org2008-04-043-378/+280
|
* Bug 177997 - Update the AOL Server section with the new configuration ↵jake%bugzilla.org2008-04-041-10/+25
| | | | information.
* Bug 192511 - Removing all occurances of 'processmail' from the documentation ↵jake%bugzilla.org2008-04-042-10/+29
| | | | now that bug 124174 is FIXED.
* This checkin contains two fixes:jake%bugzilla.org2008-04-044-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
* Bug 191034, step 1 - Refactoring the installation chapter to provide ↵jake%bugzilla.org2008-04-043-883/+814
| | | | 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.org2008-04-042-3/+3
|
* Bug 186962 - Update minimum versions of required software and move those ↵jake%bugzilla.org2008-04-042-28/+69
| | | | | | versions to be ENTITY's a=justdave
* Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au2008-04-042-68/+151
| | | | r, a=myk
* Included note regarding the origin of "bonsaitools", permbarnson%sisna.com2008-04-041-0/+17
| | | | bug 174922.
* Added section for Bugzilla and mod_perl (future expansion).mbarnson%sisna.com2008-04-041-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.com2008-04-041-52/+0
| | | | See bug 155743.
* Fix for Apache configuration directives from bug 174255 andmbarnson%sisna.com2008-04-041-13/+23
| | | | de-stupidifying of emacs destruction of <programlisting> tags.
* Added notes on using OpenLDAP;mbarnson%sisna.com2008-04-041-0/+22
| | | | | | We should probably look at code changes to make Net::LDAP our permanent LDAP plugin rather than Mozilla::LDAP... See bug 167379.
* Added chunk about setting up DirectoryIndex to use index.cgi as thembarnson%sisna.com2008-04-041-0/+13
| | | | Bugzilla index page.
* Added dependency on File::Template. Not really fond ofmbarnson%sisna.com2008-04-041-0/+8
| | | | | doing requirements-of-requirements type stuff, but did it anyway for clarity.
* Merging new docs from 2.16 branch.gerv%gerv.net2008-04-0410-5340/+4538
|
* Bug 117936 - deprecate Apache 1.2 as our .htaccess files don't work with it.gerv%gerv.net2008-04-041-1/+3
|
* ug 105877 - Backup & check for modifications before upgrade.gerv%gerv.net2008-04-041-5/+15
|
* Bug 111712 - update command for changing path to Perl.gerv%gerv.net2008-04-041-1/+2
|
* Fix for bug 12004: need info on Template and AppConfig in the help docs.justdave%syndicomm.com2008-04-041-9/+41
| | | | Documentation SGML patch by Greg Leblanc <gleblanc@linuxweasel.com>
* Fix for bug 134198: Warns installations about Apache configuration issue ↵myk%mozilla.org2008-04-041-0/+5
| | | | | | | with security ramifications. Fix by Gregory Leblanc <gleblanc@linuxweasel.com>. Docs fix, no review needed.
* Getting the stuff Timeless missed with his checkin for bug 106386justdave%syndicomm.com2008-04-041-1/+8
|
* Bug 127841 - Adding processmail and syncshadowdb to the list of files that ↵jake%acutex.net2008-04-041-1/+1
| | | | need the bonsaitools perl path changed in order to run from another perl location.
* Modified Win32 notes regarding system() calls per bug 99595.barnboy%trilobyte.net2008-04-041-5/+6
|
* Added bit about needing proper <Directory> permissions in orderbarnboy%trilobyte.net2008-04-041-1/+32
| | | | for .htaccess to function. See bug 97668.
* Initial conversion to XML format from SGML.barnboy%trilobyte.net2008-04-047-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.
* Doc type fix, r=kikobbaetz%cs.mcgill.ca2008-04-041-1/+1
|
* Typo in perl modify string, added "#!" to /usr/bin/perl strings.barnboy%trilobyte.net2008-04-041-1/+1
|
* Buncha' release updates. Moved all images tobarnboy%trilobyte.net2008-04-047-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
* Big checkin of docs to resolve everybarnboy%trilobyte.net2008-04-049-1027/+1343
| | | | | known outstanding doc bug! Yay release. Still many things to fix. Aren't there always?
* Checkin for 2.14 release. Still some problems; this cannot yetbarnboy%trilobyte.net2008-04-0412-3698/+3888
| | | | be used for 2.14 documentation due to inconsistencies.
* Added .htaccess files for shadow/, data/, and /.barnboy%trilobyte.net2008-04-043-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.
* Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242.barnboy%trilobyte.net2008-04-047-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.
* Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com2008-04-0432-29/+16146
| | | | by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
* Bug 419660: New custom fields not listed in "3.10. Custom Fields" - Patch by ↵lpsolit%gmail.com2008-03-031-46/+80
| | | | Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit
* Bug 415676: Remove all mentions of landfill.bugzilla.org/ppm from the ↵lpsolit%gmail.com2008-02-252-33/+28
| | | | documentation. People should use theory58S instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave
* Doc for bug 135812: Add a 'mailfrom' parameter to unify bugmail originating ↵lpsolit%gmail.com2008-02-171-0/+14
| | | | address - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit
* Bug 390972: we shouldn't favor fink for os x - Patch by timeless ↵lpsolit%gmail.com2008-02-171-12/+14
| | | | <timeless@bemail.org> r=Colin r=justdave
* Two small fixes for bug 390603 (better wording)lpsolit%gmail.com2008-02-171-3/+3
|
* Bug 281809: 'Groups' docs need improving - Patch by Sam Folk-Williams ↵lpsolit%gmail.com2008-02-161-236/+615
| | | | <sam.folkwilliams@gmail.com> r=LpSolit
* Doc patch for bug 244239: Add group-based pronouns to query - Patch by me, ↵lpsolit%gmail.com2008-02-131-6/+15
| | | | r=justdave
* Doc patch for bug 101179 (custom statuses and workflow) - Patch by ↵lpsolit%gmail.com2008-02-071-1/+24
| | | | Frédéric Buclin <LpSolit@gmail.com> r=Colin
* Bug 390603: Configuration paramaters documentation needs updating - Patch by ↵lpsolit%gmail.com2008-02-072-530/+833
| | | | Sam Folk-Williams <sam.folkwilliams@gmail.com> r/a=LpSolit
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - ↵lpsolit%gmail.com2008-02-061-4/+4
| | | | Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bump the version number for the 3.1.3 release.mkanat%bugzilla.org2008-02-021-3/+3
|
* Bug 413163: sanitycheck.pl needs to be more helpful when run at command line ↵lpsolit%gmail.com2008-01-311-1/+2
| | | | - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r/a=LpSolit
* Fixing bustage due to bug 399823lpsolit%gmail.com2008-01-251-3/+3
|
* Bug 399823: Fix the documentation about installing missing Perl packages ↵lpsolit%gmail.com2008-01-251-150/+22
| | | | when you are not root - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=Colin
* Bug 399574: Documentation should note to use 32bit Perl on Win64 too - Patch ↵lpsolit%gmail.com2008-01-251-1/+10
| | | | by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=Colin
* Bug 400629: The "User Preferences" doc page has no information about saved ↵lpsolit%gmail.com2008-01-221-88/+111
| | | | searches - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit