summaryrefslogtreecommitdiffstats
path: root/docs/xml
AgeCommit message (Collapse)AuthorFilesLines
2004-03-06Patch for bug 236567: Update the documentation describing the Perl modules ↵jocuri%softhome.net1-2/+14
installation on Windows using ppm; patch by Andrei Benea <abenea@home.ro>; r=kiko, a=justdave.
2004-02-08grep is a command line program, not something you do while editing a file ↵justdave%syndicomm.com1-1/+1
(to most people anyway)
2004-02-05er, oops, wrong date :)justdave%syndicomm.com1-1/+1
2004-02-05Bump docs build date to test the xml rebuild script on the websitejustdave%syndicomm.com1-1/+1
2004-02-05Minor tag fix to OS X sectionjustdave%syndicomm.com1-2/+3
2004-02-05Corrections to the Mac OS X installation instructionsjustdave%syndicomm.com1-6/+6
2004-02-03Bug 232096 - documenting content-type parameter for attachment.cgi.gerv%gerv.net1-0/+6
2004-02-03Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the ↵jocuri%softhome.net1-2/+2
docs; r=justdave; a=justdave.
2004-01-28Fix validation problem (unescaped ampersands) by making the program listing ↵myk%mozilla.org1-2/+2
be CDATA.
2004-01-25Massive rearrangement of the installation section. Hopefully it makes sense now.gerv%gerv.net7-1172/+1135
2004-01-23fixing incorrect ulink attribute (href should be url)myk%mozilla.org1-1/+1
2004-01-20improved readability (for both readers and editors); added docbook tags for ↵myk%mozilla.org1-82/+98
variables, literals, and inline code; corrected a few errors, regressions, and typos; and added section explaining applicability of hooks for installation customizers
2004-01-19Bug 230742 - document new 'hooks' mechanism. This is my take on Myk's text - ↵gerv%gerv.net1-0/+191
probably still needs further polish.
2004-01-16Minor adjustment to documentation to account for changes made in bugkiko%async.com.br2-4/+4
229800: whineatnews.pl doesn't whine about REOPENED bugs. Patch written by me and ignored by Gerv :-P
2004-01-16Another pre-2.17.7 rev.gerv%gerv.net6-230/+209
2004-01-16Phase 1 of a big documentation update before 2.17.6.gerv%gerv.net13-2639/+2038
2003-11-02Adding reference to current version of the docs being on the webjustdave%syndicomm.com1-1/+7
2003-11-01Bug 123565: Add to FAQ: Why can't I close bugs from "Change Several Bugs at ↵jocuri%softhome.net1-0/+23
Once" ?; r=justdave; a=justdave.
2003-10-31Add user documentation for Patch Viewer (bug 216707)john%johnkeiser.com1-0/+93
2003-10-31Rebuilding documentation for Bugzilla 2.17.5.jocuri%softhome.net1-2/+2
2003-10-31Bug 224218: Fix wrong version in administration.xml; r=kiko; a=justdave.jocuri%softhome.net1-1/+1
2003-10-31Bug 216703: Need PatchReader note in install docs; patch by jkeiser (John ↵jocuri%softhome.net2-1/+28
Keiser - john@johnkeiser.com); r=jake; a=jake.
2003-10-22Bug 178624 - checksetup.pl needs to be run after copying templates to the ↵jake%bugzilla.org1-0/+7
custom directory.
2003-10-22Bug 215051 - Document the language auto-chooser.jake%bugzilla.org1-3/+27
2003-10-16removing references to my netscape.com address, since it no longer works.justdave%syndicomm.com1-1/+1
2003-10-08Bug 219724: typo in URL in section 4.2.5 of the guide; r=kiko, a=justdave.jocuri%softhome.net1-2/+2
2003-07-23Bug 206558 - What happened when multiple items were selected on a ↵jake%bugzilla.org1-10/+9
multi-select box wasn't clear. Patch by Vlad Dascalu <jocuri@softhome.net> r=jake
2003-07-04Bug 194347 - Updating MacOS X hints to specify that the GD patch is no ↵jake%bugzilla.org2-72/+44
longer required (when using the gd2 package) and also recommend using fink to install expat.
2003-07-04*Whitespace* Fixing indentation like I wanted to do before I checked this ↵jake%bugzilla.org1-114/+111
section in...
2003-07-03Refix bug 201955 - Forgot to edit one of the introductory paragraphs and ↵jake%bugzilla.org1-10/+8
fixed a couple other minor errors.
2003-07-03Bug 211126 - As a part of fixing bug 180642 the directions for using LDAP ↵jake%bugzilla.org2-58/+125
authentication has changed.
2003-07-01Bug 201955 - The method for specifing a charset has changed now that we use ↵jake%bugzilla.org1-17/+14
CGI.pm for header output (bug 201816).
2003-07-01Bug 206498 - Add a warning that Bugzilla upgrades are irreversable and that ↵jake%bugzilla.org1-0/+8
backups should be made.
2003-06-29Bug 210248 - Missing "my" in SMTP code for win32 instructions.jake%bugzilla.org1-2/+2
Patch by Jean-Sebastien Guay <jean_seb@hybride.com> r,a=jake
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-2/+2
r=myk,jake
2003-05-21Fix for bug 84876 - Mentioned the wrong bug number, also making it a link.jake%bugzilla.org1-2/+4
2003-05-21Bug 145965 - Mention the sendmail -> SMTP change for Bugzilla on win32jake%bugzilla.org1-1/+39
Patch by Jean-Sebastien Guay <jean_seb@hybride.com>
2003-05-17Bug 199129 - Replace installation list w/a link to the installation list on ↵jake%bugzilla.org1-23/+7
the web page
2003-05-17Bug 191034 - Making the installation chapter a little more generic. Replaced ↵jake%bugzilla.org3-373/+512
a lot of OS Specific hints with links to the OS Specific section.
2003-05-13Bug 203314 - Clean up <ulink/>'s, links to bugs and extra spaces in sentences.jake%bugzilla.org11-201/+162
Patch by Martin Wulffeld <martin@wulffeld.org>. r,a=jake Also, added Martin to the section about people who have made signifigant conrtibutions.
2003-05-06Bug 190864 - Fix ordering of ' and > that I thought I had done earlier.jake%bugzilla.org1-1/+1
2003-05-06bug 203867: Add regular expression references to glossarybugreport%peshkin.net1-0/+11
r,a=jake
2003-04-29Spell component correctly.jake%bugzilla.org1-1/+1
2003-04-26Bug 203160 - mod_throttle has a new URLjake%bugzilla.org1-3/+2
2003-04-23Updating date for the 2.17.4 release.jake%bugzilla.org1-1/+1
2003-04-23The source files for the Bugzilla Guide have long been using the XML version ↵jake%bugzilla.org16-40/+40
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.
2003-04-21Per bug 200472 - Changing the version information for Date::Parse (any) to ↵jake%bugzilla.org2-2/+2
instead specify Date::Format (2.21).
2003-04-02Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in ↵jake%bugzilla.org1-0/+6
MySQL 4.
2003-04-02Bug 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.
2003-04-02Misc. updates to the FAQ.jake%bugzilla.org1-10/+11