Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-08 | Fix for bug 71808: Can't set email preferences for voters (which caused ↵ | justdave%syndicomm.com | 1 | -1/+15 | |
voters to get OldEmailTech notifications. Patch by jake@acutex.net r= justdave | |||||
2001-04-08 | Fix for bug 71912: changes email pref for "If I'm removed from that ↵ | justdave%syndicomm.com | 1 | -2/+21 | |
capacity" to "If I'm added to or removed from that capacity", so you can still get mail when someone adds you to a CC. Patch by <jake@acutex.net> r= justdave | |||||
2001-04-07 | Re-fix for bug 29820: remove "Changed" from email subject line. Based on ↵ | justdave%syndicomm.com | 1 | -2/+2 | |
patch submitted by Stephan Niemz [faniz] <st.n@gmx.net>, r= jake, cyeh UPGRADE NOTES: when you install this update, you will need to change the subject line in your 'changedmail' and 'newchangedmail' params from the web by running editparams.cgi. The subject line needs to be changed from: Subject: [Bug %bugid%] %neworchanged% - %summary% to Subject: [Bug %bugid%] %neworchanged%%summary% Or whatever is appropriate for the subject you are using on your system. Note the removal of the " - " in the middle. | |||||
2001-04-04 | Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.net | dave%intrec.com | 1 | -1/+1 | |
2001-03-29 | fix for 71798: bugmail not sent when moving from cc to assigned fields | cyeh%bluemartini.com | 1 | -3/+1 | |
checked in patch based on patch submitted by jake@acutex.net | |||||
2001-03-16 | Re-fix for bug 71550: all watchers are now accounted for instead of only the ↵ | dave%intrec.com | 1 | -3/+5 | |
first watcher found. | |||||
2001-03-15 | Fix for bug 71550: watchers now get email based on their own preferences ↵ | dave%intrec.com | 1 | -23/+21 | |
rather than the preferences of the person they are watching. Patch by jake@acutex.net, r= dave@intrec.com | |||||
2001-03-12 | Fixed bug 71600: mail would be sent about a given bug iff all flags for ↵ | dmose%mozilla.org | 1 | -2/+13 | |
stuff changed in a given group were set. Should have sent mail if any flags for stuff changed in a given group were set. r=dave@intrec.com,endico@mozilla.org | |||||
2001-02-15 | fix for bug found in original 17464 patch, where removal from the CC list ↵ | dmose%mozilla.org | 1 | -38/+88 | |
was not generating a mail. r=donm@bluemartini.com | |||||
2001-01-25 | Re-fixing bug 30694. part of the original patch got left out. | dave%intrec.com | 1 | -1/+1 | |
2001-01-25 | patch from bug 17464 to give user some control over what sorts of bug mail ↵ | dmose%mozilla.org | 1 | -11/+370 | |
get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com | |||||
2000-09-16 | fix for 41303: new email tech doesn't work with emailregexp | cyeh%bluemartini.com | 1 | -1/+6 | |
patch by JRobertson@medevolve.com (Jon Robertson) | |||||
2000-09-14 | fix for 29820: Remove "Changed" from email subject line | cyeh%bluemartini.com | 1 | -1/+6 | |
patch submitted by zach@math.berkeley.edu, additional commentary by cyeh@bluemartini.com. | |||||
2000-09-14 | fix for 51520: Missing uses of Param('emailsuffix') | cyeh%bluemartini.com | 1 | -1/+3 | |
patch submitted by john.beranek@pace.co.uk (John Beranek) | |||||
2000-09-02 | Removing duplicate variable declaration from patch for bug 50698. The | dave%intrec.com | 1 | -2/+2 | |
sendmail deferred vs immediate delivery Param is now honored even in Perl 5.6. | |||||
2000-08-30 | fix for 50698: parameter for sendmail deferred mode | cyeh%bluemartini.com | 1 | -2/+11 | |
2000-08-30 | fix for 38624: "New value" column smaller than "old value" column. added an | cyeh%bluemartini.com | 1 | -1/+1 | |
extra "<" in FormatTriple so that old/new are the same size | |||||
2000-08-22 | fix for bug #44622: perl5.6 vs perl5.005 -w: more anal 5.6 causes errors. | cyeh%bluemartini.com | 1 | -4/+4 | |
patches by mtakacs@pacbell.net. | |||||
2000-08-02 | Undoing missing QA bug introduced with earlier patch (see bug 30826 for | dave%intrec.com | 1 | -1/+1 | |
details) | |||||
2000-07-23 | Fix for bug 30826 (new email tech not being honored for QA contacts). | dave%intrec.com | 1 | -5/+7 | |
2000-04-12 | use sendmail deferred delivery to avoid long hangs at bug submission time | dmose%mozilla.org | 1 | -3/+4 | |
2000-03-29 | allow users to watch the bugs of other users | dmose%mozilla.org | 1 | -129/+137 | |
2000-03-11 | Italicize the "Additional Comments From" stuff, so that you can tell | terry%mozilla.org | 1 | -2/+2 | |
the difference between new comments and people copying stuff in from old comments. | |||||
2000-01-30 | Patch by aclark@ghoti.org -- clear the accumulation buffer before using it. | terry%mozilla.org | 1 | -0/+1 | |
2000-01-25 | Reworked preferences UI. Added ability to turn off "My bugs" link at | terry%mozilla.org | 1 | -1/+1 | |
bottom. Made "My bugs" show bugs you own AND bugs you submitted. Added ability to display your named queries in the footer. Many random bugfixes. | |||||
2000-01-24 | New email code wasn't sending to people who had voted for a bug. | terry%mozilla.org | 1 | -1/+8 | |
Added "My votes" link to footer. Other minor voting-related fixes. | |||||
2000-01-23 | New email code wasn't notifying people of changes in state of | terry%mozilla.org | 1 | -17/+61 | |
dependent bugs. | |||||
2000-01-22 | Added a new table fielddefs that records information about the | terry%mozilla.org | 1 | -1/+237 | |
different fields we keep an activity log on. The bugs_activity table now has a pointer into that table instead of recording the name directly. Set up a new, highly experimental email-notification scheme. To turn it on, the maintainer has to turn on the "New email tech" param, and then individual users have to turn on the "New email tech" preference. | |||||
2000-01-15 | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 1 | -1/+32 | |
me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case. | |||||
2000-01-14 | Send one last email notification to people when a bug gets reassigned | terry%mozilla.org | 1 | -5/+15 | |
away from them or they get removed from the CC list. | |||||
1999-11-03 | Whoops! Was reporting ASSIGNED bugs as being closed. Also, changed | terry%mozilla.org | 1 | -4/+6 | |
it to report the resolution of the bug instead of the word "closed". Many thanks to dbaron@fas.harvard.edu for suggesting this change, and reporting the bug. | |||||
1999-11-03 | Due to popular request, "bug changed" mail will only report changes in | terry%mozilla.org | 1 | -8/+17 | |
state on dependent bugs if they move from an 'open' to a 'closed' state, or visa-versa. Also, if there are more than 5 bugs on the list, then we won't even try to generate the details (doing so only generates lots of extra mail that is too hard to parse anyway.) | |||||
1999-11-02 | updated license boilerplate | dmose%mozilla.org | 1 | -14/+15 | |
1999-10-12 | Let's not keep everything locked up while regenerating. | terry%mozilla.org | 1 | -0/+2 | |
1999-10-12 | Stop reporting "area"; don't report voters on the CC line. | terry%mozilla.org | 1 | -7/+13 | |
1999-10-12 | Make "rescanall" only check bugs which have changed in the last two days. | terry%mozilla.org | 1 | -1/+1 | |
1999-10-12 | Added ability to run "processmail rescanall" to scan *every* bug for | terry%mozilla.org | 1 | -1/+15 | |
any mail that ought to be sent to someone. | |||||
1999-10-08 | Added the ability for users to "vote" on which bugs they think should | terry%mozilla.org | 1 | -0/+4 | |
be fixed. | |||||
1999-09-26 | Don't send email notification of bug changes to people who aren't allowed to ↵ | terry%mozilla.org | 1 | -3/+6 | |
see that bug. | |||||
1999-08-05 | Patch by msrex@suse.de -- don't send mail to the same address more | terry%mozilla.org | 1 | -1/+2 | |
than once (in case our mail transport is too stupid to remove the dups for us). | |||||
1999-06-15 | Added the ability to configure bugzilla so that we only allow local | terry%mozilla.org | 1 | -1/+1 | |
usernames for email addresses. | |||||
1999-06-12 | Make nospam comparison case insensitive, since BugZilla keeps the | bryce-mozilla%nextbus.com | 1 | -2/+3 | |
case of the login, which might differ from the case in the database. | |||||
1999-05-28 | Notify by mail whenever a related bug changes status. | terry%mozilla.org | 1 | -1/+10 | |
1999-05-27 | Added dependencies, so that you can mark which bugs depend on which | terry%mozilla.org | 1 | -1/+29 | |
other ones. | |||||
1999-05-13 | Added user preference controlling how much email they get. | terry%mozilla.org | 1 | -6/+26 | |
1999-05-12 | "nospam" feature. BugZilla will no longer email the person submitting | bryce-mozilla%nextbus.com | 1 | -39/+50 | |
the change (after all, they are right there viewing things interactively). To make this clear to everyone, print out the exact email list as each bug is processed. | |||||
1999-05-11 | Oops; back out last change; was checked in by mistake (and with the wrong ↵ | terry%mozilla.org | 1 | -48/+41 | |
log comment, too). | |||||
1999-05-11 | Remember the 'changedin' field when memorizing queries. | terry%mozilla.org | 1 | -41/+48 | |
1999-04-22 | Ignore blanks when doing diff. In particular, this helps hide any | terry%netscape.com | 1 | -1/+1 | |
problems we may have with differing end-of-line characters. | |||||
1999-03-04 | "regenerate" was busted. | terry%netscape.com | 1 | -2/+3 | |