summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-06-03Release notes updates.matty%chariot.net.au1-17/+34
2002-06-03Bug 93167 - &GroupExists and &GroupIsActive should push and pop sql statebbaetz%student.usyd.edu.au1-0/+4
r=justdave, jouni
2002-06-03Bug 148674 Boolean Charts don't work in Netpositive because '-' is sent as '%2Dtimeless%mac.com1-2/+2
This makes CGI.pl closer to CGI.pm by having it unescape the name field in addition to the value field. r=preed,justdave
2002-06-03Bug 145702 - query.cgi doesn't always ConnectToDatabase() early enoughbbaetz%student.usyd.edu.au1-1/+2
r=justdave, preed
2002-06-03Fix for bug 147476: the affect of changing your dot/webdot preferences on ↵justdave%syndicomm.com1-1/+5
your web server's accessibility option (.htaccess for Apache) is now mentioned in the parameter description. Patch by Jouni Heikniemi (jouni@heikniemi.net) r= bbaetz, afranke
2002-06-03Fix for bug 143108: comment change in localconfig to eliminate incorrect ↵justdave%syndicomm.com1-1/+1
statement that your permissions won't get touched if $webservergroup is empty. r= jouni, MattyT
2002-06-01Bug 147486 - Fixes cross site scripting issues; first checked in on the ↵preed%sigkill.com1-2/+2
2.14.1 branch, but I forgot the 2.16 branch/trunk (thanks bbaetz); patch=preed, r=bbaetz,myk
2002-06-01Bug 148363 - minor html glitch on the enter_bug templatebbaetz%student.usyd.edu.au1-1/+1
patch by jouni@heikniemi.net (Jouni Heikniemi), r=myk x2
2002-05-31Fix for bug 148157 - Bad sorting in describecomponents.cgi, patch by David ↵dkl%redhat.com1-1/+1
Lawrence <dkl@redhat.com> r=jouni@heikniemi.net,myk@mozilla.org
2002-05-30Fix for bug 148011: Move pseudo-method definitions together.myk%mozilla.org1-22/+23
Patch by Myk Melez <myk@mozilla.org>. 2xr=justdave
2002-05-29Bug 147272 - no background for bugzilla pagesbbaetz%student.usyd.edu.au1-5/+4
r=justdave, preed
2002-05-29Bug 144728 - Midair collision doubles line feeds. Patch by ↵gerv%gerv.net1-0/+3
jouni@heikniemi.net; 2xr=justdave.
2002-05-26Backing out mistakenly-checked-in code fragment. Thanks to MattyT for ↵gerv%gerv.net1-4/+1
pointing this out.
2002-05-26Release notes updates.matty%chariot.net.au1-95/+146
2002-05-25Bug 145849 - Non-maintainers with ability to bless others need "users" link ↵gerv%gerv.net2-6/+10
in footer. Patch by bugreport@peshkin.net; r=gerv, justdave.
2002-05-25Bug 146091 - Sort order for votes is ascending instead of descending. Patch ↵gerv%gerv.net1-1/+1
by myk; 2xr=gerv.
2002-05-25Bug 144768 - Selecting multiple products on query page causes script error ↵gerv%gerv.net1-3/+3
in IE. Patch by jouni@heikniemi.net; r=gerv, bbaetz.
2002-05-23Fix for bug 146261: fixes bug preventing the sending of email to users when ↵myk%mozilla.org1-4/+2
the status of bugs changes in some situations. Patch by Tim Taylor <ttaylor@mitre.org>. r=myk,bbaetz
2002-05-23Release notes updates.matty%chariot.net.au1-29/+34
2002-05-22Bug 93667: Add comments to uncommented sections of sanitycheck.cgimatty%chariot.net.au1-3/+21
2002-05-22Bug 144565 - describecomponents.cgi shows wrong components when user hasbbaetz%student.usyd.edu.au1-4/+6
access to only one product Bug 145113 - describecomponents doesn't call quietly_check_login() r=justdave, gerv
2002-05-22Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.myk%mozilla.org33-116/+116
Patch by mental <xor@ivwnet.com>. r=justdave,myk
2002-05-21Fix for bug 143743: Eliminates warning by properly initializing array reference.myk%mozilla.org1-1/+1
Fix by Myk Melez <myk@mozilla.org>. r=bbaetz,justdave
2002-05-21Bug 143586 - required modules tests should be sorted. Patch by David ↵dkl%redhat.com1-12/+42
Lawrence <dkl@redhat.com> r=justdave@syndicomm.com,bbaetz@student.usyd.edu.au
2002-05-14Bug 144165 - enter_bug product selection has a footer like without a login ↵gerv%gerv.net1-0/+1
if no usebuggroupsentry. Patch by jouni@heikniemi.net; 2xr=gerv.
2002-05-14Fix for bug 144091: adding old-params.txt to .cvsignorejustdave%syndicomm.com1-0/+1
2002-05-14Bug 129466 - Adding a comment per a discussion w/ bbaetz on IRC about having ↵preed%sigkill.com1-0/+3
backported this bug's patch to the 2_14_1-BRANCH, which was checked in today
2002-05-13Bug 143560 - showdependencytree.cgi eats all available memory if there's a ↵gerv%gerv.net1-1/+1
circular dependency. Patch by myk; 2xr=gerv.
2002-05-11Bug 143486 - enter_bug.cgi: Using ?format=simple doesn't work. Patch by ↵gerv%gerv.net1-1/+1
burnus@gmx.de; 2xr=gerv.
2002-05-11Fix for bug 143547: Don't show bugs as grey if usebuggroups parameter is set ↵myk%mozilla.org1-1/+1
to true. Patch by Myk Melez <myk@mozilla.org>. 2xr=gerv
2002-05-11Bumping version to 2.17 for development on the trunk. Bugzilla 2.16 release ↵justdave%syndicomm.com1-1/+1
process is now ocurring on BUGZILLA-2_16-BRANCH. Any bugs intended for 2.16 must be checked in both on the branch and the trunk. Checkins for 2.17/2.18 items can be checked in on the trunk now.
2002-05-11Fix for bug 78701: missing . in INVALID description in queryhelp.cgijustdave%syndicomm.com1-1/+1
Patch by norton@w5ac.tamu.edu 2xr= justdave
2002-05-10Release notes update.matty%chariot.net.au1-0/+3
2002-05-10Bug 143231 - Changing a bug with an empty buglist gives a warning. Patch by ↵gerv%gerv.net1-1/+1
jouni@heikniemi.net; 2xr=justdave.
2002-05-10Fix for bug 135449: allows named queries to override the last sort order.myk%mozilla.org1-0/+1
Patch by Myk Melez <myk@mozilla.org>. 2xr=justdave
2002-05-10Bug 143251 - RFE: checksetup.pl should report module version in error ↵dkl%redhat.com1-12/+20
message. Patch by dkl@redhat.com 2xr=justdave@syndicomm.com
2002-05-10Release notes updates.matty%chariot.net.au1-9/+24
2002-05-09Bumping version number to 2.16rc1justdave%syndicomm.com1-1/+1
2002-05-09Fix for bug 143124, Fix warning messages about *::TESTOUT and clean upzach%zachlipton.com5-70/+100
test code. Patch makes the tests much better now. r=zach x2
2002-05-09Bug 143091 - No email to the qa contact when creating bugs. Patch by gerv; ↵gerv%gerv.net1-2/+2
2xr=justdave.
2002-05-09Bug 143040 - Tidy up remove parameters message in checksetup.pl. Patch by ↵gerv%gerv.net2-16/+12
gerv; r=justdave, ddk.
2002-05-09More documentation updates.gerv%gerv.net26-9060/+6896
2002-05-09Oops - mistook the reference vs. copy behaviour. r=hixie, ddk on IRC.gerv%gerv.net1-0/+1
2002-05-09The first installment of Gerv's spanking of the Bugzilla Guide. This is a ↵gerv%gerv.net45-2232/+1312
work-in-progress.
2002-05-09Bug 143066 - footer shows as logged out on show_bug.cgi. Patch by gerv; 2xr=ddkgerv%gerv.net1-2/+1
2002-05-09Bug 143045 - Bug groups text is unclear. Patch by jmrobins@tgix.com; 2xr=gerv.gerv%gerv.net2-2/+2
2002-05-09Bug 142950 - query links in footer are broken. Patch by gerv; r=ddk, afranke.gerv%gerv.net2-4/+7
2002-05-08Correct error message that Dave just fixed.gerv%gerv.net1-1/+1
2002-05-08fix Tinderbox flamingjustdave%syndicomm.com1-1/+1
2002-05-08Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave.gerv%gerv.net5-247/+13