summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-02-17runtests.pl now lets you specify a test number on the command line if you ↵justdave%syndicomm.com1-2/+5
only want to run that specific test instead of all of them. (no bug number)
2003-02-17Bug 135820 - token cancellation message are not user-friendlyburnus%gmx.de2-8/+22
r=gerv, a=justdave
2003-02-17Recompiling the docs for the 2.17.4 development release.jake%bugzilla.org61-2317/+2388
2003-02-17Spell variant correctlyjake%bugzilla.org4-4/+4
2003-02-17Update version infomation in anticipation for 2.17.4.jake%bugzilla.org2-6/+6
2003-02-16Bug 193511 - post_bug page has two headers. Patch by gerv; r=burnus, a=justdave.gerv%gerv.net1-0/+2
2003-02-16Bug 186994 - Unable to accept a new bug that has been assigned. Patch by ↵gerv%gerv.net3-14/+14
gerv; r=bbaetz, a=justdave.
2003-02-16Rearrange the credits page and give myself co-author status.jake%bugzilla.org6-82/+170
2003-02-16Bug 191537 - Improvements to the security section.jake%bugzilla.org6-756/+560
2003-02-15Bug 192877 - State changes on bugs w/ dependancies cause "Use of ↵preed%sigkill.com1-6/+9
uninitialized values" in BugMail.pm; r=justdave, bbaetz, a=justdave
2003-02-15Bug 193286: Field validation errors had the wrong page titlejustdave%syndicomm.com3-6/+11
r= gerv, a= justdave
2003-02-15Add a little page telling people where the win32 instructions went (NOTE: ↵jake%bugzilla.org1-0/+11
This file is not generated by Bugzilla-Guide.sgml).
2003-02-15<edition/> is not included by default in ldp.dsl so putting version ↵jake%bugzilla.org2-6/+2
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).
2003-02-14Bug 192531 - Bugzilla not properly closing DB statement handlesbbaetz%acm.org2-10/+21
Change code to work arround a perl < 5.8 leak when localising the tied statement attributes. Also, clear the sql statestack compat stuff so that the handles are really dead by the time we disconnect r,a=justdave
2003-02-13Bug 177997 - Update the AOL Server section with the new configuration ↵jake%bugzilla.org2-20/+50
information.
2003-02-13Bug 192511 - Removing all occurances of 'processmail' from the documentation ↵jake%bugzilla.org6-32/+74
now that bug 124174 is FIXED.
2003-02-13Bug 192874: checksetup.pl wasn't silencing the GraphViz check when running ↵justdave%syndicomm.com1-2/+2
in silent mode. r=zach, a=justdave
2003-02-12Bug 58020: include bug summaries in whinemail.justdave%syndicomm.com1-3/+9
Patch by pbaker@where2getit.com (Paul Baker) r= jouni, a= justdave
2003-02-11Give all FAQ questions an id so the anchor name doesn't have to be randomly ↵jake%bugzilla.org2-116/+116
generated and therefore won't change every time the docs get recompiled.
2003-02-10Bug 192513: importxml.pl and move.pl now use the new mail routines ↵justdave%syndicomm.com5-9/+11
introduced in bug 124174 (they got broken when processmail was removed). Also fixes several comments referring to processmail (which no longer exists) in other files, and removes references to processmail from the .htaccess files and the executable file list in checksetup.pl. r= jaypee, a= justdave
2003-02-10Partial fix for bug 192513 (processmail cleanup). Patch fixes test fileszach%zachlipton.com2-6/+3
to disregard processmail since it no longer exists (it was special-cased before). r=dave, a=dave
2003-02-10Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com11-236/+214
a=justdave
2003-02-09Bug 192393 - $::dbwritesallowed never setbbaetz%acm.org3-4/+20
r, a=justdave
2003-02-08Bug 192340 - 'unknown_keyword' error doesn't mention keywordbbaetz%acm.org1-0/+1
r=myk, a=justdave
2003-02-08Bug 192182 - editflagtypes uses ^ instead of **bbaetz%acm.org1-1/+1
r,a=justdave
2003-02-07Bug 191020 - back out bits of generic charting checked in by mistake. Apologies.gerv%gerv.net1-18/+0
2003-02-07Bug 191020 - buglist.cgi doesn't always get query names right for filename ↵gerv%gerv.net1-16/+36
to save. Patch by gerv; r=bbaetz, a=justdave.
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org12-106/+67
r=gerv, justdave a=justdave
2003-02-06This checkin contains two fixes:jake%bugzilla.org27-327/+394
* Bug 191971 - The guide incorrectly stated that you could resolve a bug via email * Provide an example of a glossary term in the document conventions section
2003-02-06Bug 172434 - add link to latest nightly. Patch by gerv; r=myk, a=justdave.gerv%gerv.net1-1/+5
2003-02-05bug 191087 - process_bug.cgi: "Mid-air collision!" title when not allowed to ↵burnus%gmx.de2-1/+2
change a field r=gerv, a=justdave
2003-02-02Bug 191085 - Fix FetchSQLData compat code.bbaetz%acm.org1-5/+4
r,a=justdave
2003-02-01Recompiling the docs because of the large change to the installation section ↵jake%bugzilla.org37-6005/+6560
just checked in.
2003-02-01Bug 191034, step 1 - Refactoring the installation chapter to provide ↵jake%bugzilla.org6-1616/+960
sections for OS Specific notes and configuration help on multiple web servers. Also added some terms to the glossary.
2003-01-30Bug 191080 - fix SQLQuote return value for an undef inputbbaetz%acm.org1-1/+1
r=gerv, a=justdave
2003-01-29Fix "variable declaration masks earler declaration" warning. No bug number.gerv%gerv.net1-1/+1
2003-01-29bug 190999 - Quips.cgi editing doesn't show quips author -- ↵burnus%gmx.de1-1/+1
s/FetchSQLData/FetchOneColumn/ r,a=myk
2003-01-28Spell servlet correctly. Also, Scarab is now at Version 1.0 Beta 13, as long ↵jake%bugzilla.org2-4/+4
as I'm updating...
2003-01-26The GNU Free Documentation License should be at the end of the guide (in an ↵jake%bugzilla.org6-24/+22
appendix), not at the begining. Also, add the version number of the guide to the front page.
2003-01-25Bug 190582 - quips table initial definition in checksetup.pl missing ↵burnus%gmx.de1-1/+2
approved column r,a=justdave
2003-01-25Bug 190521 - If the attachment didn't have a Content-Description: header in ↵jake%bugzilla.org1-2/+3
the e-mail, it ended up not having a description in Bugzilla leaving nothing to click on in the Attachment table on the bug form. r=jake a=justdave
2003-01-24Bug 190437 - showdependencytree.cgi and showdependencygraph should use ↵burnus%gmx.de2-0/+8
switch_to_shadow_db r=bbaetz a=justdave
2003-01-24Bug 106918: the "movers" param was not being interpreted correctly by ↵justdave%syndicomm.com3-2/+6
move.pl or the show_bug template. Also the exporter value was not properly fed into the xml template. r= myk, a= justdave
2003-01-24Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net6-122/+269
by burnus; r=gerv, a=justdave.
2003-01-23Bug 190197 AnyEntryGroups() is broken in globals.pl; call from enter_bug.cgi ↵timeless%mozdev.org1-5/+8
breaks bug entering patch by jon@vmware.com r=justdave a=justdave
2003-01-23Bug 188712 Apple's Browser Safari does not support server-pushtimeless%mozdev.org1-6/+7
patch by melo@isp.novis.pt r=timeless a=justdave
2003-01-23Bug 189446 - Can't change product of a bugbbaetz%acm.org1-1/+8
r, a=justdave
2003-01-23Bug 188161 - assignee/qa missing change knobs.bbaetz%acm.org2-6/+6
r, a=justdave
2003-01-22Bug 189790 voting info not displayed when editing/viewing a bugbugreport%peshkin.net1-1/+1
patch by jnerad@bellsouth.net r=burnus a=justdave
2003-01-17Fix for bug 184909: show status whiteboard on bug lists when the user ↵myk%mozilla.org1-1/+1
requests it. r=justdave a=myk