summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2001-09-24Fix for bug 93388: Full name should be trimmed of whitespace before goingzach%zachlipton.com2-3/+4
into database. r1=Zach Lipton <zach@zachlipton.com> r2=Andreas Franke <afranke@ags.uni-sb.de>. Patch by Christopher Aillon <caillon@returnzero.com>.
2001-09-24Fix for bug 97588: localconfig should mention access.conf as well aszach%zachlipton.com1-0/+2
httpd.conf (for old apache). Simple 2line comment addition to localconfig to inform the user they may need to look at access.conf in addition to httpd.conf if they are using an older version of apache. Patch by Gavin Shelley <gavins@iplbath.com> r=Zach Lipton <zach@zachlipton.com> no 2nd review needed for this patch.
2001-09-23Have checksetup.pl block web-access to runtests.sh (by .htaccess) andzach%zachlipton.com1-2/+2
chmod +x runtests.sh so that it can be run with ./ r=bbaetz on irc, no 2nd review needed. No bug filed.
2001-09-23Renaming *.t to be 00*.t to solve any sorting issues down the road as perzach%zachlipton.com3-0/+209
bug 97976. No review required for tests at this time. NOT_PART_OF_BUILD
2001-09-23*** empty log message ***zach%zachlipton.com3-209/+0
2001-09-20Fix for bug 97971 - Sanity check should check statuses, resolutions, ↵jake%acutex.net1-0/+108
everconfirmed & number of votes. Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
2001-09-18Fix for bug 90333: Bugzilla now displays an appropriate error message if a ↵myk%mozilla.org1-0/+5
user hits process_bug.cgi without specifying any bugs to change. Patch by Myk Melez <myk@mozilla.org> r=jake@acutex.net
2001-09-17Fix to make the tests generate the list of files to test instead of having ↵zach%zachlipton.com4-57/+34
to update the list manually whenever a file is added or removed. The main logic is in t/Support/Files.pm, changes to the test files are needed to allow it to function properly. NOT_PART_OF_BUILD. No review needed for tests at this time.
2001-09-17Make this file test for exec calls in addition to system calls that arezach%zachlipton.com1-3/+3
one-argument and are therefore insecure. NOT_PART_OF_BUILD, no review needed.
2001-09-15Fix for bug 97877: changed* operators now work for attachment statuses on ↵myk%mozilla.org1-4/+10
query form. Fix by Myk Melez <myk@mozilla.org> r=jake@acutex.net
2001-09-15Fix for bug 30731 - Reassigning closed bugs from the mass change page caused ↵jake%acutex.net2-2/+21
their status to be set to new. r= myk@mozilla.org, zach@zachlipton.com
2001-09-14bugzilla wasn't catching mozilla on 98 which was annoying. r=jaketimeless%mac.com1-2/+2
2001-09-14Fix for bug 58436 - javascript strict warnings in query.cgijake%acutex.net1-11/+12
Patch by Christian Reis <kiko@async.com.br> r= caillon@returnzero.com, jake@acutex.net
2001-09-14Bugzilla Bug 99465 FreeBSD not recognized!timeless%mac.com1-0/+2
r=jake
2001-09-11Make Bugzilla support <link> tag for buglists. Bug 87818. r=jake, caillon.gerv%gerv.net3-2/+45
2001-09-11Fix for bug 76140 - Adding some more sanity checks.jake%acutex.net1-4/+41
Patch by Matthew Tuck <matty@chariot.net.au> r= caillon@returnzero.com, jake@acutex.net
2001-09-10Fix for bug 97657 - in defparams.pl, the sillyness sub should be called ↵jake%acutex.net1-1/+1
defparams_pl_sillyness Patch by David D. Kilzer <ddkilzer@theracingworld.com> r= jake@acutex.net
2001-09-10Fix for bug 71664 - Don't complain about a bad keyword cache for a bug that ↵jake%acutex.net1-1/+2
doesn't exist. Patch by Matthew Tuck <matty@chariot.net.au> r= afranke@ags.uni-sb.de, jake@acutex.net
2001-09-10Fix for bug 95060 - Correct the instructions on how to view your current votes.jake%acutex.net1-2/+3
Patch by Gavin Shelley <gavins@iplbath.com> r= jake@acutex.net x2
2001-09-10Fix for bug 8647 - Add an option to the query page to sort by Last Changed date.jake%acutex.net2-1/+5
Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net x2
2001-09-10Oops. Forgot to check this is.zach%zachlipton.com1-0/+12
2001-09-07Fix for bug 98468: sample email regexp for username-only address changed ↵justdave%syndicomm.com1-2/+2
from ^[^@]*$ to ^[^@]+$ and the default emailregexp changed from ^[^@]*@[^@]*\\.[^@]*$ to ^[^@]+@[^@]+\\.[^@]+$ Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net x2
2001-09-07refix for bug 91808: previous patch for this bug used an INNER JOIN ↵justdave%syndicomm.com1-1/+2
construct in the SQL, which is not supported by the minimum version of MySQL that we require. Patch by Matthew Tuck <matty@chariot.net.au> r= justdave x2
2001-09-06Fix for bug 30597 - Hyperlinking the number of votes was causing some ↵jake%acutex.net1-4/+7
confusion because it was such a small link, yet the most useful. Instead, we now have a link labeled "Show votes for this bug". Patch by Matthew Tuck <matty@chariot.net.au> r= louie@ximian.com, jake@acutex.net
2001-09-06Fix for bug 42337: Adding the usual red box for errors uploading attachments.justdave%syndicomm.com1-12/+4
Patch by Matthew Tuck <matty@chariot.net.au> r= louie@ximian.com, justdave@syndicomm.com
2001-09-06Fix for bug 69616: If you have tweakparams privs, the "Sanity check" link ↵justdave%syndicomm.com1-1/+4
was listed with a group of items that said "Edit" so it appeared as if you were going to edit the sanity checks if you clicked on it, when in fact you were going to run them. This patch rewords the links so Sanity check is in a group by itself in the block of links on the right. Patch by Matthew Tuck <matty@chariot.net.au> r= justdave x2
2001-09-05Adding a test for safe system and exec calls. Part of this code by Dave.zach%zachlipton.com1-0/+57
2001-09-04Add a little 1; to the end of this.zach%zachlipton.com1-0/+2
2001-09-04Actually make the strict checking work.zach%zachlipton.com1-2/+8
2001-09-04add tests for use strict;zach%zachlipton.com1-1/+6
2001-09-04Enforce -w. This file will also be used to enforce use strict;zach%zachlipton.com1-0/+63
2001-09-04Rename 1.t to 1compile.t as per bug 97976.zach%zachlipton.com1-0/+0
2001-09-04Remove processmail from the list. It was causing problems with taint.zach%zachlipton.com2-9/+8
2001-09-04Ok, really this time. This should work :)zach%zachlipton.com1-61/+15
2001-09-04Backout of this to get things back to normalzach%zachlipton.com1-12/+58
2001-09-04Use Support::Files for the test items. zach%zachlipton.com1-58/+12
No review needed at this time for tests as per Dave.
2001-09-04Addition of Files.pm which will be used shortly by 1.t (soon to be ↵zach%zachlipton.com1-0/+89
1compile.t) which contains the list of files to test. This is important so that we can bring it into other tests which check files for content, etc... No review required for tests as of now as per Dave.
2001-09-04Fix for bug 98024: t/1.t should use $^X instead of hard-coded path to perl.zach%zachlipton.com1-1/+1
Patch by ddkilzer@theracingworld.com (David D. Kilzer, ddk). Review by Zach Lipton (zach@zachlipton.com) no 2nd review required.
2001-09-03Fix for bug 91808: Additional sanitycheck tests for the duplicates table.justdave%syndicomm.com1-7/+51
Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net, caillon@returnzero.com
2001-09-01Added a --verbose option to runtests.sh that the tinderbox scripts can use ↵justdave%syndicomm.com2-7/+22
to get all the warnings and errors and whatnot into the build log. Also corrected several syntax and logic errors in the 1.t test file.
2001-09-01Fix for bug 42810 - Bugzilla would choke if your product name contained a ' ↵jake%acutex.net2-2/+2
mark. Patch by Christian Reis <kiko@async.com.br> r= justdave@syndicomm.com, caillon@returnzero.com
2001-09-01Fix for bug 96603: Grammatical error in bug_status.html. Simple one word fix.zach%zachlipton.com1-2/+2
Patch by Christopher Aillon (caillon@returnzero.com). r1=Christian Reis (kiko@async.com.br), r2=Zach Lipton (zach@zachlipton.com) though not really needed for this patch.
2001-09-01Fix for bug 97764: Fixes errant sending of mail on attachment changes to ↵myk%mozilla.org1-1/+1
users who do not want to receive mail about their own changes. Patch by Jake <jake@acutex.net>. r=myk@mozilla.org; no second review needed.
2001-09-01Adding runtests.sh and 1.t to start the testing suite. No bug has beenzach%zachlipton.com2-0/+119
filed on this issue. NOT_PART_OF_BUILD.
2001-08-31Fix for bug 97721: Bugzilla now requires Perl 5.005 (previous requirement ↵justdave%syndicomm.com1-3/+4
was Perl 5.004). This is due to the use of Template Toolkit for templatizing the pages for easier local customization. The new attachment tracker that was checked in earlier tonight uses the templates. Also included on this patch is a check for AppConfig, which is a prerequisite for Template Toolkit, because the Makefile.PL for Template Toolkit won't run without it, and it doesn't tell CPAN that it has prereqs, which causes confusion if you're installing from CPAN. Patch by Dave Miller <justdave@syndicomm.com> r= myk@mozilla.org
2001-08-31Fix for bug 75840: syncshadowdb -syncall now properly shuts down Bugzilla ↵justdave%syndicomm.com2-7/+107
during the sync process so mysql doesn't get overloaded while the tables are locked. This patch also adds some funtionality to the script to allow you to specify an alternate temp directory on the command line, in case you have a large database and need it made to a different filesystem for space reasons. Patch by Dawn Endico <endico@mozilla.org> and Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
2001-08-31Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org4-0/+1086
users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
2001-08-31Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org15-14/+646
users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
2001-08-31Fix for bug 96534: The version, component, and milestone select lists on the ↵justdave%syndicomm.com1-149/+246
query page were slow to reflow when you changed the product in the first select list. This patch is a complete rewrite from scratch of the javascript used on query.cgi, which results in an approximately 700% speed increase in the reflow time when changing the selected product. Patch by Chris Lahey <clahey@ximian.com> and Christian Reis <kiko@async.com.br> Javascript changes r= caillon@returnzero.com, louie@ximian.com Perl changes r= jake@acutex.net, justdave@syndicomm.com
2001-08-30Fix for bug 28736 - Bugmail will now show the summary for the bug that ↵jake%acutex.net1-4/+7
changed in the "This bug depends on bug X, which changed state" messages. Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net