summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2001-11-22Bugzilla Bug 93754 describe should be #directabletimeless%mac.com2-2/+6
r=justdave,dkl
2001-11-21Fix for bug 102141: SECURITY FIX - the Product popup menu on the show_bug ↵justdave%syndicomm.com1-4/+44
form listed all products, even if the user didn't have access to all of them. It now only shows products the user has access to (and the product the bug is in, if the user is viewing it because of some other override) Patch by George Hotelling <george.hotelling@iconideas.com> and Dave Miller <justdave@syndicomm.com> r= bbaetz, caillon
2001-11-21Bug 110276:SQL error in globals.pl.matty%chariot.net.au1-1/+2
Patch by me, r=bbaetz,caillon.
2001-11-21Added blurb about unified diffs.barnboy%trilobyte.net2-0/+24
2001-11-21Taint mode note.barnboy%trilobyte.net2-0/+20
2001-11-21Added Javascript, Cookies, and Templatization requirements to Hackingbarnboy%trilobyte.net2-2/+72
Bugzilla.
2001-11-21Added tip about checking sanitycheck.cgi if you make schema changes,barnboy%trilobyte.net2-2/+22
per bug 98049.
2001-11-21Removed references to bugzilla.mozilla.org so we can avoidbarnboy%trilobyte.net2-14/+14
spurious bug postings. However, this file will need some significant treatment for 2.16 release since the query.cgi interface has changed.
2001-11-21Backing out previous checkin, this file is distributed with Bugzilla, we ↵justdave%syndicomm.com1-4/+0
don't need mozilla-specific information in it.
2001-11-21Added one liner mentioning that mozilla.org provides only one votebarnboy%trilobyte.net1-0/+4
per bug.
2001-11-21Modified Win32 notes regarding system() calls per bug 99595.barnboy%trilobyte.net2-10/+12
2001-11-21Fixed CPAN locations per bug 97582.barnboy%trilobyte.net2-24/+24
2001-11-21Added bit about needing proper <Directory> permissions in orderbarnboy%trilobyte.net2-2/+64
for .htaccess to function. See bug 97668.
2001-11-21Changed openjade compilation instructions to match new commandsbarnboy%trilobyte.net1-5/+17
required by XML conversion of the Guide.
2001-11-21Initial conversion to XML format from SGML.barnboy%trilobyte.net21-209/+209
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.
2001-11-20Fix for bug 109240: fixes the regression that changed the way comments ↵myk%mozilla.org1-1/+1
regarding attachment creation are formatted. Patch by Jake <jake@acutex.net>. r=myk@mozilla.org, no second review needed.
2001-11-20Fix for bug 107120, templates/default/global/header has invalid HTML.zach%zachlipton.com1-1/+1
Patch removes a <meta> tag as per bug 38856. Patch by David D. Kilzer <mailto:ddkilzer@theracingworld.com>. r1=Christopher Aillon <mailto:caillon@returnzero.com>. No 2nd review required as per caillon.
2001-11-19Bug 98707. Query.cgi rewrite. Patch by me, layout by mpt and others, ↵gerv%gerv.net2-878/+240
r=justdave, mattyt. Wahey!
2001-11-19Bug 98707. Query.cgi rewrite, reformatting and templatisation. Patch by me, ↵gerv%gerv.net1-0/+778
layout by mpt and others, r=justdave,matty. Wahey!
2001-11-18Moving a comment to the right place, in order to be able to make a comment ↵matty%chariot.net.au1-2/+2
about my previous check in that accidentally got checked in without a comment, and hence didn't show up on Tinderbox I think. It was a change to CGI.pl, a fix for bug 105812: Rename "Components" link in sub GetCommandMenu() to "Products". The patch was by James A Laska <jlaska@us.ibm.com>.
2001-11-18*** empty log message ***matty%chariot.net.au1-1/+1
2001-11-18Fix for bug 100788: enter_bug.cgi wasn't correctly interpretting whether or ↵justdave%syndicomm.com1-1/+2
not a partial URL needed an http:// added to the front of it, which had the side-effect of duplicating the http:// on the front when a URL was passed from Bugzilla Helper. Patch by Josh Soref <timeless@mac.com> r= justdave, caillon
2001-11-18Fix for bug 109354: After entering a new bug, the link offering to add an ↵justdave%syndicomm.com1-1/+1
attachment to the bug you just created pointed at the old attachment form instead of the new one. Patch by Josh Soref <timeless@mac.com> r= myk x2
2001-11-18Fix for bug 107120: templates/default/global/header was generating HTML that ↵justdave%syndicomm.com1-6/+6
wouldn't validate as HTML 4.01 Transitional Patch by Dave Miller <justdave@syndicomm.com> r= jake, bbaetz
2001-11-18Fix for bug 92500: line-feeds were not being properly converted when ↵justdave%syndicomm.com1-1/+1
submitting parameter changes with some Mac browsers. Patch by Gervase Markham <gerv@mozilla.org> r= ddk, justdave
2001-11-18Backing out previous checkin, it broke the tree. :(justdave%syndicomm.com1-4/+2
2001-11-18Fix for bug 102487: If admin has set preferences to require a comment on a ↵justdave%syndicomm.com1-2/+4
product/component change, prompt the user that they forgot to comment first, before prompting for component, milestone, and version for new product. Patch by Garvase Markham <gerv@mozilla.org> r= kiko, ddk
2001-11-18Fix for bug 12284: allow user to specify which columns to display in a bug listjustdave%syndicomm.com1-1/+3
Patch by Andreas Franke <afranke@ags.uni-sb.de> r= gerv, kiko
2001-11-18Fix the double testing of .pm files.zach%zachlipton.com1-7/+3
No review needed for tests at this time.
2001-11-17Bug 104677 : Votes field (text style) on showvotes.cgi defaults to size 5, ↵matty%chariot.net.au2-6/+25
not natural size and doesn't include a maxlength attribute. Patch by Christoper Aillon <caillon@returnzero.com>.
2001-11-17Bug 101560, pt 2. Perl 5.00503 gives a (bogus?) warning which 5.6 doesn't.bbaetz%cs.mcgill.ca1-1/+1
Quote manually rather than using qw to get arround this
2001-11-17Bug 101560 - clear some more env vars so that system calls will run inbbaetz%cs.mcgill.ca1-2/+1
taint mode. The perforce integration stuff needs this. r=gerv,mattyt
2001-11-16Bug 6419 - command-line query tools by Andreas Franke <afranke@ags.uni-sb.de>.gerv%gerv.net3-0/+174
2001-11-15Bug 107718 pt 2 - use subtraction instead of the ~ operator, which olderbbaetz%cs.mcgill.ca2-11/+6
mysql versions don't support. Remove the checksetup.pl restriction, too. r=jake x2
2001-11-14We don't really need to look for fragments that are pulled in by [% INCLUDE ↵jake%acutex.net1-15/+0
%] or [% PROCESS %]. While removing this code bit doesn't allow us to seperatly check that those fragments exist and compile, they'll be checked atomatically when the the template that wants them is run through the process() routine by the 004template.t test. This issue was raised because bug 98707 introduced a [% BLOCK %] element and the syntax for using that is the same as for including a template fragment.
2001-11-14Fix license headers and make attachment changed page look like bug changed ↵gerv%gerv.net9-7/+196
page. Bug 99518 and 98110. r-myk, no second review.
2001-11-12Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a ↵jake%acutex.net1-33/+52
tooltip for it, you'd get uninitialized variables warnings in your error log. This path also introduces a cache so if the same bug # is mentioned more than once during the same running of the script, it only has to query the database once. r= mattyt, gerv
2001-11-12Oops. Bug 109690 again, r=justdave, gervbbaetz%cs.mcgill.ca1-1/+1
2001-11-12Bug 109690: Check $bug before using it.bbaetz%cs.mcgill.ca1-0/+1
r=justdave,gerv
2001-11-09Bugzilla Bug 109138 platform detection not working on macintoshtimeless%mac.com1-4/+14
r=bbaetz,dkl
2001-11-09Fix for bug 109048: fixes error when creating attachments without logging in.myk%mozilla.org1-3/+4
Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
2001-11-08Fix for bug 99519: timestamps were not being set correctly in the activity ↵justdave%syndicomm.com1-6/+8
table in some situations, and the delta_ts on the bug itself was not always being updated if dependencies or CCs changed. Patch by Dave Miller <justdave@syndicomm.com> r= bbaetz, jake
2001-11-08Fix for bug 104652: Duplicate bugs in the dependency tree now get marked ↵myk%mozilla.org1-4/+13
with the message "This bug appears elsewhere in this tree." so users know why the bug does not appear to have dependencies. Patch by Gerv <gerv@mozilla.org>. r=jake@acutex.net,myk@mozilla.org
2001-11-08Fix for bug 108822: Prevent any user from changing their own groupset.myk%mozilla.org1-2/+2
Patch by Jake <jake@acutex.net>. r=bbaetz,myk
2001-11-08Fix for bug 108821: Prevent users with any blessgroupset privileges from ↵myk%mozilla.org1-1/+4
blessing any group set. Patch by Jake <jake@acutex.net> and Bradley <bbaetz@cs.mcgill.ca>. r=jake,myk for Bradley's portion, r=bbaetz,myk for Jake's portion.
2001-11-08Fix for bug 108812: Prevent users from running queries containing arbitrary SQL.myk%mozilla.org1-4/+8
Patch by Jake <jake@acutex.net> r=bbaetz,myk
2001-11-08Require (temporarily) mysql >= 3.23.5 for the ~ operator, needed for thebbaetz%cs.mcgill.ca1-1/+9
fix to bug 107718. This should be removed when the group stuff lands (bug 60822). r=justdave x 2
2001-11-08Bug 101166 - users seeing a bug via _accessible bits should see that itsbbaetz%cs.mcgill.ca1-12/+23
the group r=justdave,jake
2001-11-07Bug 108547 - Make the JavaScript use proper DOMjake%acutex.net1-10/+9
Patch by Christopher Aillon <caillon@returnzero.com> r= timeless@bemail.org, kiko@async.com.br
2001-11-07Refixing bug 71840 - The name should be the 'name' should be the same as ↵jake%acutex.net1-1/+1
what the 'href' points it too... r= justdave@syndicomm.com