summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2001-12-17Fix for bug 113646, midair when changing assignee gives error. Fix changes ↵zach%zachlipton.com1-4/+4
sub trim() in globals.pl not to use $_ so as not to conflict with $_ values allready set. Patch by myk@mozilla.org, r1=bbaetz, r2=dave.
2001-12-16Fix for bug 102487: If you had "comment on product change required" turned ↵justdave%syndicomm.com1-29/+31
on in your installation, Bugzilla would warn you of a forgotten comment AFTER allowing you to choose new components, versions, and milestones, forcing you to hit your back button TWICE to correct your mistake. This checkin corrects that. Patch by David Kilzer <ddkilzer@theracingworld.com> r= caillon, gerv
2001-12-13Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The ↵jake%acutex.net12-117/+542
sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not. r= ddk, kiko
2001-12-11Fix for bug 73502: midair collision wasn't catching other bugs changing ↵justdave%syndicomm.com1-0/+2
dependencies Patch by Dave Miller r= bbaetz, jake
2001-12-10Re-fix for bug 102141: The prior checkin on this bug caused an error if you ↵justdave%syndicomm.com1-1/+2
could only see one product and you tried to change a bug. Fix by David Kilzer <ddk@theracingworld.com> r= justdave, bbaetz
2001-12-10SECURITY FIX bug 54901: If you were using LDAP authentication it would let ↵justdave%syndicomm.com1-0/+15
you log in as anyone if you left the password blank. Patch by David Crowe <crow@waveset.com> r= jmrobins, justdave
2001-12-01Get the file list of files to scan for templates from Support::Files instead ↵jake%acutex.net1-1/+3
of glob('*')
2001-11-28Bug 108312 - The mid-air collision page was only showing the most recent ↵jake%acutex.net2-2/+2
changes if two people comitted changes to a bug while you were viewing it. r=louie, myk
2001-11-27Fix for bug 109802: Make it clear how to enter mysql passwords with special ↵myk%mozilla.org1-1/+3
characters into localconfig. Patch by Dave Miller <justdave@syndicomm.com>. r=ddkilzer,louie.
2001-11-27Fix for bug 101875: Put the product column before the component column ↵myk%mozilla.org1-1/+1
rather than after. Patch by Paul Baker <pbaker@where2getit.com>. Low risk, r=myk, no second review needed.
2001-11-26Bug 109530 - xml.cgi was quoting stuff way too much. This is because it was ↵jake%acutex.net3-29/+16
incorrectly quoted in Bug.pm r= justdave, louie
2001-11-23Fix for bug 61634: explain what "Milestone URL" is on the editproducts page.justdave%syndicomm.com1-1/+1
patch by Matthew Tuck <matty@chariot.net.au> r= caillon, justdave
2001-11-22Bug 104261 - incorrect template paths. r=myk, ddk.gerv%gerv.net4-4/+4
2001-11-22Fix for bug 99864: consistant use of "product" vs "program"justdave%syndicomm.com2-3/+3
Patch by Josh Soref <timeless@mac.com> r= dkl, justdave
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.