summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2001-11-14We don't really need to look for fragments that are pulled in by [% INCLUDE ↵jake%acutex.net1-15/+0
%] or [% PROCESS %]. While removing this code bit doesn't allow us to seperatly check that those fragments exist and compile, they'll be checked atomatically when the the template that wants them is run through the process() routine by the 004template.t test. This issue was raised because bug 98707 introduced a [% BLOCK %] element and the syntax for using that is the same as for including a template fragment.
2001-11-14Fix license headers and make attachment changed page look like bug changed ↵gerv%gerv.net9-7/+196
page. Bug 99518 and 98110. r-myk, no second review.
2001-11-12Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a ↵jake%acutex.net1-33/+52
tooltip for it, you'd get uninitialized variables warnings in your error log. This path also introduces a cache so if the same bug # is mentioned more than once during the same running of the script, it only has to query the database once. r= mattyt, gerv
2001-11-12Oops. Bug 109690 again, r=justdave, gervbbaetz%cs.mcgill.ca1-1/+1
2001-11-12Bug 109690: Check $bug before using it.bbaetz%cs.mcgill.ca1-0/+1
r=justdave,gerv
2001-11-09Bugzilla Bug 109138 platform detection not working on macintoshtimeless%mac.com1-4/+14
r=bbaetz,dkl
2001-11-09Fix for bug 109048: fixes error when creating attachments without logging in.myk%mozilla.org1-3/+4
Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
2001-11-08Fix for bug 99519: timestamps were not being set correctly in the activity ↵justdave%syndicomm.com1-6/+8
table in some situations, and the delta_ts on the bug itself was not always being updated if dependencies or CCs changed. Patch by Dave Miller <justdave@syndicomm.com> r= bbaetz, jake
2001-11-08Fix for bug 104652: Duplicate bugs in the dependency tree now get marked ↵myk%mozilla.org1-4/+13
with the message "This bug appears elsewhere in this tree." so users know why the bug does not appear to have dependencies. Patch by Gerv <gerv@mozilla.org>. r=jake@acutex.net,myk@mozilla.org
2001-11-08Fix for bug 108822: Prevent any user from changing their own groupset.myk%mozilla.org1-2/+2
Patch by Jake <jake@acutex.net>. r=bbaetz,myk
2001-11-08Fix for bug 108821: Prevent users with any blessgroupset privileges from ↵myk%mozilla.org1-1/+4
blessing any group set. Patch by Jake <jake@acutex.net> and Bradley <bbaetz@cs.mcgill.ca>. r=jake,myk for Bradley's portion, r=bbaetz,myk for Jake's portion.
2001-11-08Fix for bug 108812: Prevent users from running queries containing arbitrary SQL.myk%mozilla.org1-4/+8
Patch by Jake <jake@acutex.net> r=bbaetz,myk
2001-11-08Require (temporarily) mysql >= 3.23.5 for the ~ operator, needed for thebbaetz%cs.mcgill.ca1-1/+9
fix to bug 107718. This should be removed when the group stuff lands (bug 60822). r=justdave x 2
2001-11-08Bug 101166 - users seeing a bug via _accessible bits should see that itsbbaetz%cs.mcgill.ca1-12/+23
the group r=justdave,jake
2001-11-07Bug 108547 - Make the JavaScript use proper DOMjake%acutex.net1-10/+9
Patch by Christopher Aillon <caillon@returnzero.com> r= timeless@bemail.org, kiko@async.com.br
2001-11-07Refixing bug 71840 - The name should be the 'name' should be the same as ↵jake%acutex.net1-1/+1
what the 'href' points it too... r= justdave@syndicomm.com
2001-11-06SECURITY FIX see bug 108385: Due to trusting of passed form fields that ↵justdave%syndicomm.com1-10/+6
shouldn't have been trusted, it was possible to add a comment to a bug pretending to be someone else if you edited the HTML by hand before submitting. The bug form did not include the field in question, but due to legacy processing code, the field was still trusted if it was present. Patch by Dave Miller <justdave@syndicomm.com> r= jake x2
2001-11-06SECURITY FIX see bug 108516: Due to trusting of passed form fields that ↵justdave%syndicomm.com1-17/+13
shouldn't have been trusted, it was possible to file a bug pretending to be someone else if you edited the HTML by hand before submitting. Patch by Dave Miller <justdave@syndicomm.com> r= bbaetz, jake
2001-11-05Bugzilla Bug 107672 Browser OS/Platform discrimination alg suckstimeless%mac.com1-29/+70
r=bbaetz, jake Windows XP references are #'d because of bug 92763
2001-11-03Bug 107718 - mass changes give all changed bugs the groupset of the firstbbaetz%cs.mcgill.ca1-37/+20
bug in the list. Do bit fiddling instead of adding groupsets from the first bug. r=justdave, jake
2001-11-03Fix for bug 105773: Email addresses in the CC list are now sorted ↵justdave%syndicomm.com2-2/+2
case-insensitively Patch by Adam Kennedy <bugzilla@ali.as> r= justdave x2
2001-11-03Fix for bug 95615: cosmetic change to clarify error message when trying to ↵justdave%syndicomm.com1-2/+2
use too many votes Patch by Adam Kennedy <bugzilla@ali.as> r= justdave x2
2001-10-31Fixing tinderbox bustage (removing <Tab>s and adding a "use vars" line)jake%acutex.net4-16/+18
2001-10-31Have the tests test .pm files as well, yes this creates bustage, this iszach%zachlipton.com1-1/+1
intentional! No review needed for tests at this time.
2001-10-31Fix test bustage by removing tabs.myk%mozilla.org1-1/+1
2001-10-31Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org6-71/+363
Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
2001-10-28Fix for bug 96675: checksetup should require admin e-mail address satisfy ↵zach%zachlipton.com1-1/+23
emailregexp. This fix has checksetup.pl use the emailregexp set in params if the params file exists, or ensures that it matches the default emailregexp from defparams.pl. r1=justdave, r2=bbaetz.
2001-10-28A few enhancements to the template test:jake%acutex.net1-8/+32
* If there's a compilation error, report what it is * Don't try to compile a template if it doesn't exist - We already tested for that and issued an ERROR * Define the 'url' FILTER
2001-10-27Bug 105879 - Footer links have an extra | by Sanity Checkjake%acutex.net1-1/+1
Patch by Matthew Tuck <matty@chariot.net.au> r= dkl@redhat.com, jake@acutex.net
2001-10-27Bug 81594 - SQL error after editing user entry when changing numerous things ↵jake%acutex.net1-1/+1
at once (including the login name). Patch by Matthew Tuck <matty@chariot.net.au> r= dkl@redhat.com, jake@acutex.net
2001-10-26Check templates for tabs, also.jake%acutex.net1-0/+5
2001-10-26Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org6-10/+160
Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
2001-10-25Bug 104065 - Stop uninitilized string warnings from getting into the error ↵jake%acutex.net1-1/+1
log when the login cookie doesn't exist. Patch by Dave Miller <justdave@syndicomm.com> r= gerv@mozilla.org, jake@acutex.net
2001-10-25Fixed "used only once" warning coming from my patch for bug 97469. Thebbaetz%cs.mcgill.ca1-0/+1
warning was hidden from the tests by bug 106424. r=Jake, no 2nd review needed.
2001-10-25Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net6-12/+11
runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
2001-10-24Bug 106424 - We weren't going orange on warnings such as "used only once". ↵jake%acutex.net1-3/+9
This script now properly outputs the --WARNING and fails on such a condition.
2001-10-24Fix for bug 106315: Link on bug list for emailing QA contacts.myk%mozilla.org1-2/+15
Patch by Dave Miller <justdave@syndicomm.com>. r=myk@mozilla.org, no second review needed.
2001-10-24Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca11-158/+177
Also fixes seeing bugs in the buglist (bug 95024), dependancy lists, tooltips, duplicates, and everywhere else I could see which checked group bugs.groupset == 0. Also fxed bug 101560, by clearing BASH_ENV r=myk,justdave
2001-10-23Bug 63249 - The Bug Counts report was running very slowly due to unneeded ↵jake%acutex.net1-16/+5
fields/joins in the SQL query. Patch by Matthew Tuck <matty@chariot.net.au> r= gerv@mozilla.org, jake@acutex.net
2001-10-20Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment.jake%acutex.net2-13/+27
Patch by Gerv <gerv@mozilla.org> and Myself. r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
2001-10-20Backing out previous change, the wrong patch got checked in.jake%acutex.net2-27/+11
2001-10-20Bug 71840 - make comments referenceable. Patch by gerv/jake. r=justdave, ↵gerv%gerv.net2-11/+27
jake/gerv.
2001-10-20Bug 105480 - Use the friendly name from the fielddefs table when reporting ↵jake%acutex.net1-2/+9
strictvalue errors if it's available. Patch by James A. Laska <jlaska@us.ibm.com> r= justdave@syndicomm.com, jake@acutex.net
2001-10-20Bug 104340 - Changing the UI of the toolbar for hiding bugs in the ↵jake%acutex.net1-29/+29
dependency tree. Patch by Christian Reis <kiko@async.com.br> r= justdave@syndicomm.com, gerv@mozilla.org
2001-10-20Bug 73180 - We now put a notice at the top of the versioncache file saying ↵jake%acutex.net1-0/+7
that it should not be edited. Patch by Matthew Tuck <matty@chariot.net.au> r= gerv@mozilla.org, jake@acutex.net
2001-10-20Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net9-72/+85
also use the TEST_VERBOSE environment variable instead of VERBOSE. Patch by David D. Kilzer <ddkilzer@theracingworld.com> Additional edits by myself to add the emacs mode line. Also, the change to runtests.sh was done by me.
2001-10-20Fix for bug 105365 - Hacker's Guide should be in SGML. This will make it ↵jake%acutex.net10-561/+1094
easier to do other additions to the hacker's guide.
2001-10-19yet another meaningless whitespace change to test tinderbox withjustdave%syndicomm.com1-1/+1
2001-10-19another useless whitespace change to test tinderbox withjustdave%syndicomm.com1-1/+1
2001-10-19whitespace change to test tinderbox again.justdave%syndicomm.com1-1/+1