jake%acutex.net
ed69b4acf1
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
a713e052fd
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
22c2912d66
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
46f339c5a5
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
7d7408335b
Bug 71552 - Remove oldemailtech from Bugzilla
...
r= justdave@syndicomm.com
2001-05-24 03:10:49 +00:00
justdave%syndicomm.com
a3c8569fdf
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
47cea0555a
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
c09b1fd81e
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
900965b19d
Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.net
2001-04-03 20:54:53 +00:00
cyeh%bluemartini.com
29502ab302
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
d9036c41d2
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
94c8f4933e
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
a3d777a1b7
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
6077fdc769
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
3fee301357
Re-fixing bug 30694. part of the original patch got left out.
2001-01-25 02:51:49 +00:00
dmose%mozilla.org
4c96f21aae
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
1086d3e077
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
44fddf3b1e
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
b2de760455
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
c6661d2638
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
19bbc79051
fix for 50698: parameter for sendmail deferred mode
2000-08-29 20:10:15 +00:00
cyeh%bluemartini.com
1f54a3284d
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
84f90e2764
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
e97a83d5c2
Undoing missing QA bug introduced with earlier patch (see bug 30826 for
...
details)
2000-08-01 19:52:06 +00:00
dave%intrec.com
f55771fb3d
Fix for bug 30826 (new email tech not being honored for QA contacts).
2000-07-22 21:09:33 +00:00
dmose%mozilla.org
f842d022e6
use sendmail deferred delivery to avoid long hangs at bug submission time
2000-04-12 00:25:38 +00:00
dmose%mozilla.org
ffaaebea3c
allow users to watch the bugs of other users
2000-03-28 21:31:24 +00:00
terry%mozilla.org
fe49673050
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
1414bcf593
Patch by aclark@ghoti.org -- clear the accumulation buffer before using it.
2000-01-29 20:13:30 +00:00
terry%mozilla.org
c7fc84f240
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
2291e7e479
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
2bf5e0801c
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
8ed4c20ca3
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
f5e622daa8
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
d5a1e935bc
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
27e39bfe08
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
1fc0f060c6
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
2db9bdbbbe
updated license boilerplate
1999-11-01 23:33:56 +00:00
terry%mozilla.org
5d0924fdfb
Let's not keep everything locked up while regenerating.
1999-10-11 19:02:49 +00:00
terry%mozilla.org
2b2d779419
Stop reporting "area"; don't report voters on the CC line.
1999-10-11 18:54:45 +00:00
terry%mozilla.org
622cca3806
Make "rescanall" only check bugs which have changed in the last two days.
1999-10-11 18:23:21 +00:00
terry%mozilla.org
1913f31fc9
Added ability to run "processmail rescanall" to scan *every* bug for
...
any mail that ought to be sent to someone.
1999-10-11 18:18:39 +00:00
terry%mozilla.org
58a7c6ecbc
Added the ability for users to "vote" on which bugs they think should
...
be fixed.
1999-10-07 23:54:52 +00:00
terry%mozilla.org
85f5f2de91
Don't send email notification of bug changes to people who aren't allowed to see that bug.
1999-09-25 20:35:52 +00:00
terry%mozilla.org
d7c3778e02
Patch by msrex@suse.de -- don't send mail to the same address more
...
than once (in case our mail transport is too stupid to remove the dups
for us).
1999-08-04 15:07:28 +00:00
terry%mozilla.org
dad605834b
Added the ability to configure bugzilla so that we only allow local
...
usernames for email addresses.
1999-06-14 17:33:52 +00:00
bryce-mozilla%nextbus.com
01df283d94
Make nospam comparison case insensitive, since BugZilla keeps the
...
case of the login, which might differ from the case in the database.
1999-06-11 16:07:32 +00:00
terry%mozilla.org
c067e326e2
Notify by mail whenever a related bug changes status.
1999-05-27 18:18:29 +00:00
terry%mozilla.org
cfa0b79063
Added dependencies, so that you can mark which bugs depend on which
...
other ones.
1999-05-27 14:13:41 +00:00
terry%mozilla.org
bb7ca53ed0
Added user preference controlling how much email they get.
1999-05-12 17:20:40 +00:00