aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a ↵jake%acutex.net2001-11-121-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
* Oops. Bug 109690 again, r=justdave, gervbbaetz%cs.mcgill.ca2001-11-121-1/+1
|
* Bug 109690: Check $bug before using it.bbaetz%cs.mcgill.ca2001-11-121-0/+1
| | | | r=justdave,gerv
* Bugzilla Bug 109138 platform detection not working on macintoshtimeless%mac.com2001-11-091-4/+14
| | | | r=bbaetz,dkl
* Fix for bug 109048: fixes error when creating attachments without logging in.myk%mozilla.org2001-11-091-3/+4
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
* Fix for bug 99519: timestamps were not being set correctly in the activity ↵justdave%syndicomm.com2001-11-081-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
* Fix for bug 104652: Duplicate bugs in the dependency tree now get marked ↵myk%mozilla.org2001-11-081-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
* Fix for bug 108822: Prevent any user from changing their own groupset.myk%mozilla.org2001-11-081-2/+2
| | | | | Patch by Jake <jake@acutex.net>. r=bbaetz,myk
* Fix for bug 108821: Prevent users with any blessgroupset privileges from ↵myk%mozilla.org2001-11-081-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.
* Fix for bug 108812: Prevent users from running queries containing arbitrary SQL.myk%mozilla.org2001-11-081-4/+8
| | | | | Patch by Jake <jake@acutex.net> r=bbaetz,myk
* Require (temporarily) mysql >= 3.23.5 for the ~ operator, needed for thebbaetz%cs.mcgill.ca2001-11-081-1/+9
| | | | | | | fix to bug 107718. This should be removed when the group stuff lands (bug 60822). r=justdave x 2
* Bug 101166 - users seeing a bug via _accessible bits should see that itsbbaetz%cs.mcgill.ca2001-11-081-12/+23
| | | | | | the group r=justdave,jake
* Bug 108547 - Make the JavaScript use proper DOMjake%acutex.net2001-11-071-10/+9
| | | | | Patch by Christopher Aillon <caillon@returnzero.com> r= timeless@bemail.org, kiko@async.com.br
* Refixing bug 71840 - The name should be the 'name' should be the same as ↵jake%acutex.net2001-11-071-1/+1
| | | | | | what the 'href' points it too... r= justdave@syndicomm.com
* SECURITY FIX see bug 108385: Due to trusting of passed form fields that ↵justdave%syndicomm.com2001-11-061-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
* SECURITY FIX see bug 108516: Due to trusting of passed form fields that ↵justdave%syndicomm.com2001-11-061-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
* Bugzilla Bug 107672 Browser OS/Platform discrimination alg suckstimeless%mac.com2001-11-051-29/+70
| | | | | r=bbaetz, jake Windows XP references are #'d because of bug 92763
* Bug 107718 - mass changes give all changed bugs the groupset of the firstbbaetz%cs.mcgill.ca2001-11-031-37/+20
| | | | | | | | bug in the list. Do bit fiddling instead of adding groupsets from the first bug. r=justdave, jake
* Fix for bug 105773: Email addresses in the CC list are now sorted ↵justdave%syndicomm.com2001-11-032-2/+2
| | | | | | | case-insensitively Patch by Adam Kennedy <bugzilla@ali.as> r= justdave x2
* Fix for bug 95615: cosmetic change to clarify error message when trying to ↵justdave%syndicomm.com2001-11-031-2/+2
| | | | | | | use too many votes Patch by Adam Kennedy <bugzilla@ali.as> r= justdave x2
* Fixing tinderbox bustage (removing <Tab>s and adding a "use vars" line)jake%acutex.net2001-10-314-16/+18
|
* Have the tests test .pm files as well, yes this creates bustage, this iszach%zachlipton.com2001-10-311-1/+1
| | | | | | intentional! No review needed for tests at this time.
* Fix test bustage by removing tabs.myk%mozilla.org2001-10-311-1/+1
|
* Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org2001-10-316-71/+363
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
* Fix for bug 96675: checksetup should require admin e-mail address satisfy ↵zach%zachlipton.com2001-10-281-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.
* A few enhancements to the template test:jake%acutex.net2001-10-271-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
* Bug 105879 - Footer links have an extra | by Sanity Checkjake%acutex.net2001-10-271-1/+1
| | | | | Patch by Matthew Tuck <matty@chariot.net.au> r= dkl@redhat.com, jake@acutex.net
* Bug 81594 - SQL error after editing user entry when changing numerous things ↵jake%acutex.net2001-10-271-1/+1
| | | | | | | at once (including the login name). Patch by Matthew Tuck <matty@chariot.net.au> r= dkl@redhat.com, jake@acutex.net
* Check templates for tabs, also.jake%acutex.net2001-10-261-0/+5
|
* Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org2001-10-266-10/+160
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
* Bug 104065 - Stop uninitilized string warnings from getting into the error ↵jake%acutex.net2001-10-251-1/+1
| | | | | | | log when the login cookie doesn't exist. Patch by Dave Miller <justdave@syndicomm.com> r= gerv@mozilla.org, jake@acutex.net
* Fixed "used only once" warning coming from my patch for bug 97469. Thebbaetz%cs.mcgill.ca2001-10-251-0/+1
| | | | | | warning was hidden from the tests by bug 106424. r=Jake, no 2nd review needed.
* Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net2001-10-256-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.
* Bug 106424 - We weren't going orange on warnings such as "used only once". ↵jake%acutex.net2001-10-241-3/+9
| | | | This script now properly outputs the --WARNING and fails on such a condition.
* Fix for bug 106315: Link on bug list for emailing QA contacts.myk%mozilla.org2001-10-241-2/+15
| | | | | Patch by Dave Miller <justdave@syndicomm.com>. r=myk@mozilla.org, no second review needed.
* Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca2001-10-2311-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
* Bug 63249 - The Bug Counts report was running very slowly due to unneeded ↵jake%acutex.net2001-10-231-16/+5
| | | | | | | fields/joins in the SQL query. Patch by Matthew Tuck <matty@chariot.net.au> r= gerv@mozilla.org, jake@acutex.net
* Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment.jake%acutex.net2001-10-202-13/+27
| | | | | Patch by Gerv <gerv@mozilla.org> and Myself. r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
* Backing out previous change, the wrong patch got checked in.jake%acutex.net2001-10-202-27/+11
|
* Bug 71840 - make comments referenceable. Patch by gerv/jake. r=justdave, ↵gerv%gerv.net2001-10-202-11/+27
| | | | jake/gerv.
* Bug 105480 - Use the friendly name from the fielddefs table when reporting ↵jake%acutex.net2001-10-201-2/+9
| | | | | | | strictvalue errors if it's available. Patch by James A. Laska <jlaska@us.ibm.com> r= justdave@syndicomm.com, jake@acutex.net
* Bug 104340 - Changing the UI of the toolbar for hiding bugs in the ↵jake%acutex.net2001-10-201-29/+29
| | | | | | | dependency tree. Patch by Christian Reis <kiko@async.com.br> r= justdave@syndicomm.com, gerv@mozilla.org
* Bug 73180 - We now put a notice at the top of the versioncache file saying ↵jake%acutex.net2001-10-201-0/+7
| | | | | | | that it should not be edited. Patch by Matthew Tuck <matty@chariot.net.au> r= gerv@mozilla.org, jake@acutex.net
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net2001-10-209-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.
* Fix for bug 105365 - Hacker's Guide should be in SGML. This will make it ↵jake%acutex.net2001-10-1910-561/+1094
| | | | easier to do other additions to the hacker's guide.
* yet another meaningless whitespace change to test tinderbox withjustdave%syndicomm.com2001-10-191-1/+1
|
* another useless whitespace change to test tinderbox withjustdave%syndicomm.com2001-10-191-1/+1
|
* whitespace change to test tinderbox again.justdave%syndicomm.com2001-10-191-1/+1
|
* whitespace change to do a test checkin to see how tinderbox reactsjustdave%syndicomm.com2001-10-191-1/+1
|
* Bug 72177 - reword checkbox to make it consistent with the others on the page.gerv%gerv.net2001-10-191-1/+1
|