Age | Commit message (Expand) | Author | Files | Lines |
2001-11-18 | Fix the double testing of .pm files. | zach%zachlipton.com | 1 | -7/+3 |
2001-11-17 | Bug 104677 : Votes field (text style) on showvotes.cgi defaults to size 5, no... | matty%chariot.net.au | 2 | -6/+25 |
2001-11-17 | Bug 101560, pt 2. Perl 5.00503 gives a (bogus?) warning which 5.6 doesn't. | bbaetz%cs.mcgill.ca | 1 | -1/+1 |
2001-11-17 | Bug 101560 - clear some more env vars so that system calls will run in | bbaetz%cs.mcgill.ca | 1 | -2/+1 |
2001-11-16 | Bug 6419 - command-line query tools by Andreas Franke <afranke@ags.uni-sb.de>. | gerv%gerv.net | 3 | -0/+174 |
2001-11-15 | Bug 107718 pt 2 - use subtraction instead of the ~ operator, which older | bbaetz%cs.mcgill.ca | 2 | -11/+6 |
2001-11-14 | We don't really need to look for fragments that are pulled in by [% INCLUDE %... | jake%acutex.net | 1 | -15/+0 |
2001-11-14 | Fix license headers and make attachment changed page look like bug changed pa... | gerv%gerv.net | 9 | -7/+196 |
2001-11-12 | Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a ... | jake%acutex.net | 1 | -33/+52 |
2001-11-12 | Oops. Bug 109690 again, r=justdave, gerv | bbaetz%cs.mcgill.ca | 1 | -1/+1 |
2001-11-12 | Bug 109690: Check $bug before using it. | bbaetz%cs.mcgill.ca | 1 | -0/+1 |
2001-11-09 | Bugzilla Bug 109138 platform detection not working on macintosh | timeless%mac.com | 1 | -4/+14 |
2001-11-09 | Fix for bug 109048: fixes error when creating attachments without logging in. | myk%mozilla.org | 1 | -3/+4 |
2001-11-08 | Fix for bug 99519: timestamps were not being set correctly in the activity ta... | justdave%syndicomm.com | 1 | -6/+8 |
2001-11-08 | Fix for bug 104652: Duplicate bugs in the dependency tree now get marked with... | myk%mozilla.org | 1 | -4/+13 |
2001-11-08 | Fix for bug 108822: Prevent any user from changing their own groupset. | myk%mozilla.org | 1 | -2/+2 |
2001-11-08 | Fix for bug 108821: Prevent users with any blessgroupset privileges from bles... | myk%mozilla.org | 1 | -1/+4 |
2001-11-08 | Fix for bug 108812: Prevent users from running queries containing arbitrary SQL. | myk%mozilla.org | 1 | -4/+8 |
2001-11-08 | Require (temporarily) mysql >= 3.23.5 for the ~ operator, needed for the | bbaetz%cs.mcgill.ca | 1 | -1/+9 |
2001-11-08 | Bug 101166 - users seeing a bug via _accessible bits should see that its | bbaetz%cs.mcgill.ca | 1 | -12/+23 |
2001-11-07 | Bug 108547 - Make the JavaScript use proper DOM | jake%acutex.net | 1 | -10/+9 |
2001-11-07 | Refixing bug 71840 - The name should be the 'name' should be the same as what... | jake%acutex.net | 1 | -1/+1 |
2001-11-06 | SECURITY FIX see bug 108385: Due to trusting of passed form fields that shoul... | justdave%syndicomm.com | 1 | -10/+6 |
2001-11-06 | SECURITY FIX see bug 108516: Due to trusting of passed form fields that shoul... | justdave%syndicomm.com | 1 | -17/+13 |
2001-11-05 | Bugzilla Bug 107672 Browser OS/Platform discrimination alg sucks | timeless%mac.com | 1 | -29/+70 |
2001-11-03 | Bug 107718 - mass changes give all changed bugs the groupset of the first | bbaetz%cs.mcgill.ca | 1 | -37/+20 |
2001-11-03 | Fix for bug 105773: Email addresses in the CC list are now sorted case-insens... | justdave%syndicomm.com | 2 | -2/+2 |
2001-11-03 | Fix for bug 95615: cosmetic change to clarify error message when trying to us... | justdave%syndicomm.com | 1 | -2/+2 |
2001-10-31 | Fixing tinderbox bustage (removing <Tab>s and adding a "use vars" line) | jake%acutex.net | 4 | -16/+18 |
2001-10-31 | Have the tests test .pm files as well, yes this creates bustage, this is | zach%zachlipton.com | 1 | -1/+1 |
2001-10-31 | Fix test bustage by removing tabs. | myk%mozilla.org | 1 | -1/+1 |
2001-10-31 | Fix for bug 98602: re-implementation of "create attachment" page. | myk%mozilla.org | 6 | -71/+363 |
2001-10-28 | Fix for bug 96675: checksetup should require admin e-mail address satisfy ema... | zach%zachlipton.com | 1 | -1/+23 |
2001-10-28 | A few enhancements to the template test: | jake%acutex.net | 1 | -8/+32 |
2001-10-27 | Bug 105879 - Footer links have an extra | by Sanity Check | jake%acutex.net | 1 | -1/+1 |
2001-10-27 | Bug 81594 - SQL error after editing user entry when changing numerous things ... | jake%acutex.net | 1 | -1/+1 |
2001-10-26 | Check templates for tabs, also. | jake%acutex.net | 1 | -0/+5 |
2001-10-26 | Fix for bug 98602: re-implementation of "create attachment" page. | myk%mozilla.org | 6 | -10/+160 |
2001-10-25 | Bug 104065 - Stop uninitilized string warnings from getting into the error lo... | jake%acutex.net | 1 | -1/+1 |
2001-10-25 | Fixed "used only once" warning coming from my patch for bug 97469. The | bbaetz%cs.mcgill.ca | 1 | -0/+1 |
2001-10-25 | Don't rely on the TEST_VERBOSE environment variable (no longer exported from ... | jake%acutex.net | 6 | -12/+11 |
2001-10-24 | Bug 106424 - We weren't going orange on warnings such as "used only once". T... | jake%acutex.net | 1 | -3/+9 |
2001-10-24 | Fix for bug 106315: Link on bug list for emailing QA contacts. | myk%mozilla.org | 1 | -2/+15 |
2001-10-24 | Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs. | bbaetz%cs.mcgill.ca | 11 | -158/+177 |
2001-10-23 | Bug 63249 - The Bug Counts report was running very slowly due to unneeded fie... | jake%acutex.net | 1 | -16/+5 |
2001-10-20 | Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment. | jake%acutex.net | 2 | -13/+27 |
2001-10-20 | Backing out previous change, the wrong patch got checked in. | jake%acutex.net | 2 | -27/+11 |
2001-10-20 | Bug 71840 - make comments referenceable. Patch by gerv/jake. r=justdave, jake... | gerv%gerv.net | 2 | -11/+27 |
2001-10-20 | Bug 105480 - Use the friendly name from the fielddefs table when reporting st... | jake%acutex.net | 1 | -2/+9 |
2001-10-20 | Bug 104340 - Changing the UI of the toolbar for hiding bugs in the dependency... | jake%acutex.net | 1 | -29/+29 |