summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-01-19Remove files no longer needed after the latest changes to the docsjake%acutex.net17-2778/+0
2002-01-19Latest version of compiled docs (picking up recent SGML changes).jake%acutex.net70-5169/+8587
2002-01-19Fix for bug 120817 - Log Out and %commandmenu% in bannerhtml, r=justdave,dkldkl%redhat.com1-2/+5
2002-01-19Fix for bug 119060 - Use of Template.pm filters for url and html encoding. ↵dkl%redhat.com3-8/+2
r=jake,dkl
2002-01-17Bug 120081 - Bugzilla now requires version 2.06 of the Template Toolkit.jake%acutex.net1-1/+1
r= bbaetz, justdave
2002-01-16Fix for bug 99608: dependency mails are no longer sent if the dependent bug ↵justdave%syndicomm.com1-10/+28
can't be seen by the would-be recipient of the email. Patch by Jake Steenhagen and David Kilzer r= gerv, justdave
2002-01-11Additional fix for bug 112914: "Test should not `cat $file`" Previouszach%zachlipton.com1-27/+35
patch fixed the problem, but this patch stops once it finds strict so it will not take as long to run. Patch by ddkilzer@theracingworld.com. R=zach@zachlipton.com though review is not required for tests.
2002-01-11Fix for bug 113383: Add a link to the dependent bug in emails about a ↵myk%mozilla.org1-3/+4
dependent bug changing state. Patch by Myk Melez <myk@mozilla.org>. r=caillon,jake
2002-01-06Bug 113975 - Changing only cc on mass change page incorrectly gives an error ↵jake%acutex.net1-1/+4
that you didn't select anything to change. r= myk x2
2002-01-05Bug 112914 - This test was relying on the existance of the unix "cat" ↵jake%acutex.net1-8/+13
command instead of using perl's standard open() function. This caused a test failed when running the tinderbox script on win32.
2001-12-30SECURITY FIX for bug 109679: It was possible to send arbitrary SQL to ↵justdave%syndicomm.com1-0/+24
buglist.cgi by altering the HTML form before submitting. Patch by Dave Miller <justdave@syndicomm.com> r= dkl, gerv
2001-12-27Fix for bug 97784: Wrap comments properly on "edit attachment" page.myk%mozilla.org1-1/+1
Fix by Myk Melez <myk@mozilla.org>. r=kiko,justdave
2001-12-25Re-fixing bug 37339 - Checking an undefined variable for a specific value ↵jake%acutex.net1-1/+1
didn't work in Netscape 4 (and was probably a strict warning everywhere else). Fix by Christian Reis <kiko@async.com.br> r= afranke, jake
2001-12-24Bugzilla Bug 106386 rid source of these misspellings: persistant persistance ↵timeless%mac.com2-2/+2
priviledge protocal editting editted targetted targetting r='s from many people. sr=jst
2001-12-21Bug 98080 ask for an attachment number when no params are giventimeless%mac.com1-0/+13
r=dkl r=justdave
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