justdave%syndicomm.com
8a7b873c47
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
2002-02-06 02:47:00 +00:00
myk%mozilla.org
ce4b1a7ef6
Fix for bug 104521: Removes old attachment interface in favor of new attachment tracker.
...
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,kiko
2002-01-30 14:14:12 +00:00
justdave%syndicomm.com
d90706a77d
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
2002-01-16 03:25:52 +00:00
myk%mozilla.org
d1285e7889
Fix for bug 113383: Add a link to the dependent bug in emails about a dependent bug changing state.
...
Patch by Myk Melez <myk@mozilla.org>.
r=caillon,jake
2002-01-10 21:47:04 +00:00
bbaetz%cs.mcgill.ca
afa66d34ff
Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.
...
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
2001-10-23 15:44:53 +00:00
justdave%syndicomm.com
3eb400cda4
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
2001-10-13 01:36:17 +00:00
jake%acutex.net
16528766ad
Fix for bug 66651 - Include link to attachment in notification mail
...
Patch by Gavin Shelley <gavins@iplbath.com>
r= jake@acutex.net
2001-10-05 22:38:12 +00:00
myk%mozilla.org
34ed0df3d8
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
2001-08-31 03:54:37 +00:00
jake%acutex.net
94050ac3cb
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
2001-08-30 03:14:24 +00:00
justdave%syndicomm.com
c56dabc3aa
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
2001-08-13 17:06:38 +00:00
zach%zachlipton.com
a78ae48b1a
patch for bug 26194: Header explaining reason d'etre for email in New email notification scheme.
Patch by MattyT <matty@chariot.net.au>, r=zach@zachlipton.com.
2001-08-11 23:16:16 +00:00
jake%acutex.net
9e27da07a4
Fix for bugs 55161 and 12819. The activity log now stores only what's changed in multi-value fields.
...
r= justdave@syndicomm.com
2001-07-20 15:18:30 +00:00
justdave%syndicomm.com
15cf3536a8
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
2001-07-04 04:41:27 +00:00
jake%acutex.net
c52c3207f3
Bugzilla shouldn't display empty header in the New: email notifications (bug 85734)
...
r=timeless
2001-06-14 14:16:27 +00:00
justdave%syndicomm.com
6887947dcb
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
2001-06-02 03:19:26 +00:00
jake%acutex.net
097ab228ca
Bug 71552 - Remove oldemailtech from Bugzilla
...
r= justdave@syndicomm.com
2001-05-24 03:10:49 +00:00
justdave%syndicomm.com
cf698fbd58
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
2001-04-07 17:09:28 +00:00
justdave%syndicomm.com
82495cf2a0
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
2001-04-07 16:36:45 +00:00
justdave%syndicomm.com
67dd79fe85
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.
2001-04-06 17:40:49 +00:00
dave%intrec.com
c31f922554
Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.net
2001-04-03 20:54:53 +00:00
cyeh%bluemartini.com
bd29e21c64
fix for 71798: bugmail not sent when moving from cc to assigned fields
...
checked in patch based on patch submitted by jake@acutex.net
2001-03-28 23:43:39 +00:00
dave%intrec.com
d2d8243931
Re-fix for bug 71550: all watchers are now accounted for instead of only the first watcher found.
2001-03-16 07:49:37 +00:00
dave%intrec.com
f0c245bfb2
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
2001-03-15 07:50:36 +00:00
dmose%mozilla.org
c38d19ebf4
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
2001-03-11 20:08:28 +00:00
dmose%mozilla.org
7bf37a6d47
fix for bug found in original 17464 patch, where removal from the CC list was not generating a mail. r=donm@bluemartini.com
2001-02-14 20:41:26 +00:00
dave%intrec.com
4eaa21fe17
Re-fixing bug 30694. part of the original patch got left out.
2001-01-25 02:51:49 +00:00
dmose%mozilla.org
24b8f02104
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
2001-01-24 20:26:24 +00:00
cyeh%bluemartini.com
4c81648e80
fix for 41303: new email tech doesn't work with emailregexp
...
patch by JRobertson@medevolve.com (Jon Robertson)
2000-09-15 22:39:35 +00:00
cyeh%bluemartini.com
9d525eeb30
fix for 29820: Remove "Changed" from email subject line
...
patch submitted by zach@math.berkeley.edu , additional commentary by
cyeh@bluemartini.com .
2000-09-13 21:25:25 +00:00
cyeh%bluemartini.com
6415323992
fix for 51520: Missing uses of Param('emailsuffix')
...
patch submitted by john.beranek@pace.co.uk (John Beranek)
2000-09-13 17:45:48 +00:00
dave%intrec.com
b6dd0c0731
Removing duplicate variable declaration from patch for bug 50698. The
...
sendmail deferred vs immediate delivery Param is now honored even in Perl
5.6.
2000-09-02 04:26:36 +00:00
cyeh%bluemartini.com
f6fa2697a4
fix for 50698: parameter for sendmail deferred mode
2000-08-29 20:10:15 +00:00
cyeh%bluemartini.com
5525c62329
fix for 38624: "New value" column smaller than "old value" column. added an
...
extra "<" in FormatTriple so that old/new are the same size
2000-08-29 17:01:54 +00:00
cyeh%bluemartini.com
eb380e0d73
fix for bug #44622 : perl5.6 vs perl5.005 -w: more anal 5.6 causes errors.
...
patches by mtakacs@pacbell.net .
2000-08-21 19:50:41 +00:00
dave%intrec.com
483b625787
Undoing missing QA bug introduced with earlier patch (see bug 30826 for
...
details)
2000-08-01 19:52:06 +00:00
dave%intrec.com
2b5663ba81
Fix for bug 30826 (new email tech not being honored for QA contacts).
2000-07-22 21:09:33 +00:00
dmose%mozilla.org
6b992a1dc6
use sendmail deferred delivery to avoid long hangs at bug submission time
2000-04-12 00:25:38 +00:00
dmose%mozilla.org
e518bda069
allow users to watch the bugs of other users
2000-03-28 21:31:24 +00:00
terry%mozilla.org
7b4a529521
Italicize the "Additional Comments From" stuff, so that you can tell
...
the difference between new comments and people copying stuff in from
old comments.
2000-03-10 18:01:32 +00:00
terry%mozilla.org
489123e30e
Patch by aclark@ghoti.org -- clear the accumulation buffer before using it.
2000-01-29 20:13:30 +00:00
terry%mozilla.org
38060670b3
Reworked preferences UI. Added ability to turn off "My bugs" link at
...
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-25 07:54:57 +00:00
terry%mozilla.org
6c7cc5e6bf
New email code wasn't sending to people who had voted for a bug.
...
Added "My votes" link to footer. Other minor voting-related fixes.
2000-01-24 05:41:40 +00:00
terry%mozilla.org
a19ef8aeba
New email code wasn't notifying people of changes in state of
...
dependent bugs.
2000-01-23 01:03:15 +00:00
terry%mozilla.org
351bf0b663
Added a new table fielddefs that records information about the
...
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-22 04:24:42 +00:00
terry%mozilla.org
853edc6444
Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
...
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 22:35:49 +00:00
terry%mozilla.org
c82965dccc
Send one last email notification to people when a bug gets reassigned
...
away from them or they get removed from the CC list.
2000-01-13 22:23:25 +00:00
terry%mozilla.org
0a1343a9fe
Whoops! Was reporting ASSIGNED bugs as being closed. Also, changed
...
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 00:44:29 +00:00
terry%mozilla.org
38130712b1
Due to popular request, "bug changed" mail will only report changes in
...
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 22:14:11 +00:00
dmose%mozilla.org
18f71469a1
updated license boilerplate
1999-11-01 23:33:56 +00:00
terry%mozilla.org
8935369e7c
Let's not keep everything locked up while regenerating.
1999-10-11 19:02:49 +00:00