Age | Commit message (Expand) | Author | Files | Lines |
2001-12-16 | Fix for bug 102487: If you had "comment on product change required" turned on... | justdave%syndicomm.com | 1 | -29/+31 |
2001-12-11 | Fix for bug 73502: midair collision wasn't catching other bugs changing depen... | justdave%syndicomm.com | 1 | -0/+2 |
2001-11-28 | Bug 108312 - The mid-air collision page was only showing the most recent chan... | jake%acutex.net | 1 | -1/+1 |
2001-11-18 | Backing out previous checkin, it broke the tree. :( | justdave%syndicomm.com | 1 | -4/+2 |
2001-11-18 | Fix for bug 102487: If admin has set preferences to require a comment on a pr... | justdave%syndicomm.com | 1 | -2/+4 |
2001-11-15 | Bug 107718 pt 2 - use subtraction instead of the ~ operator, which older | bbaetz%cs.mcgill.ca | 1 | -2/+5 |
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-06 | SECURITY FIX see bug 108385: Due to trusting of passed form fields that shoul... | justdave%syndicomm.com | 1 | -10/+6 |
2001-11-03 | Bug 107718 - mass changes give all changed bugs the groupset of the first | bbaetz%cs.mcgill.ca | 1 | -37/+20 |
2001-10-25 | Bug 104065 - Stop uninitilized string warnings from getting into the error lo... | jake%acutex.net | 1 | -1/+1 |
2001-10-24 | Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs. | bbaetz%cs.mcgill.ca | 1 | -36/+10 |
2001-10-13 | Fix for bug 104516: No code changes in this patch, all this checkin does is r... | justdave%syndicomm.com | 1 | -7/+7 |
2001-09-29 | Fix for bug 98744: No more software error when the user clicks "remove cc" wi... | myk%mozilla.org | 1 | -1/+1 |
2001-09-18 | Fix for bug 90333: Bugzilla now displays an appropriate error message if a us... | myk%mozilla.org | 1 | -0/+5 |
2001-09-15 | Fix for bug 30731 - Reassigning closed bugs from the mass change page caused ... | jake%acutex.net | 1 | -1/+13 |
2001-08-27 | Fix for bug 92266: Prevent dataloss in the bugs_activity table by wrapping | justdave%syndicomm.com | 1 | -22/+58 |
2001-08-27 | Bug 96085 - bypassing group security checks using duplicate bugs | jake%acutex.net | 1 | -2/+99 |
2001-08-25 | Fix for bug 95235: variables with untrusted content were being echoed back to... | justdave%syndicomm.com | 1 | -1/+2 |
2001-08-18 | Refixing bug 95875 - The code that breakes the typed in CC list into individu... | jake%acutex.net | 1 | -4/+4 |
2001-08-18 | Fix for bug 95857: process_bugs.cgi sees blank address in cc: line (would sho... | justdave%syndicomm.com | 1 | -6/+4 |
2001-08-18 | Fix for bug 95747 - CC List validation (for additions) wasn't happening until... | jake%acutex.net | 1 | -39/+58 |
2001-08-17 | Fix for bug 95743: the role-accessible checkboxes were getting cleared if a u... | justdave%syndicomm.com | 1 | -33/+8 |
2001-08-13 | Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields c... | justdave%syndicomm.com | 1 | -0/+29 |
2001-08-11 | fix for bug 66235: process_bug.cgi: multiple product change misses the groups... | zach%zachlipton.com | 1 | -33/+193 |
2001-07-22 | Fix for bug 84714 and bug 88797: You can now change bug groups from the "chan... | justdave%syndicomm.com | 1 | -30/+29 |
2001-07-21 | Fix for bugs 55161 and 12819. The activity log now stores only what's change... | jake%acutex.net | 1 | -53/+74 |
2001-06-27 | Fix for bug 80289: Group restrictions are now identified with checkboxes inst... | justdave%syndicomm.com | 1 | -11/+41 |
2001-06-08 | Fix for bug 15980: Password is no longer shown in the location bar on the fir... | justdave%syndicomm.com | 1 | -2/+8 |
2001-06-07 | Fix for bug 21253: removing all single-parameter system() calls from Bugzilla | justdave%syndicomm.com | 1 | -2/+2 |
2001-06-03 | Landing Myk's patch for bug #71767 | tara%tequilarista.org | 1 | -6/+20 |
2001-06-01 | Bugzilla was leaking information about bugs marked secure (using bug groups).... | jake%acutex.net | 1 | -28/+42 |
2001-04-17 | Correcting my email address in the comments | justdave%syndicomm.com | 1 | -1/+1 |
2001-03-12 | Fix for bug 71606: Duplicates not getting marked in comments which bug they'r... | dave%intrec.com | 1 | -1/+1 |
2001-03-11 | Fix for bug 7873: Duplicate marking now happens AFTER privs are checked to ma... | dave%intrec.com | 1 | -32/+36 |
2001-03-10 | back out change | cyeh%bluemartini.com | 1 | -2/+4 |
2001-03-10 | fix for 70039: Mid-air collision page confusing, users think comments will be... | cyeh%bluemartini.com | 1 | -4/+2 |
2001-02-27 | fix for bug 51670: Dependency loops are possible | cyeh%bluemartini.com | 1 | -1/+23 |
2001-02-24 | Oops, typo in patch. = -> eq | dave%intrec.com | 1 | -2/+2 |
2001-02-23 | fix for 66876: Using userids (mediumint) for initialowner and initialqacontact | cyeh%bluemartini.com | 1 | -5/+4 |
2001-02-22 | Fix for bug 49306: Resolution field getting cleared on midair-collision. | dave%intrec.com | 1 | -6/+3 |
2001-02-16 | fix for 28676 : | cyeh%bluemartini.com | 1 | -0/+22 |
2001-02-15 | fix for bug found in original 17464 patch, where removal from the CC list was... | dmose%mozilla.org | 1 | -5/+41 |
2001-01-18 | Cleaning up the language for matty for bug #45213 | tara%tequilarista.org | 1 | -2/+2 |
2000-12-14 | Formatting change. Trivial. | gerv%gerv.net | 1 | -1/+1 |
2000-10-24 | Landing duplicates stuff from gervase markham | tara%tequilarista.org | 1 | -1/+5 |
2000-08-30 | fix for 49063: no sanity checking when setting duplicate. sanity checking | cyeh%bluemartini.com | 1 | -0/+7 |
2000-08-29 | fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves. | cyeh%bluemartini.com | 1 | -1/+1 |
2000-08-13 | Re-fixing bug 30824 the correct way (which also fixes bug 46753) | dave%intrec.com | 1 | -3/+2 |
2000-07-26 | Landing Dave Miller's patch for #25693 | tara%tequilarista.org | 1 | -0/+1 |
2000-07-14 | Bug moving code is now fully implemented. To use it, turn on the param and se... | endico%mozilla.org | 1 | -0/+12 |