aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml
Commit message (Collapse)AuthorAgeFilesLines
...
* The first installment of Gerv's spanking of the Bugzilla Guide. This is a ↵gerv%gerv.net2002-05-093-472/+289
| | | | work-in-progress.
* Bug 140355 - warn the user about not using a webserver groupbbaetz%student.usyd.edu.au2002-05-071-0/+13
| | | | r=gerv, justdave
* General updates. I'm working through the entire guide, tidying it up.gerv%gerv.net2002-05-023-113/+27
|
* Bug 117936 - deprecate Apache 1.2 as our .htaccess files don't work with it.gerv%gerv.net2002-05-021-1/+3
|
* Bug 125395 - remove revision history. That's what CVS is for :-) Also, do ↵gerv%gerv.net2002-05-021-84/+7
| | | | other tidy-ups and updates to front page.
* ug 105877 - Backup & check for modifications before upgrade.gerv%gerv.net2002-05-021-5/+15
|
* Bug 137709 - remove incorrect information about email preferences.gerv%gerv.net2002-05-021-38/+0
|
* Bug 111712 - update command for changing path to Perl.gerv%gerv.net2002-05-021-1/+2
|
* Bug 126907 - remove "Future" section from guide.gerv%gerv.net2002-05-021-3/+0
|
* Full recompile of the docs so everyone can see what the current SGML docs ↵justdave%syndicomm.com2002-05-011-1/+1
| | | | actually look like in HTML.
* Bug 139051 - fix misspelling of "privilege". Patch by mental ↵gerv%gerv.net2002-04-232-4/+4
| | | | <xor@ivwnet.com>, 2xr=bbaetz.
* Fix for bug 12004: need info on Template and AppConfig in the help docs.justdave%syndicomm.com2002-04-181-9/+41
| | | | Documentation SGML patch by Greg Leblanc <gleblanc@linuxweasel.com>
* Fix for bug 134198: Warns installations about Apache configuration issue ↵myk%mozilla.org2002-04-161-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.com2002-03-191-1/+8
|
* Bug 106386 rid source of misspellingstimeless%mac.com2002-03-191-1/+1
| | | | r=db48x sr=blake a=asa
* Bug 127841 - Adding processmail and syncshadowdb to the list of files that ↵jake%acutex.net2002-02-271-1/+1
| | | | need the bonsaitools perl path changed in order to run from another perl location.
* Added blurb about unified diffs.barnboy%trilobyte.net2001-11-211-0/+12
|
* Taint mode note.barnboy%trilobyte.net2001-11-211-0/+10
|
* Added Javascript, Cookies, and Templatization requirements to Hackingbarnboy%trilobyte.net2001-11-211-1/+36
| | | | Bugzilla.
* Added tip about checking sanitycheck.cgi if you make schema changes,barnboy%trilobyte.net2001-11-211-1/+11
| | | | per bug 98049.
* Removed references to bugzilla.mozilla.org so we can avoidbarnboy%trilobyte.net2001-11-211-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.net2001-11-211-5/+6
|
* Fixed CPAN locations per bug 97582.barnboy%trilobyte.net2001-11-211-12/+12
|
* Added bit about needing proper <Directory> permissions in orderbarnboy%trilobyte.net2001-11-211-1/+32
| | | | for .htaccess to function. See bug 97668.
* Initial conversion to XML format from SGML.barnboy%trilobyte.net2001-11-2110-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.net2001-10-191-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.net2001-10-161-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=kikobbaetz%cs.mcgill.ca2001-10-071-1/+1
|
* Typo in perl modify string, added "#!" to /usr/bin/perl strings.barnboy%trilobyte.net2001-08-301-1/+1
|
* Buncha' release updates. Moved all images tobarnboy%trilobyte.net2001-08-309-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 everybarnboy%trilobyte.net2001-08-2210-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 yetbarnboy%trilobyte.net2001-08-1116-3794/+4799
| | | | be used for 2.14 documentation due to inconsistencies.
* Added .htaccess files for shadow/, data/, and /.barnboy%trilobyte.net2001-04-264-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/ directoriesbarnboy%trilobyte.net2001-04-251-3/+6
| | | | and localconfig file.
* Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242.barnboy%trilobyte.net2001-04-2511-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.net2001-03-0814-0/+6136
No text version of The Bugzilla Guide availabe yet, however.