- 14 Nov, 2001 2 commits
-
-
jake%acutex.net authored
We don't really need to look for fragments that are pulled in by [% INCLUDE %] 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.
-
gerv%gerv.net authored
Fix license headers and make attachment changed page look like bug changed page. Bug 99518 and 98110. r-myk, no second review.
-
- 12 Nov, 2001 3 commits
-
-
jake%acutex.net authored
Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a 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
-
bbaetz%cs.mcgill.ca authored
-
bbaetz%cs.mcgill.ca authored
r=justdave,gerv
-
- 09 Nov, 2001 2 commits
-
-
timeless%mac.com authored
r=bbaetz,dkl
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
-
- 08 Nov, 2001 7 commits
-
-
justdave%syndicomm.com authored
Fix for bug 99519: timestamps were not being set correctly in the activity 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
-
myk%mozilla.org authored
Fix for bug 104652: Duplicate bugs in the dependency tree now get marked 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
-
myk%mozilla.org authored
Patch by Jake <jake@acutex.net>. r=bbaetz,myk
-
myk%mozilla.org authored
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.
-
myk%mozilla.org authored
Patch by Jake <jake@acutex.net> r=bbaetz,myk
-
bbaetz%cs.mcgill.ca authored
fix to bug 107718. This should be removed when the group stuff lands (bug 60822). r=justdave x 2
-
bbaetz%cs.mcgill.ca authored
the group r=justdave,jake
-
- 07 Nov, 2001 2 commits
-
-
jake%acutex.net authored
Patch by Christopher Aillon <caillon@returnzero.com> r= timeless@bemail.org, kiko@async.com.br
-
jake%acutex.net authored
Refixing bug 71840 - The name should be the 'name' should be the same as what the 'href' points it too... r= justdave@syndicomm.com
-
- 06 Nov, 2001 2 commits
-
-
justdave%syndicomm.com authored
SECURITY FIX see bug 108385: Due to trusting of passed form fields that 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
-
justdave%syndicomm.com authored
SECURITY FIX see bug 108516: Due to trusting of passed form fields that 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
-
- 05 Nov, 2001 1 commit
-
-
timeless%mac.com authored
r=bbaetz, jake Windows XP references are #'d because of bug 92763
-
- 03 Nov, 2001 3 commits
-
-
bbaetz%cs.mcgill.ca authored
bug in the list. Do bit fiddling instead of adding groupsets from the first bug. r=justdave, jake
-
justdave%syndicomm.com authored
Patch by Adam Kennedy <bugzilla@ali.as> r= justdave x2
-
justdave%syndicomm.com authored
Patch by Adam Kennedy <bugzilla@ali.as> r= justdave x2
-
- 31 Oct, 2001 4 commits
-
-
jake%acutex.net authored
-
zach%zachlipton.com authored
intentional! No review needed for tests at this time.
-
myk%mozilla.org authored
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
-
- 28 Oct, 2001 1 commit
-
-
zach%zachlipton.com authored
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.
-
- 27 Oct, 2001 3 commits
-
-
jake%acutex.net authored
* 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
-
jake%acutex.net authored
Patch by Matthew Tuck <matty@chariot.net.au> r= dkl@redhat.com, jake@acutex.net
-
jake%acutex.net authored
Bug 81594 - SQL error after editing user entry when changing numerous things at once (including the login name). Patch by Matthew Tuck <matty@chariot.net.au> r= dkl@redhat.com, jake@acutex.net
-
- 26 Oct, 2001 2 commits
-
-
jake%acutex.net authored
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
-
- 25 Oct, 2001 3 commits
-
-
jake%acutex.net authored
Bug 104065 - Stop uninitilized string warnings from getting into the error log when the login cookie doesn't exist. Patch by Dave Miller <justdave@syndicomm.com> r= gerv@mozilla.org, jake@acutex.net
-
bbaetz%cs.mcgill.ca authored
warning was hidden from the tests by bug 106424. r=Jake, no 2nd review needed.
-
jake%acutex.net authored
Don't rely on the TEST_VERBOSE environment variable (no longer exported from 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.
-
- 24 Oct, 2001 2 commits
-
-
jake%acutex.net authored
Bug 106424 - We weren't going orange on warnings such as "used only once". This script now properly outputs the --WARNING and fails on such a condition.
-
myk%mozilla.org authored
Patch by Dave Miller <justdave@syndicomm.com>. r=myk@mozilla.org, no second review needed.
-
- 23 Oct, 2001 2 commits
-
-
bbaetz%cs.mcgill.ca authored
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
-
jake%acutex.net authored
Bug 63249 - The Bug Counts report was running very slowly due to unneeded fields/joins in the SQL query. Patch by Matthew Tuck <matty@chariot.net.au> r= gerv@mozilla.org, jake@acutex.net
-
- 20 Oct, 2001 1 commit
-
-
jake%acutex.net authored
Patch by Gerv <gerv@mozilla.org> and Myself. r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
-