aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 122154 part 2 - Eliminiate the use of the "usetms" Javascript cache ↵jake%acutex.net2002-02-011-14/+6
| | | | | | | variable. Patch by Christian Reis <kiko@async.com.br> r= bbaetz, jake
* Bug 109138 platform detection not working on macintoshtimeless%mac.com2002-02-011-0/+1
| | | | | r=bbaetz r=gerv adds another regexp for MacOSX
* Bug 122744 - charting fails taint checksbbaetz%student.usyd.edu.au2002-02-011-0/+17
| | | | r=daa@distributed.net, gerv
* Fix up "used only once" warning from kiko's checkin.bbaetz%student.usyd.edu.au2002-02-011-0/+1
| | | | r=kiko x 2.
* Bug 122636 - Templatise colchange.cgijake%acutex.net2002-02-012-35/+95
| | | | | Patch by David Lawrence <dkl@redhat.com> and Christian Reis <kiko@async.com.br> r= kiko, jake
* Bug 122589 -- Update gnats conversion script to newer schema of 2.14.jake%acutex.net2002-01-311-40/+86
| | | | Patch by Andrea Dell'Amico <adellam@link.it>
* Fix for bug 109480: Removes createattachment.cgi from CVS.myk%mozilla.org2002-01-311-111/+0
| | | | | Removed by Myk Melez <myk@mozilla.org>. r=bbaetz x 2
* Fix for bug 104521: Removes old attachment interface in favor of new ↵myk%mozilla.org2002-01-307-72/+31
| | | | | | | attachment tracker. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,kiko
* Bug 122154 - change arrays to numeric, and clean up query.atml jsbbaetz%student.usyd.edu.au2002-01-301-85/+130
| | | | patch by kiko@async.com.br, r=caillon,bbaetz
* Bug 117509 - createaccount.cgi templatisation.gerv%gerv.net2002-01-305-55/+182
|
* Fix for bug 121735: Perl warning running checksetup.pl if a module has azach%zachlipton.com2002-01-281-2/+2
| | | | | | | non-numeric version number. Patch sets checksetup.pl to use a string compare instead of a numeric one. Patch by Dave Miller. r1=Bradley Baetz and r2=Gerv
* Removing new_comment.cgi - all part of quips.cgi now.gerv%gerv.net2002-01-261-63/+0
|
* quips.cgi rewrite and templatisation.gerv%gerv.net2002-01-262-27/+113
|
* Bug 93037 - use YYYY-MM-DD HH:MM formatting for attachment datesbbaetz%student.usyd.edu.au2002-01-232-6/+8
| | | | r=gerv,myk
* Bug 120543 - Software error when entering a bug when not logged in & onlybbaetz%student.usyd.edu.au2002-01-231-1/+1
| | | | | one product. r=caillon,jake
* Bug 121074 - taint error after changing bugbbaetz%student.usyd.edu.au2002-01-222-15/+13
| | | | r=daa@distributed.net,jake
* Bug 98368 - dbi connect doesn't use db_port option.bbaetz%student.usyd.edu.au2002-01-221-1/+2
| | | | Patch by gene.stuckey@tellabs.com, r=bbaetz,justdave
* Bug 121170 - template outputs empty <style> tagbbaetz%student.usyd.edu.au2002-01-221-3/+5
| | | | r=justdave,timeless
* Bug 113438 - The DTD from Bugzilla's XML output was not correct, so any ↵jake%acutex.net2002-01-211-17/+21
| | | | | | | attempts to validate the output were futile. Patch by Jan <tamino_xml@yahoo.com> r= jake
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-2040-73/+208
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Remove files no longer needed after the latest changes to the docsjake%acutex.net2002-01-1917-2778/+0
|
* Latest version of compiled docs (picking up recent SGML changes).jake%acutex.net2002-01-1970-5169/+8587
|
* Fix for bug 120817 - Log Out and %commandmenu% in bannerhtml, r=justdave,dkldkl%redhat.com2002-01-191-2/+5
|
* Fix for bug 119060 - Use of Template.pm filters for url and html encoding. ↵dkl%redhat.com2002-01-193-8/+2
| | | | r=jake,dkl
* Bug 120081 - Bugzilla now requires version 2.06 of the Template Toolkit.jake%acutex.net2002-01-171-1/+1
| | | | r= bbaetz, justdave
* Fix for bug 99608: dependency mails are no longer sent if the dependent bug ↵justdave%syndicomm.com2002-01-161-10/+28
| | | | | | | can't be seen by the would-be recipient of the email. Patch by Jake Steenhagen and David Kilzer r= gerv, justdave
* Additional fix for bug 112914: "Test should not `cat $file`" Previouszach%zachlipton.com2002-01-111-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.
* Fix for bug 113383: Add a link to the dependent bug in emails about a ↵myk%mozilla.org2002-01-111-3/+4
| | | | | | | dependent bug changing state. Patch by Myk Melez <myk@mozilla.org>. r=caillon,jake
* Bug 113975 - Changing only cc on mass change page incorrectly gives an error ↵jake%acutex.net2002-01-061-1/+4
| | | | | | that you didn't select anything to change. r= myk x2
* Bug 112914 - This test was relying on the existance of the unix "cat" ↵jake%acutex.net2002-01-051-8/+13
| | | | command instead of using perl's standard open() function. This caused a test failed when running the tinderbox script on win32.
* SECURITY FIX for bug 109679: It was possible to send arbitrary SQL to ↵justdave%syndicomm.com2001-12-301-0/+24
| | | | | | | buglist.cgi by altering the HTML form before submitting. Patch by Dave Miller <justdave@syndicomm.com> r= dkl, gerv
* Fix for bug 97784: Wrap comments properly on "edit attachment" page.myk%mozilla.org2001-12-271-1/+1
| | | | | Fix by Myk Melez <myk@mozilla.org>. r=kiko,justdave
* Re-fixing bug 37339 - Checking an undefined variable for a specific value ↵jake%acutex.net2001-12-251-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
* Bugzilla Bug 106386 rid source of these misspellings: persistant persistance ↵timeless%mac.com2001-12-242-2/+2
| | | | | | priviledge protocal editting editted targetted targetting r='s from many people. sr=jst
* Bug 98080 ask for an attachment number when no params are giventimeless%mac.com2001-12-211-0/+13
| | | | r=dkl r=justdave
* Fix for bug 113646, midair when changing assignee gives error. Fix changes ↵zach%zachlipton.com2001-12-171-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.
* Fix for bug 102487: If you had "comment on product change required" turned ↵justdave%syndicomm.com2001-12-161-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
* Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The ↵jake%acutex.net2001-12-1312-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
* Fix for bug 73502: midair collision wasn't catching other bugs changing ↵justdave%syndicomm.com2001-12-111-0/+2
| | | | | | | dependencies Patch by Dave Miller r= bbaetz, jake
* Re-fix for bug 102141: The prior checkin on this bug caused an error if you ↵justdave%syndicomm.com2001-12-101-1/+2
| | | | | | | | could only see one product and you tried to change a bug. Fix by David Kilzer <ddk@theracingworld.com> r= justdave, bbaetz
* SECURITY FIX bug 54901: If you were using LDAP authentication it would let ↵justdave%syndicomm.com2001-12-091-0/+15
| | | | | | | | you log in as anyone if you left the password blank. Patch by David Crowe <crow@waveset.com> r= jmrobins, justdave
* Get the file list of files to scan for templates from Support::Files instead ↵jake%acutex.net2001-12-011-1/+3
| | | | of glob('*')
* Bug 108312 - The mid-air collision page was only showing the most recent ↵jake%acutex.net2001-11-272-2/+2
| | | | | | changes if two people comitted changes to a bug while you were viewing it. r=louie, myk
* Fix for bug 109802: Make it clear how to enter mysql passwords with special ↵myk%mozilla.org2001-11-271-1/+3
| | | | | | | characters into localconfig. Patch by Dave Miller <justdave@syndicomm.com>. r=ddkilzer,louie.
* Fix for bug 101875: Put the product column before the component column ↵myk%mozilla.org2001-11-271-1/+1
| | | | | | | rather than after. Patch by Paul Baker <pbaker@where2getit.com>. Low risk, r=myk, no second review needed.
* Bug 109530 - xml.cgi was quoting stuff way too much. This is because it was ↵jake%acutex.net2001-11-263-29/+16
| | | | | | incorrectly quoted in Bug.pm r= justdave, louie
* Fix for bug 61634: explain what "Milestone URL" is on the editproducts page.justdave%syndicomm.com2001-11-221-1/+1
| | | | | patch by Matthew Tuck <matty@chariot.net.au> r= caillon, justdave
* Bug 104261 - incorrect template paths. r=myk, ddk.gerv%gerv.net2001-11-224-4/+4
|
* Fix for bug 99864: consistant use of "product" vs "program"justdave%syndicomm.com2001-11-222-3/+3
| | | | | Patch by Josh Soref <timeless@mac.com> r= dkl, justdave
* Bugzilla Bug 93754 describe should be #directabletimeless%mac.com2001-11-222-2/+6
| | | | r=justdave,dkl