Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merging from 2.16 branch. | gerv%gerv.net | 2002-07-28 | 2 | -0/+171 |
| | |||||
* | Merging new docs from 2.16 branch. | gerv%gerv.net | 2002-07-28 | 13 | -3863/+3287 |
| | |||||
* | More documentation updates. | gerv%gerv.net | 2002-05-09 | 13 | -4530/+3448 |
| | |||||
* | The first installment of Gerv's spanking of the Bugzilla Guide. This is a ↵ | gerv%gerv.net | 2002-05-09 | 3 | -472/+289 |
| | | | | work-in-progress. | ||||
* | Bug 140355 - warn the user about not using a webserver group | bbaetz%student.usyd.edu.au | 2002-05-07 | 1 | -0/+13 |
| | | | | r=gerv, justdave | ||||
* | General updates. I'm working through the entire guide, tidying it up. | gerv%gerv.net | 2002-05-02 | 3 | -113/+27 |
| | |||||
* | Bug 117936 - deprecate Apache 1.2 as our .htaccess files don't work with it. | gerv%gerv.net | 2002-05-02 | 1 | -1/+3 |
| | |||||
* | Bug 125395 - remove revision history. That's what CVS is for :-) Also, do ↵ | gerv%gerv.net | 2002-05-02 | 1 | -84/+7 |
| | | | | other tidy-ups and updates to front page. | ||||
* | ug 105877 - Backup & check for modifications before upgrade. | gerv%gerv.net | 2002-05-02 | 1 | -5/+15 |
| | |||||
* | Bug 137709 - remove incorrect information about email preferences. | gerv%gerv.net | 2002-05-02 | 1 | -38/+0 |
| | |||||
* | Bug 111712 - update command for changing path to Perl. | gerv%gerv.net | 2002-05-02 | 1 | -1/+2 |
| | |||||
* | Bug 126907 - remove "Future" section from guide. | gerv%gerv.net | 2002-05-02 | 1 | -3/+0 |
| | |||||
* | Full recompile of the docs so everyone can see what the current SGML docs ↵ | justdave%syndicomm.com | 2002-05-01 | 1 | -1/+1 |
| | | | | actually look like in HTML. | ||||
* | Bug 139051 - fix misspelling of "privilege". Patch by mental ↵ | gerv%gerv.net | 2002-04-23 | 2 | -4/+4 |
| | | | | <xor@ivwnet.com>, 2xr=bbaetz. | ||||
* | Fix for bug 12004: need info on Template and AppConfig in the help docs. | justdave%syndicomm.com | 2002-04-18 | 1 | -9/+41 |
| | | | | Documentation SGML patch by Greg Leblanc <gleblanc@linuxweasel.com> | ||||
* | Fix for bug 134198: Warns installations about Apache configuration issue ↵ | myk%mozilla.org | 2002-04-16 | 1 | -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 106386 | justdave%syndicomm.com | 2002-03-19 | 1 | -1/+8 |
| | |||||
* | Bug 106386 rid source of misspellings | timeless%mac.com | 2002-03-19 | 1 | -1/+1 |
| | | | | r=db48x sr=blake a=asa | ||||
* | Bug 127841 - Adding processmail and syncshadowdb to the list of files that ↵ | jake%acutex.net | 2002-02-27 | 1 | -1/+1 |
| | | | | need the bonsaitools perl path changed in order to run from another perl location. | ||||
* | Added blurb about unified diffs. | barnboy%trilobyte.net | 2001-11-21 | 1 | -0/+12 |
| | |||||
* | Taint mode note. | barnboy%trilobyte.net | 2001-11-21 | 1 | -0/+10 |
| | |||||
* | Added Javascript, Cookies, and Templatization requirements to Hacking | barnboy%trilobyte.net | 2001-11-21 | 1 | -1/+36 |
| | | | | Bugzilla. | ||||
* | Added tip about checking sanitycheck.cgi if you make schema changes, | barnboy%trilobyte.net | 2001-11-21 | 1 | -1/+11 |
| | | | | per bug 98049. | ||||
* | Removed references to bugzilla.mozilla.org so we can avoid | barnboy%trilobyte.net | 2001-11-21 | 1 | -7/+7 |
| | | | | | spurious bug postings. However, this file will need some significant treatment for 2.16 release since the query.cgi interface has changed. | ||||
* | Modified Win32 notes regarding system() calls per bug 99595. | barnboy%trilobyte.net | 2001-11-21 | 1 | -5/+6 |
| | |||||
* | Fixed CPAN locations per bug 97582. | barnboy%trilobyte.net | 2001-11-21 | 1 | -12/+12 |
| | |||||
* | Added bit about needing proper <Directory> permissions in order | barnboy%trilobyte.net | 2001-11-21 | 1 | -1/+32 |
| | | | | for .htaccess to function. See bug 97668. | ||||
* | Initial conversion to XML format from SGML. | barnboy%trilobyte.net | 2001-11-21 | 10 | -104/+104 |
| | | | | | | | 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. | ||||
* | Fix for bug 105365 - Hacker's Guide should be in SGML. This will make it ↵ | jake%acutex.net | 2001-10-19 | 1 | -93/+153 |
| | | | | easier to do other additions to the hacker's guide. | ||||
* | The recommended style for perl (which is the styleguide Bugzilla will use) ↵ | jake%acutex.net | 2001-10-16 | 1 | -1/+2 |
| | | | | specifies that else should not be cuddled. This guide, while not specifically saying it, elluded to cuddling else. Fixing that problem. | ||||
* | Doc type fix, r=kiko | bbaetz%cs.mcgill.ca | 2001-10-07 | 1 | -1/+1 |
| | |||||
* | Typo in perl modify string, added "#!" to /usr/bin/perl strings. | barnboy%trilobyte.net | 2001-08-30 | 1 | -1/+1 |
| | |||||
* | Buncha' release updates. Moved all images to | barnboy%trilobyte.net | 2001-08-30 | 9 | -139/+505 |
| | | | | | | | | | | | | | | | | | | ./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 every | barnboy%trilobyte.net | 2001-08-22 | 10 | -1846/+2062 |
| | | | | | 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 yet | barnboy%trilobyte.net | 2001-08-11 | 16 | -3794/+4799 |
| | | | | be used for 2.14 documentation due to inconsistencies. | ||||
* | Added .htaccess files for shadow/, data/, and /. | barnboy%trilobyte.net | 2001-04-26 | 4 | -11/+162 |
| | | | | | | I added related information to the Bugzilla Guide, and tacked in a couple of last-minute additions. Also fixed the annoying "Tip: HINT:" thing. | ||||
* | Fix for confusing language regarding protection of data/ & shadow/ directories | barnboy%trilobyte.net | 2001-04-25 | 1 | -3/+6 |
| | | | | and localconfig file. | ||||
* | Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242. | barnboy%trilobyte.net | 2001-04-25 | 11 | -102/+1404 |
| | | | | | | 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. | ||||
* | Documentation update; added docs/sgml, docs/html, docs/txt. | barnboy%trilobyte.net | 2001-03-08 | 14 | -0/+6136 |
No text version of The Bugzilla Guide availabe yet, however. |