aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
Commit message (Expand)AuthorAgeFilesLines
* Replace noncharacters in bugmails by the substitution character (mgaHEADmasterFrédéric Buclin2024-02-141-0/+3
* Bug 1250908: "Use of uninitialized value" warning thrown when creating a new ...Thorsten Schöning2016-03-091-2/+2
* Bug 714724: Correctly encode emails as quoted-printableFrédéric Buclin2015-10-231-9/+14
* Bug 1143874: Improve load time of bug commentsFrédéric Buclin2015-04-051-9/+8
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 939838 - Kill Bugzilla::User::user_id_to_login function. r=LpSolit, a=jus...Gervase Markham2014-01-271-1/+1
* Bug 904467 - error when %recipients is empty (e.g. after bugmail_recipients e...Damien Nozay2014-01-131-14/+17
* Bug 946565 - Bug Mail does not correct notify when two people have made changesSimon Green2014-01-031-7/+12
* Bug 930867: background bugmail generation throws a "Can't store CODE items" e...Byron Jones2013-12-111-1/+7
* Bug 97956 - Give summary and URL of bugs added or removed from dependencies i...Simon Green2013-11-181-19/+34
* Bug 877078: shift bugmail generation to the jobqueueByron Jones2013-07-311-16/+83
* Bug 856736 - Set X-Bugzilla-Type to dep_changed for 'dependency changed" bugmailDave Lawrence2013-07-301-4/+11
* Bug 885646: Bugzilla::BugMail::_get_diff should rejoin split activity entriesSimon Green2013-07-091-2/+21
* Bug 874944: Do not display the Excluded list when sending bugmailsFrédéric Buclin2013-06-051-17/+8
* Bug 148564 - Ability to ignore specific bugs (not get email from them, even a...Dave Lawrence2013-04-081-4/+10
* Bug 525195 - Invisible fields still show up in the "New:" bugmail (fields who...Alex Schuilenburg2013-03-141-0/+7
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+12
* Bug 777685: Use UTF-8 encoding on all email parts, to work around buggy email...Thorsten Schöning2012-11-271-0/+2
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-2/+3
* Bug 721161 - Add to X-Bugzilla-Changed-Fields when a new attachment is create...Dave Lawrence2012-02-161-1/+9
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-31/+5
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-9/+15
* Bug 652165: Flagmails have a wrong Date: valueFrédéric Buclin2011-04-231-3/+8
* Fix bustage; diffs is an arrayref in 4.0, an array on trunk.Gervase Markham2011-01-271-1/+1
* Add diffs parameter to bugmail_recipients hook. r=mkanat.Gervase Markham2011-01-271-1/+1
* Bug 623408: Message-ID is gone in bugmail for new bugsFrédéric Buclin2011-01-151-2/+3
* Provide user objects to bugmail_recipients hook. r,a=mkanat.Gervase Markham2011-01-071-1/+7
* Bug 65477: Send HTML bugmailGuy Pyrzak2010-10-031-15/+45
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-241-1/+1
* Bug 583154: If you don't comment while setting the work_time (Hours Worked) f...Frédéric Buclin2010-08-211-0/+2
* Bug 466968: Remove hardcoded strings from BugMail.pm, and refactor it so that...Frédéric Buclin2010-08-061-195/+100
* Bug 583287: Some fields should not be displayed in bugmail for new bugsFrédéric Buclin2010-08-031-2/+2
* Bug 396558: Dependency change e-mails should only include status changes that...Frédéric Buclin2010-07-281-156/+110
* Bug 565145 - "Invalid Parameter 'in_new_bugmail' error after submitting a new...Reed Loden2010-05-111-1/+1
* Change @changed_fields to \@changed_fields inside a hashref in Max Kanat-Alexander2010-05-101-1/+1
* Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o...Reed Loden2010-05-061-148/+77
* Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander2010-04-051-1/+0
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-1/+0
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-9/+2
* Bug 545715: New Hook: bugmail_relationshipsMax Kanat-Alexander2010-02-111-13/+12
* Add a "bug" argument to the bugmail_recipients hook that was just checked in.Max Kanat-Alexander2010-02-111-1/+1
* Bug 545683: New Hook: bugmail_recipientsMax Kanat-Alexander2010-02-111-0/+4
* Bug 310450 - Bugzilla should send an email when a comment becomes private or...Dave Lawrence2010-02-101-2/+9
* Bug 534587 - "Bugmail uses the timezone of the changee instead of the user re...reed%reedloden.com2010-01-051-1/+1
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-36/+3
* Bug 366994: Make bugmail be sent for any public changes even when there is a ...mkanat%bugzilla.org2009-10-311-21/+12
* Bug 509035: An empty e-mail gets sent to non-timetrackinggroup members if I c...lpsolit%gmail.com2009-09-081-13/+8
* Bug 515149: BugMail.pm uses urlbase for dependency notifications despite sslb...lpsolit%gmail.com2009-09-081-2/+1
* Bug 73330: Remove extra newlines in bugmailmkanat%bugzilla.org2009-08-191-1/+3
* Bug 457657 – Make e-mail comment header localizable.wurblzap%gmail.com2009-06-021-38/+10