aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* All code patches targetted for 2.14 have been checked in. Bumping versionjustdave%syndicomm.com2001-08-271-1/+1
| | | | number to 2.14rc to indicate release candidate status.
* Fix for bug 92266: Prevent dataloss in the bugs_activity table by wrappingjustdave%syndicomm.com2001-08-271-22/+58
| | | | | | entries into additional entries if they're too long to fit. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Bug 96085 - bypassing group security checks using duplicate bugsjake%acutex.net2001-08-272-4/+104
| | | | | Patch by Christopher Aillon <christopher@aillon.com> r= jake@acutex.net
* Fix for bug 87769 - doeditvotes.cgi can nuke votesjake%acutex.net2001-08-261-0/+20
| | | | | Patch by Christopher Aillon <christopher@aillon.com> r= jake@acutex.net
* Fix for bug 95634 - Improvements to Param('voteremovedmail')jake%acutex.net2001-08-252-15/+40
| | | | | Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
* Fix for bug 95235: variables with untrusted content were being echoed back ↵justdave%syndicomm.com2001-08-252-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
* Adding some pretty images for the Bugzilla Guide warning,barnboy%trilobyte.net2001-08-234-0/+0
| | | | note, caution, and tip entries.
* Big checkin of docs to resolve everybarnboy%trilobyte.net2001-08-2267-9166/+12577
| | | | | known outstanding doc bug! Yay release. Still many things to fix. Aren't there always?
* Bug 96063 - the old method of doing this barfed on long URL strings.gerv%gerv.net2001-08-211-29/+48
|
* Fix for bug 96085: don't allow unauthorized users to access restricted bugs ↵myk%mozilla.org2001-08-211-7/+10
| | | | | | | that do not have a QA contact. Patch by Myk Melez <myk@mozilla.org> r=Jake <jake@acutex.net>
* Fix for bug 95890: Correctly convert/record keyword changes in the ↵myk%mozilla.org2001-08-202-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
* Refixing bug 95875 - The code that breakes the typed in CC list into ↵jake%acutex.net2001-08-181-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
* Fix for bug 95857: process_bugs.cgi sees blank address in cc: line (would ↵justdave%syndicomm.com2001-08-181-6/+4
| | | | | | | show up as __UNKNOWN__) Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com