- 26 Jan, 2004 1 commit
-
-
myk%mozilla.org authored
Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzilla::Util, which contains the trim() function BugMail.pm needs. r=bbaetz
-
- 22 Nov, 2003 1 commit
-
-
bbaetz%acm.org authored
-
- 15 Aug, 2003 1 commit
-
-
timeless%mozdev.org authored
r=preed a=justdave
-
- 10 Jul, 2003 1 commit
-
-
justdave%syndicomm.com authored
Bug 107580: Add space to front of "New:" designator on bugmail so it will always sort before changed mails in an alphabetical subject listing in user mailboxes. Patch by benc@netscape.com r= myk, a=myk
-
- 03 Jun, 2003 1 commit
-
-
bbaetz%acm.org authored
r=myk,jake
-
- 13 May, 2003 1 commit
-
-
preed%sigkill.com authored
Bug 204724 - ExcludeSelf doesn't work with an email containing capital letters; Patch by marcschum@web.de, r=preed/myk,a=myk
-
- 09 Apr, 2003 1 commit
-
-
gerv%gerv.net authored
-
- 15 Feb, 2003 1 commit
-
-
preed%sigkill.com authored
Bug 192877 - State changes on bugs w/ dependancies cause "Use of uninitialized values" in BugMail.pm; r=justdave, bbaetz, a=justdave
-
- 10 Feb, 2003 1 commit
-
-
preed%sigkill.com authored
-
- 29 Dec, 2002 1 commit
-
-
jake%bugzilla.org authored
Bug 183388 - processmail wasn't picking up on users being added to the owner or qa contact role and was dropping emails if the user had selected to only get mail on those events. Patch by Mark Drew <mdrew@realm.com> r=jake a=justdave
-
- 10 Nov, 2002 1 commit
-
-
jake%bugzilla.org authored
Bug 179188 - The new flag system wasn't indicating which attachment a flag was changed on. This patch inserts the attachment ID any time it exists in the activity log (to match what show_activity does). r=myk a=myk
-
- 09 Nov, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
product/component r=justdave, myk a=justdave
-
- 17 Oct, 2002 1 commit
-
-
bugreport%peshkin.net authored
patch by jhedlund r,2xr=joel
-
- 13 Oct, 2002 1 commit
-
-
bugreport%peshkin.net authored
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
-
- 23 Sep, 2002 1 commit
-
-
bugreport%peshkin.net authored
r=bbaetz, gerv
-
- 20 Sep, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 152935 - Pref for no notification on Target Milestone change not respected. Patch by jodym@oeone.com; r=bbaetz, gerv.
-
- 26 Aug, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=joel x2
-
- 20 Aug, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 143286 - Add support for Insiders, Private comments, Private Attachments. Patch by bugreport@peshkin.net; r=gerv.
-
- 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
-