- 10 Aug, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=joel x2
-
- 11 Jul, 2002 1 commit
-
-
jouni%heikniemi.net authored
Bug 117297: CC list mailing had case-sensitive dupe checking, making it possible to mail both "a@b.com" and "a@B.com". Patch by thomas+mozilla@stromberg.org (Thomas Stromberg), r=jouni,timeless
-
- 03 Jul, 2002 1 commit
-
-
myk%mozilla.org authored
r=jouni
-
- 23 May, 2002 1 commit
-
-
myk%mozilla.org authored
Fix for bug 146261: fixes bug preventing the sending of email to users when the status of bugs changes in some situations. Patch by Tim Taylor <ttaylor@mitre.org>. r=myk,bbaetz
-
- 14 Apr, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
original patch by jake@bugzilla.org, merged to current sources by bbaetz@student.usyd.edu.au r=gerv, justdave
-
- 24 Mar, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
wrong r=afranke x 2
-
- 04 Mar, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=justdave, ddkilzer@theracingworld.com
-
- 17 Feb, 2002 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 125516: the recent fix for emails truncating when a period occurred on a line by itself broke Exim because it needs the -t and -i as separate parameters instead of stacked (the original patch had -ti) Patch by Tobias Burnus <burnus@gmx.de> r= justdave, gerv
-
- 06 Feb, 2002 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 117055: Emails were being truncated if they contained a line with nothing but a period on them. We now pass -i to sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with a period). Has been tested with sendmail and postfix. Patch by Dave Miller <justdave@syndicomm.com> r= afranke, bugzilla@bkor.dhs.org, jake
-
- 30 Jan, 2002 1 commit
-
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,kiko
-
- 16 Jan, 2002 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 99608: dependency mails are no longer sent if the dependent bug can't be seen by the would-be recipient of the email. Patch by Jake Steenhagen and David Kilzer r= gerv, justdave
-
- 11 Jan, 2002 1 commit
-
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=caillon,jake
-
- 23 Oct, 2001 1 commit
-
-
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
-
- 13 Oct, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
-
- 06 Oct, 2001 1 commit
-
-
jake%acutex.net authored
Patch by Gavin Shelley <gavins@iplbath.com> r= jake@acutex.net
-
- 31 Aug, 2001 1 commit
-
-
myk%mozilla.org authored
Fix for bug 84338: initial implementation of attachment tracker, which lets users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
-
- 30 Aug, 2001 1 commit
-
-
jake%acutex.net authored
Fix for bug 28736 - Bugmail will now show the summary for the bug that changed in the "This bug depends on bug X, which changed state" messages. Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
-
- 14 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 26194: There are now substitution parameters available for use in newchangedmail which will include the reason(s) that the person is receiving the mail in either an email header, the body of the message, or both. The default newchangedmail parameter includes these in it. If you have an existing installation you will need to either hit "reset" next to the newchangedmail parameter, or add the substitution parameters where you like them according to the instructions given in editparams.cgi viewed from the web. Patch by Matthew Tuck <matty@chariot.net.au> and Zach Lipton <zach@zachlipton.com> r= justdave@syndicomm.com
-
- 12 Aug, 2001 1 commit
-
-
zach%zachlipton.com authored
Patch by MattyT <matty@chariot.net.au>, r=zach@zachlipton.com.
-
- 20 Jul, 2001 1 commit
-
-
jake%acutex.net authored
Fix for bugs 55161 and 12819. The activity log now stores only what's changed in multi-value fields. r= justdave@syndicomm.com
-
- 04 Jul, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 59349: Processmail now runs in taint (perl -T and $db->{Taint}=1) mode. Hooks also added to globals.pl to make converting other files in Bugzilla to run in Taint mode easier. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
- 14 Jun, 2001 1 commit
-
-
jake%acutex.net authored
r=timeless
-
- 02 Jun, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 78407: extra safeguard against overpopping the email list when pruning people who aren't supposed to get mail. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
- 24 May, 2001 1 commit
-
-
jake%acutex.net authored
r= justdave@syndicomm.com
-
- 08 Apr, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 71808: Can't set email preferences for voters (which caused voters to get OldEmailTech notifications. Patch by jake@acutex.net r= justdave
-
- 07 Apr, 2001 2 commits
-
-
justdave%syndicomm.com authored
Fix for bug 71912: changes email pref for "If I'm removed from that 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
-
justdave%syndicomm.com authored
Re-fix for bug 29820: remove "Changed" from email subject line. Based on 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.
-
- 04 Apr, 2001 1 commit
-
-
dave%intrec.com authored
-
- 29 Mar, 2001 1 commit
-
-
cyeh%bluemartini.com authored
checked in patch based on patch submitted by jake@acutex.net
-
- 16 Mar, 2001 1 commit
-
-
dave%intrec.com authored
-
- 15 Mar, 2001 1 commit
-
-
dave%intrec.com authored
Fix for bug 71550: watchers now get email based on their own preferences rather than the preferences of the person they are watching. Patch by jake@acutex.net, r= dave@intrec.com
-
- 12 Mar, 2001 1 commit
-
-
dmose%mozilla.org authored
Fixed bug 71600: mail would be sent about a given bug iff all flags for 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
-
- 15 Feb, 2001 1 commit
-
-
dmose%mozilla.org authored
fix for bug found in original 17464 patch, where removal from the CC list was not generating a mail. r=donm@bluemartini.com
-
- 25 Jan, 2001 2 commits
-
-
dave%intrec.com authored
-
dmose%mozilla.org authored
patch from bug 17464 to give user some control over what sorts of bug mail get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com
-
- 16 Sep, 2000 1 commit
-
-
cyeh%bluemartini.com authored
patch by JRobertson@medevolve.com (Jon Robertson)
-
- 14 Sep, 2000 2 commits
-
-
cyeh%bluemartini.com authored
patch submitted by zach@math.berkeley.edu, additional commentary by cyeh@bluemartini.com.
-
cyeh%bluemartini.com authored
patch submitted by john.beranek@pace.co.uk (John Beranek)
-
- 02 Sep, 2000 1 commit
-
-
dave%intrec.com authored
sendmail deferred vs immediate delivery Param is now honored even in Perl 5.6.
-
- 30 Aug, 2000 1 commit
-
-
cyeh%bluemartini.com authored
-