aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix to make the tests generate the list of files to test instead of having ↵zach%zachlipton.com2001-09-174-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.
* Make this file test for exec calls in addition to system calls that arezach%zachlipton.com2001-09-171-3/+3
| | | | | | one-argument and are therefore insecure. NOT_PART_OF_BUILD, no review needed.
* Fix for bug 97877: changed* operators now work for attachment statuses on ↵myk%mozilla.org2001-09-151-4/+10
| | | | | | | query form. Fix by Myk Melez <myk@mozilla.org> r=jake@acutex.net
* Fix for bug 30731 - Reassigning closed bugs from the mass change page caused ↵jake%acutex.net2001-09-152-2/+21
| | | | | | their status to be set to new. r= myk@mozilla.org, zach@zachlipton.com
* bugzilla wasn't catching mozilla on 98 which was annoying. r=jaketimeless%mac.com2001-09-141-2/+2
|
* Fix for bug 58436 - javascript strict warnings in query.cgijake%acutex.net2001-09-141-11/+12
| | | | | Patch by Christian Reis <kiko@async.com.br> r= caillon@returnzero.com, jake@acutex.net
* Bugzilla Bug 99465 FreeBSD not recognized!timeless%mac.com2001-09-141-0/+2
| | | | r=jake
* Make Bugzilla support <link> tag for buglists. Bug 87818. r=jake, caillon.gerv%gerv.net2001-09-113-2/+45
|
* Fix for bug 76140 - Adding some more sanity checks.jake%acutex.net2001-09-101-4/+41
| | | | | Patch by Matthew Tuck <matty@chariot.net.au> r= caillon@returnzero.com, jake@acutex.net
* Fix for bug 97657 - in defparams.pl, the sillyness sub should be called ↵jake%acutex.net2001-09-101-1/+1
| | | | | | | defparams_pl_sillyness Patch by David D. Kilzer <ddkilzer@theracingworld.com> r= jake@acutex.net
* Fix for bug 71664 - Don't complain about a bad keyword cache for a bug that ↵jake%acutex.net2001-09-101-1/+2
| | | | | | | doesn't exist. Patch by Matthew Tuck <matty@chariot.net.au> r= afranke@ags.uni-sb.de, jake@acutex.net
* Fix for bug 95060 - Correct the instructions on how to view your current votes.jake%acutex.net2001-09-101-2/+3
| | | | | Patch by Gavin Shelley <gavins@iplbath.com> r= jake@acutex.net x2
* Fix for bug 8647 - Add an option to the query page to sort by Last Changed date.jake%acutex.net2001-09-102-1/+5
| | | | | Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net x2
* Oops. Forgot to check this is.zach%zachlipton.com2001-09-101-0/+12
|
* Fix for bug 98468: sample email regexp for username-only address changed ↵justdave%syndicomm.com2001-09-071-2/+2
| | | | | | | from ^[^@]*$ to ^[^@]+$ and the default emailregexp changed from ^[^@]*@[^@]*\\.[^@]*$ to ^[^@]+@[^@]+\\.[^@]+$ Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net x2
* refix for bug 91808: previous patch for this bug used an INNER JOIN ↵justdave%syndicomm.com2001-09-071-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
* Fix for bug 30597 - Hyperlinking the number of votes was causing some ↵jake%acutex.net2001-09-061-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
* Fix for bug 42337: Adding the usual red box for errors uploading attachments.justdave%syndicomm.com2001-09-061-12/+4
| | | | | Patch by Matthew Tuck <matty@chariot.net.au> r= louie@ximian.com, justdave@syndicomm.com
* Fix for bug 69616: If you have tweakparams privs, the "Sanity check" link ↵justdave%syndicomm.com2001-09-061-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
* Adding a test for safe system and exec calls. Part of this code by Dave.zach%zachlipton.com2001-09-051-0/+57
|
* Add a little 1; to the end of this.zach%zachlipton.com2001-09-041-0/+2
|
* Actually make the strict checking work.zach%zachlipton.com2001-09-041-2/+8
|
* add tests for use strict;zach%zachlipton.com2001-09-041-1/+6
|
* Enforce -w. This file will also be used to enforce use strict;zach%zachlipton.com2001-09-041-0/+63
|
* Rename 1.t to 1compile.t as per bug 97976.zach%zachlipton.com2001-09-041-0/+0
|
* Remove processmail from the list. It was causing problems with taint.zach%zachlipton.com2001-09-042-9/+8
|
* Ok, really this time. This should work :)zach%zachlipton.com2001-09-041-61/+15
|
* Backout of this to get things back to normalzach%zachlipton.com2001-09-041-12/+58
|
* Use Support::Files for the test items. zach%zachlipton.com2001-09-041-58/+12
| | | | No review needed at this time for tests as per Dave.
* Addition of Files.pm which will be used shortly by 1.t (soon to be ↵zach%zachlipton.com2001-09-041-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.
* Fix for bug 98024: t/1.t should use $^X instead of hard-coded path to perl.zach%zachlipton.com2001-09-041-1/+1
| | | | Patch by ddkilzer@theracingworld.com (David D. Kilzer, ddk). Review by Zach Lipton (zach@zachlipton.com) no 2nd review required.
* Fix for bug 91808: Additional sanitycheck tests for the duplicates table.justdave%syndicomm.com2001-09-031-7/+51
| | | | | Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net, caillon@returnzero.com
* Added a --verbose option to runtests.sh that the tinderbox scripts can use ↵justdave%syndicomm.com2001-09-012-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.
* Fix for bug 42810 - Bugzilla would choke if your product name contained a ' ↵jake%acutex.net2001-09-012-2/+2
| | | | | | | mark. Patch by Christian Reis <kiko@async.com.br> r= justdave@syndicomm.com, caillon@returnzero.com
* Fix for bug 96603: Grammatical error in bug_status.html. Simple one word fix.zach%zachlipton.com2001-09-011-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.
* Fix for bug 97764: Fixes errant sending of mail on attachment changes to ↵myk%mozilla.org2001-09-011-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.
* Adding runtests.sh and 1.t to start the testing suite. No bug has beenzach%zachlipton.com2001-09-012-0/+119
| | | | filed on this issue. NOT_PART_OF_BUILD.
* Fix for bug 97721: Bugzilla now requires Perl 5.005 (previous requirement ↵justdave%syndicomm.com2001-08-311-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
* Fix for bug 75840: syncshadowdb -syncall now properly shuts down Bugzilla ↵justdave%syndicomm.com2001-08-312-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
* Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org2001-08-314-0/+1086
| | | | | | | users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
* Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org2001-08-3115-14/+646
| | | | | | | users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
* Fix for bug 96534: The version, component, and milestone select lists on the ↵justdave%syndicomm.com2001-08-311-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
* Fix for bug 28736 - Bugmail will now show the summary for the bug that ↵jake%acutex.net2001-08-301-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
* Bumping version to 2.15 for developmentjustdave%syndicomm.com2001-08-301-1/+1
|
* moving version to 2.14 (golden) to roll the tarball.justdave%syndicomm.com2001-08-301-1/+1
|
* Updating release notes for 2.14jake%acutex.net2001-08-301-53/+238
| | | | | Release Notes written by Matthew Tuck <matty@chariot.net.au> r= justdave@syndicomm.com, jake@acutex.net
* Typo in perl modify string, added "#!" to /usr/bin/perl strings.barnboy%trilobyte.net2001-08-305-7/+7
|
* Buncha' release updates. Moved all images tobarnboy%trilobyte.net2001-08-3050-1605/+6456
| | | | | | | | | | | | | | | | | | ./images so we don't have multiple copies of the same image, fixed these doc bugs (in no particular order): 94949 97070 97071 97114 96498 95970 96677 94953 96501 96679 97068 97191 97192
* Fixing a couple typoesjustdave%syndicomm.com2001-08-291-3/+3
|
* Re-fix for bug 87769: the original patch checked in for this prevented any ↵justdave%syndicomm.com2001-08-281-15/+17
| | | | | | | votes from being changed at all. This corrects that so votes can be changed again while still trapping the error the original patch was designed to catch. Patch by Christoper Aillon <caillon@returnzero.com> r= justdave@syndicomm.com