summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2001-08-30Bumping version to 2.15 for developmentjustdave%syndicomm.com1-1/+1
2001-08-30moving version to 2.14 (golden) to roll the tarball.justdave%syndicomm.com1-1/+1
2001-08-30Updating release notes for 2.14jake%acutex.net1-53/+238
Release Notes written by Matthew Tuck <matty@chariot.net.au> r= justdave@syndicomm.com, jake@acutex.net
2001-08-30Typo in perl modify string, added "#!" to /usr/bin/perl strings.barnboy%trilobyte.net5-7/+7
2001-08-30Buncha' release updates. Moved all images tobarnboy%trilobyte.net50-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
2001-08-29Fixing a couple typoesjustdave%syndicomm.com1-3/+3
2001-08-28Re-fix for bug 87769: the original patch checked in for this prevented any ↵justdave%syndicomm.com1-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
2001-08-27All code patches targetted for 2.14 have been checked in. Bumping versionjustdave%syndicomm.com1-1/+1
number to 2.14rc to indicate release candidate status.
2001-08-27Fix for bug 92266: Prevent dataloss in the bugs_activity table by wrappingjustdave%syndicomm.com1-22/+58
entries into additional entries if they're too long to fit. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
2001-08-27Bug 96085 - bypassing group security checks using duplicate bugsjake%acutex.net2-4/+104
Patch by Christopher Aillon <christopher@aillon.com> r= jake@acutex.net
2001-08-26Fix for bug 87769 - doeditvotes.cgi can nuke votesjake%acutex.net1-0/+20
Patch by Christopher Aillon <christopher@aillon.com> r= jake@acutex.net
2001-08-25Fix for bug 95634 - Improvements to Param('voteremovedmail')jake%acutex.net2-15/+40
Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
2001-08-25Fix for bug 95235: variables with untrusted content were being echoed back ↵justdave%syndicomm.com2-6/+11
to the user in error messages. Those variables are now run through html_quote() first. Patch by Gavin Shelley <gavins@iplbath.com> r= justdave@syndicomm.com
2001-08-23Adding some pretty images for the Bugzilla Guide warning,barnboy%trilobyte.net4-0/+0
note, caution, and tip entries.
2001-08-22Big checkin of docs to resolve everybarnboy%trilobyte.net67-9166/+12577
known outstanding doc bug! Yay release. Still many things to fix. Aren't there always?
2001-08-21Bug 96063 - the old method of doing this barfed on long URL strings.gerv%gerv.net1-29/+48
2001-08-21Fix for bug 96085: don't allow unauthorized users to access restricted bugs ↵myk%mozilla.org1-7/+10
that do not have a QA contact. Patch by Myk Melez <myk@mozilla.org> r=Jake <jake@acutex.net>
2001-08-20Fix for bug 95890: Correctly convert/record keyword changes in the ↵myk%mozilla.org2-19/+19
bugs_activity table for keywords containing a plus sign or other regular expression meta-characters. Myk's first ever Bugzilla checkin! Patch by Dave Miller <justdave@syndicomm.com> and Myk Melez <myk@mozilla.org>. r=myk@mozilla.org,justdave@syndicomm.com
2001-08-18Refixing bug 95875 - The code that breakes the typed in CC list into ↵jake%acutex.net1-4/+4
individual lists is now slightly more robust and allows perl to handle the splitting more efficiently (by using a space as the delimiter). r= myk@mozilla.org
2001-08-18Fix for bug 95857: process_bugs.cgi sees blank address in cc: line (would ↵justdave%syndicomm.com1-6/+4
show up as __UNKNOWN__) Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
2001-08-18Fix for bug 95747 - CC List validation (for additions) wasn't happening ↵jake%acutex.net1-39/+58
until after the bug's changes were in the process of being commited. This caused problems if a typo was made in the e-mail address. r= myk@mozilla.org
2001-08-17Fix for bug 95731: "INSERT INTO shadowlog" failed because "Table 'shadowlog' ↵jake%acutex.net1-1/+1
not locked", fixed typo in lock tables command. Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
2001-08-17Fix for bug 95743: the role-accessible checkboxes were getting cleared if a ↵justdave%syndicomm.com2-40/+13
user with group access had to log in to make changes to a public bug. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
2001-08-17Fix for bug 95731: "INSERT INTO shadowlog" failed because "Table 'shadowlog' ↵justdave%syndicomm.com2-4/+4
not locked", fixed typo in lock tables command. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
2001-08-17Fix for bug 95546. MySQL versions before 3.23 don't support INNER JOINsjake%acutex.net1-2/+2
Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
2001-08-16Fix for bug 95535: the token generator for password resets is allowing the & ↵justdave%syndicomm.com2-0/+2
character to be used for tokens, but wasn't escaping them for the URL it emailed to users to use to get in to reset their password. Patch by Dave Miller <justdave@syndicomm.com> r= myk@mozilla.org
2001-08-16Fix for bug 87779: thanks to the new password reset code, there was no clear ↵justdave%syndicomm.com1-1/+3
way to create a new Bugzilla account from the login screen. There is now a link to createaccount.cgi from the login screen, and the text around the password reset button has been edited so it doesn't sound like you can get a new account by using it (because you can't) Patch by Dave Miller <justdave@syndicomm.com> r= myk@mozilla.org
2001-08-16Fix for bug 95304: Add a buglist link to the top of duplicates.cgijustdave%syndicomm.com1-0/+6
Patch by Gervase Markham <gerv@mozilla.org> r= justdave@syndicomm.com
2001-08-16Fix for bug 92593: Changing a bugs product will no longer remove the votes ↵justdave%syndicomm.com1-7/+35
from that bug unless the number of votes for a given user is beyond what is allowed per-bug on the new product. Only the per-bug vote count is checked. If the user is beyond the per-product vote limit for the new product, it is left alone, on the theory that it's better to preserve the votes on the bug. The user will be forced to reduce their votes to fit the product limit the next time they try to vote on something. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com