aboutsummaryrefslogtreecommitdiffstats
path: root/docs/en/xml/Bugzilla-Guide.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Backout bug 232378, as it doesn't appear to be working correctly.mozilla%colinogilvie.co.uk2008-04-041-15/+30
|
* Bumping trunk versions to 2.19. r,a=justdave (on irc)jouni%heikniemi.net2008-04-041-27/+67
|
* Bug 232378: switch from entities to XIncludes for inclusion of modular docs ↵mozilla%colinogilvie.co.uk2008-04-041-67/+27
| | | | | | files Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=vladd
* Making version numbers match checksetup.pl and the release notesjustdave%bugzilla.org2008-04-041-31/+16
|
* Bug 303782: Docs missing prerequsite for required MIME::Base64 and MIME::Parsermozilla%colinogilvie.co.uk2008-04-041-18/+33
| | | | Patch by: victory <bmo@rsz.jp>; r=colin
* Bump the version number in the documentation titlejustdave%bugzilla.org2008-04-041-4/+5
|
* er, oops, wrong date :)justdave%syndicomm.com2008-04-041-1/+1
|
* Bump docs build date to test the xml rebuild script on the websitejustdave%syndicomm.com2008-04-041-55/+32
|
* Adding reference to current version of the docs being on the webjustdave%syndicomm.com2008-04-041-54/+63
|
* Remove newest-perl-ver as it changes too often, and isn't up-to-date. No ↵mozilla%colinogilvie.co.uk2008-04-041-60/+57
| | | | bug, r=justdave,r=mkanat on IRC
* Rebuilding documentation for Bugzilla 2.17.5.jocuri%softhome.net2008-04-041-36/+52
|
* Bug 232097: Use an entity reference for the landfill base URL in the demos, ↵justdave%syndicomm.com2008-04-041-53/+38
| | | | | | to make it easy to change each release. Patch by Colin Ogilvie <bmo@colino.co.uk>.
* Spell component correctly.jake%bugzilla.org2008-04-041-1/+1
|
* Updating date for the 2.17.4 release.jake%bugzilla.org2008-04-041-59/+60
|
* Bug 299145: Document new required perl modulesmozilla%colinogilvie.co.uk2008-04-041-77/+76
| | | | Patch by me, r=mkanat
* Update version infomation in anticipation for 2.17.4.jake%bugzilla.org2008-04-041-3/+3
|
* Rearrange the credits page and give myself co-author status.jake%bugzilla.org2008-04-041-3/+3
|
* <edition/> is not included by default in ldp.dsl so putting version ↵jake%bugzilla.org2008-04-041-3/+1
| | | | | | information into the <title/> tag. This has the added benifit that the version will appear at the top of each .html (and the top of each page on the .pdf version generated by tldp.org).
* The GNU Free Documentation License should be at the end of the guide (in an ↵jake%bugzilla.org2008-04-041-3/+7
| | | | | | appendix), not at the begining. Also, add the version number of the guide to the front page.
* Bumping minimum versions for DBI and DBD::mysql to match what was just ↵jake%bugzilla.org2008-04-041-2/+2
| | | | checked in for bug 163290.
* Update links to tldp.org and Bugzilla version numbers. Also, added some text abjake%bugzilla.org2008-04-041-6/+27
| | | | | out this being a development version of the guide and instructions on what to ch ange for a release (including how to disable the devel text).
* Bug 188656 Change required mysqld minimum to 3.23.41bugreport%peshkin.net2008-04-041-93/+74
| | | | | r=bbaetz,justdave a=justdave
* Bug 265995 - Make the docs closer to being valid XML (note: to complete the ↵jake%bugzilla.org2008-04-041-1/+1
| | | | | | process the bz-devel ENTITY would have to be removed). Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com> with half 0f it being removed by myself.
* Bug 271360 - Moving the Troubleshooting section into an appendix instead. ↵jake%bugzilla.org2008-04-041-1/+6
| | | | Also, moved a few items out of the FAQ and into this new appendix.
* Reinstate the seperate security section as a chapter.jake%bugzilla.org2008-04-041-70/+101
|
* General updates. I'm working through the entire guide, tidying it up.gerv%gerv.net2008-04-041-7/+7
|
* Bug 125395 - remove revision history. That's what CVS is for :-) Also, do ↵gerv%gerv.net2008-04-041-84/+7
| | | | other tidy-ups and updates to front page.
* Bug 126907 - remove "Future" section from guide.gerv%gerv.net2008-04-041-3/+0
|
* Full recompile of the docs so everyone can see what the current SGML docs ↵justdave%syndicomm.com2008-04-041-95/+149
| | | | actually look like in HTML.
* Bug 257534: Require Perl 5.8.1 or later when running on Windows with ↵justdave%bugzilla.org2008-04-041-7/+9
| | | | | | | 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
* Massive rearrangement of the installation section. Hopefully it makes sense now.gerv%gerv.net2008-04-041-12/+10
|
* Another pre-2.17.7 rev.gerv%gerv.net2008-04-041-2/+2
|
* Phase 1 of a big documentation update before 2.17.6.gerv%gerv.net2008-04-041-41/+26
|
* Bug 216703: Need PatchReader note in install docs; patch by jkeiser (John ↵jocuri%softhome.net2008-04-041-0/+1
| | | | Keiser - john@johnkeiser.com); r=jake; a=jake.
* Bug 191034 - Making the installation chapter a little more generic. Replaced ↵jake%bugzilla.org2008-04-041-3/+3
| | | | a lot of OS Specific hints with links to the OS Specific section.
* The source files for the Bugzilla Guide have long been using the XML version ↵jake%bugzilla.org2008-04-041-21/+21
| | | | | | 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.
* Per bug 200472 - Changing the version information for Date::Parse (any) to ↵jake%bugzilla.org2008-04-041-17/+40
| | | | instead specify Date::Format (2.21).
* We use the GD::Graph perl module, not GD::Chart (which doesn't exist)jake%bugzilla.org2008-04-041-1/+1
|
* Bug 186962 - Update minimum versions of required software and move those ↵jake%bugzilla.org2008-04-041-1/+22
| | | | | | versions to be ENTITY's a=justdave
* Merging new docs from 2.16 branch.gerv%gerv.net2008-04-041-117/+33
|
* Initial conversion to XML format from SGML.barnboy%trilobyte.net2008-04-041-17/+17
| | | | | | | 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.
* Buncha' release updates. Moved all images tobarnboy%trilobyte.net2008-04-041-6/+6
| | | | | | | | | | | | | | | | | | ./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-041-10/+7
| | | | | 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-041-89/+141
| | | | be used for 2.14 documentation due to inconsistencies.
* Added .htaccess files for shadow/, data/, and /.barnboy%trilobyte.net2008-04-041-1/+1
| | | | | | 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-041-127/+145
| | | | | | 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-041-0/+178
by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit