summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
AgeCommit message (Collapse)AuthorFilesLines
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com1-5/+0
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
2006-06-20Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-4/+4
Buclin <LpSolit@gmail.com> r=vladd a=justdave
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-2/+4
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-06-16Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander ↵lpsolit%gmail.com1-1/+1
<mkanat@bugzilla.org> r=LpSolit a=myk
2006-06-02Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - ↵lpsolit%gmail.com1-166/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from ↵lpsolit%gmail.com1-1/+3
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-05-23Bug 331365: Sendmail complains about a possible attack because there's a ↵lpsolit%gmail.com1-1/+2
newline in the email address - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r=glob a=justdave
2006-05-23Bug 139309: Include real name (not just email address) in bugmail comment ↵lpsolit%gmail.com1-8/+8
and diff headers - Patch by Karsten "Mnyromyr" Düsterloh <mnyromyr@tprac.de> r=LpSolit a=justdave
2006-05-21Bug 338365: Bugzilla::BugMail calls Param() outside of any functionmkanat%bugzilla.org1-7/+7
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=justdave
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ↵lpsolit%gmail.com1-3/+3
into User.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-04-16Bug 330186: Crash when changing the status of a bug which has dependencies ↵lpsolit%gmail.com1-1/+3
(new fix. Now sanitycheck.cgi should work again too) - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r=LpSolit a=justdave
2006-03-30Bug 70710: More expandable tags within emails - Patch by Alan Siu-Lung Tam ↵lpsolit%gmail.com1-0/+8
<Tam@SiuLung.com> r=vladd a=myk
2006-03-12Bug 330186: Crash when changing the status of a bug which has dependencies - ↵lpsolit%gmail.com1-1/+1
Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit r=mkanat a=LpSolit/mkanat (emergency checkin procedure)
2006-03-09Bug 132893: Create header X-Bugzilla-Watch-Reason - Patch by Olav Vitters ↵lpsolit%gmail.com1-25/+50
<bugzilla-mozilla@bkor.dhs.org> r=wicked a=myk
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-03-02Bug 281358: Attachment links in bugmail are different from the link in ↵lpsolit%gmail.com1-1/+1
show_bug.cgi - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
2006-02-22Bug 100089: Templatise "passwordmail" emailmozilla%colinogilvie.co.uk1-5/+9
Patch by Emmanuel Seyman <eseyman@linagora.com>; r=lpsolit; a=justdave
2006-02-22Patch for bug 137261: Add X-Bugzilla-Who: an email header specifying the ↵jocuri%softhome.net1-0/+4
bugzilla account that made these changes; patch by Albert Ting <altlst@sonic.net>, r=LpSolit, a=justdave.
2006-01-08Bug 320529: BugMail.pm crashes when checking email prefs of a deleted user - ↵lpsolit%gmail.com1-1/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-12-24Bug 304885: UTF-8 encoding mangles multipart messages, breaks whine emails - ↵karl%kornel.name1-23/+43
Patch by A. Karl Kornel <karl@kornel.name> r=glob a=justdave
2005-12-23Bug 94293: Sendmail "from" header can not be configured in one config file, ↵bugzilla%glob.com.au1-1/+15
From header broken in SMTP Patch by Jochen Wiedmann <jochen.wiedmann@gmail.com> r=glob,a=justdave
2005-12-19Bug 305968: [PostgreSQL] Comparison between TIMESTAMP and TIMESTAMP(0) ↵lpsolit%gmail.com1-1/+1
prevents bugmail delivery - Patch by Emmanuel Seyman <eseyman@linagora.com> r=mkanat a=justdave
2005-12-08Bug 318842: Bugs with "New:" in the header have an extra space before "New:" ↵lpsolit%gmail.com1-1/+1
- Patch by Adam Guthrie <ispiked@gmail.com> r=myk a=justdave
2005-12-06Bug 319055: Mail::Mailer truncates messages at a line with a period when ↵lpsolit%gmail.com1-0/+3
using sendmail - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2005-11-03Bug 314544: Bugzilla/BugMail.pm should not 'use Bugzilla::DB' - Patch by ↵lpsolit%gmail.com1-1/+0
Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
2005-11-03Bugzilla Bug 306207: sendmail support under Windows bypasses message encodingwurblzap%gmail.com1-11/+13
Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap, a=myk
2005-10-31Bug 282132: BugMail.pm: Eliminate deprecated Bugzilla::DB routines - Patch ↵lpsolit%gmail.com1-70/+76
by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wicked a=justdave
2005-10-27Bug 313661: New bug bugmail omits initial CC list - Patch by Olav Vitters ↵lpsolit%gmail.com1-2/+16
<bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
2005-10-15Bug 311913: Add support for X-Bugzilla-Keywords and X-Bugzilla-Severity to ↵lpsolit%gmail.com1-0/+2
email notifications - Patch by Mark Loeser <halcy0n@gentoo.org> r=LpSolit a=justdave
2005-08-31Bug 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by ↵lpsolit%gmail.com1-1/+52
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-25Bug 305498: UTF-8 e-mail encoding is not working - Patch by Cedric Caron ↵lpsolit%gmail.com1-2/+2
<cedric.caron@urbanet.ch> r=glob a=justdave
2005-08-16Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - ↵lpsolit%gmail.com1-28/+2
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-15Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi ↵justdave%bugzilla.org1-1/+0
files already have it loaded, and it causes circular dependencies. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave a=justdave
2005-08-13Bug 302418: re-enable sendmail support for Windows - Patch by byron jones ↵lpsolit%gmail.com1-0/+8
(glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
2005-08-13Bug 303824: BugMail should ignore deleted or renamed user accounts - Patch ↵lpsolit%gmail.com1-4/+7
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-8/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-8/+8
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-8/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-04Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ↵lpsolit%gmail.com1-4/+95
installations - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
2005-07-19Bug 282632: Eliminate AUTOLOAD section from BugMail.pmmkanat%kerio.com1-28/+20
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2005-07-11Bug 299572: Move MailPassword() from CGI.pl into BugMail.pm (and remove an ↵lpsolit%gmail.com1-0/+11
unused variable) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-04-05Bug 288985: cannot remove users from the CC list - Patch by Frederic Buclin ↵lpsolit%gmail.com1-1/+3
<LpSolit@gmail.com> r=mkanat a=myk
2005-03-30Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net1-465/+196
email internals. Patch by gerv; r=jake, a=justdave.
2005-03-12Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com1-9/+6
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
2005-03-10Bug 284629 : Combine Param(enable_mail_sending) with Param(maildeliverymethod)travis%sedsystems.ca1-5/+5
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=Jake a=myk
2005-03-01Bug 178370 : global param for whether or not to send mailtravis%sedsystems.ca1-4/+1
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk
2005-02-25Bug 282748: uninitialized value in localtime in Format.pmmkanat%kerio.com1-5/+3
Patch By Frederic Buclin <LpSolit@gmail.com> r=wurblzap, a=myk
2005-02-25Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
2005-02-17Bug 281733: testfile mail transport cannot write to testfilemkanat%kerio.com1-1/+4
Patch By Frédéric Buclin <LpSolit@gmail.com> r=joe a=myk
2005-02-17Bug 281599: Remove RelationSet from Bugzilla::BugMailmkanat%kerio.com1-5/+7
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk