aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Documentation patch for bug 143490: Update documentation regarding code ↵jocuri%softhome.net2004-10-251-49/+15
| | | | changes needed when running Bugzilla under win32 (some are no longer required since checksetup.pl no longer calls unsupported functions when running on Windows); patch by GavinS <bugzilla@chimpychompy.org>, r=vladd.
* Patch for bug 251338: Installation section should mention that you need an ↵jocuri%softhome.net2004-10-101-1/+26
| | | | MTA installed; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>; r=vladd, a=justdave.
* Fix for bug 240460: updates upgrading examples with new URLs and version ↵myk%mozilla.org2004-09-151-15/+15
| | | | numbers; r=gerv; a=justdave
* Oops, backing out changes to administration.xml that are supposed to be part ↵justdave%bugzilla.org2004-09-141-15/+15
| | | | of a different patch.
* Bug 257534: Require Perl 5.8.1 or later when running on Windows with ↵justdave%bugzilla.org2004-09-143-17/+19
| | | | | | | ActiveState Perl (there is no official CGI ppm build with a new enough version for Bugzilla on any earlier version of ActiveState Perl) Patch by Byron Jones <bugzilla@glob.com.au> r=justdave, a=justdave
* basic docs on using flagsmyk%mozilla.org2004-09-101-0/+50
|
* Patch for bug 253308: Mention the Scmbug integration system in ↵jocuri%softhome.net2004-09-041-0/+18
| | | | documentation; patch by Kristis Makris <mkgnu@gmx.net>; r=vladd, a=justdave.
* Bug 225687 - add group controls to charts, along with various other ↵gerv%gerv.net2004-08-301-9/+3
| | | | cleanups. Patch by gerv; r=joel, a=justdave.
* Bug 239112 - docs patch to give min. version of TT for hooks. Patch by ↵gerv%gerv.net2004-07-271-0/+9
| | | | nick.barnes; r=gerv, a=justdave.
* Bug 272721: Document testserver.plbugreport%peshkin.net2004-07-241-1/+17
| | | | | r=zach a=joel
* Fix for bug 252358: Unnecessary documentation aboutkiko%async.com.br2004-07-231-24/+6
| | | | | /usr/bonsaitools/bin/perl into UNIX (non-root) Installation Notes. Patch by Marco Aurélio Graciotto Silva <magsilva@icmc.usp.br>. r=kiko, a=justdave.
* Bug 250840: Make the minimum version numbers all agree with reality.justdave%bugzilla.org2004-07-171-1/+1
| | | | | Patch by Colin Olgilvie <colin.ogilvie@gmail.com> r=justdave, a=justdave
* Bumping trunk versions to 2.19. r,a=justdave (on irc)jouni%heikniemi.net2004-07-121-4/+4
|
* Making version numbers match checksetup.pl and the release notesjustdave%bugzilla.org2004-07-101-2/+2
|
* Bump the version number in the documentation titlejustdave%bugzilla.org2004-07-101-5/+5
|
* Documentation XML patch for bug 249802: Make the SQL example for granting ↵jocuri%softhome.net2004-07-071-12/+17
| | | | SQL privs to the DB user suitable for MySQL 4.
* Bug 242740: URL to Bug Writing Help document changedjustdave%syndicomm.com2004-05-061-1/+1
| | | | | Patch by Niels Reedijk <n.reedijk@planet.nl> r=justdave,a=justdave
* Silly typo fix. r=ssdbotkiko%async.com.br2004-04-141-1/+1
|
* Fix for bug 233245: replace "variable" with "constant" since there is no ↵jocuri%softhome.net2004-04-131-2/+2
| | | | contenttypes variable in Constants.pm.
* Patch for bug 233245: update documentation of formats to include ctypes as ↵jocuri%softhome.net2004-04-071-11/+28
| | | | well; patch by Niels Reedijk <n.reedijk@planet.nl> slightly modified by me.
* 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.
* Patch for bug 233295: document terminology customization feature; patch by ↵jocuri%softhome.net2004-04-031-0/+8
| | | | Jon Wilmoth <jwilmoth@starbucks.com> slightly updated by me.
* Fixing encoding issues introduced in bug 220817: add FAQ documentation for ↵jocuri%softhome.net2004-04-021-3/+3
| | | | 'Why do I have to log in every time I access a page?'.
* Patch for bug 220817: add to FAQ documentation for 'Why do I have to log in ↵jocuri%softhome.net2004-04-021-0/+124
| | | | every time I access a page?'.
* Patch for bug 189156: explain quip moderation in documentation.jocuri%softhome.net2004-04-011-0/+45
|
* Bug 232097: Use an entity reference for the landfill base URL in the demos, ↵justdave%syndicomm.com2004-03-272-13/+14
| | | | | | to make it easy to change each release. Patch by Colin Ogilvie <bmo@colino.co.uk>.
* 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 224420 - documentation for new reporting and charting systems.gerv%gerv.net2004-03-221-2/+161
|
* Bug 233246 - improve documentation on enter_bug comment formatting templates.gerv%gerv.net2004-03-221-23/+32
|
* 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
* Bug 203869: Update documentation to better describe group controlsbugreport%peshkin.net2004-03-181-86/+207
| | | | r=gerv, 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 220814: Add to FAQ: How to upgrade Bugzilla from CVS; r=kiko, ↵jocuri%softhome.net2004-03-061-0/+68
| | | | 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.
* grep is a command line program, not something you do while editing a file ↵justdave%syndicomm.com2004-02-081-1/+1
| | | | (to most people anyway)
* er, oops, wrong date :)justdave%syndicomm.com2004-02-051-1/+1
|
* Bump docs build date to test the xml rebuild script on the websitejustdave%syndicomm.com2004-02-051-1/+1
|
* 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
|
* Bug 232096 - documenting content-type parameter for attachment.cgi.gerv%gerv.net2004-02-031-0/+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.
* Fix validation problem (unescaped ampersands) by making the program listing ↵myk%mozilla.org2004-01-281-2/+2
| | | | be CDATA.
* Massive rearrangement of the installation section. Hopefully it makes sense now.gerv%gerv.net2004-01-257-1172/+1135
|
* fixing incorrect ulink attribute (href should be url)myk%mozilla.org2004-01-231-1/+1
|
* improved readability (for both readers and editors); added docbook tags for ↵myk%mozilla.org2004-01-201-82/+98
| | | | variables, literals, and inline code; corrected a few errors, regressions, and typos; and added section explaining applicability of hooks for installation customizers
* Bug 230742 - document new 'hooks' mechanism. This is my take on Myk's text - ↵gerv%gerv.net2004-01-191-0/+191
| | | | probably still needs further polish.