aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com2006-08-201-14/+0
* Bug 148836: Can't get email, "When I'm added to or removed from the Bug Owner...lpsolit%gmail.com2006-08-161-1/+1
* Bug 275636: Templatise 'newchangedmail' email (BugMail) - Patch by André Bat...lpsolit%gmail.com2006-08-151-32/+35
* Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org2006-08-111-1/+1
* Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com2006-07-301-16/+1
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-2/+2
* Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org2006-07-141-19/+23
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-17/+18
* Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org2006-06-291-2/+2
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-5/+0
* Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric Bucli...lpsolit%gmail.com2006-06-201-4/+4
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com2006-06-181-2/+4
* Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander <mkanat@b...lpsolit%gmail.com2006-06-161-1/+1
* Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...lpsolit%gmail.com2006-06-021-166/+1
* Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com2006-05-301-1/+3
* Bug 331365: Sendmail complains about a possible attack because there's a newl...lpsolit%gmail.com2006-05-231-1/+2
* Bug 139309: Include real name (not just email address) in bugmail comment and...lpsolit%gmail.com2006-05-221-8/+8
* Bug 338365: Bugzilla::BugMail calls Param() outside of any functionmkanat%bugzilla.org2006-05-211-7/+7
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com2006-05-081-3/+3
* Bug 330186: Crash when changing the status of a bug which has dependencies (n...lpsolit%gmail.com2006-04-161-1/+3
* Bug 70710: More expandable tags within emails - Patch by Alan Siu-Lung Tam <T...lpsolit%gmail.com2006-03-301-0/+8
* Bug 330186: Crash when changing the status of a bug which has dependencies - ...lpsolit%gmail.com2006-03-121-1/+1
* Bug 132893: Create header X-Bugzilla-Watch-Reason - Patch by Olav Vitters <bu...lpsolit%gmail.com2006-03-091-25/+50
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-1/+2
* Bug 281358: Attachment links in bugmail are different from the link in show_b...lpsolit%gmail.com2006-03-021-1/+1
* Bug 100089: Templatise "passwordmail" emailmozilla%colinogilvie.co.uk2006-02-221-5/+9
* Patch for bug 137261: Add X-Bugzilla-Who: an email header specifying the bugz...jocuri%softhome.net2006-02-221-0/+4
* Bug 320529: BugMail.pm crashes when checking email prefs of a deleted user - ...lpsolit%gmail.com2006-01-081-1/+3
* Bug 304885: UTF-8 encoding mangles multipart messages, breaks whine emails - ...karl%kornel.name2005-12-241-23/+43
* Bug 94293: Sendmail "from" header can not be configured in one config file, F...bugzilla%glob.com.au2005-12-231-1/+15
* Bug 305968: [PostgreSQL] Comparison between TIMESTAMP and TIMESTAMP(0) preven...lpsolit%gmail.com2005-12-191-1/+1
* Bug 318842: Bugs with "New:" in the header have an extra space before "New:" ...lpsolit%gmail.com2005-12-081-1/+1
* Bug 319055: Mail::Mailer truncates messages at a line with a period when usin...lpsolit%gmail.com2005-12-061-0/+3
* Bug 314544: Bugzilla/BugMail.pm should not 'use Bugzilla::DB' - Patch by Olav...lpsolit%gmail.com2005-11-031-1/+0
* Bugzilla Bug 306207: sendmail support under Windows bypasses message encodingwurblzap%gmail.com2005-11-031-11/+13
* Bug 282132: BugMail.pm: Eliminate deprecated Bugzilla::DB routines - Patch by...lpsolit%gmail.com2005-10-311-70/+76
* Bug 313661: New bug bugmail omits initial CC list - Patch by Olav Vitters <bu...lpsolit%gmail.com2005-10-261-2/+16
* Bug 311913: Add support for X-Bugzilla-Keywords and X-Bugzilla-Severity to em...lpsolit%gmail.com2005-10-151-0/+2
* Bug 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by Fré...lpsolit%gmail.com2005-08-301-1/+52
* Bug 305498: UTF-8 e-mail encoding is not working - Patch by Cedric Caron <ced...lpsolit%gmail.com2005-08-251-2/+2
* Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - Patc...lpsolit%gmail.com2005-08-161-28/+2
* Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi f...justdave%bugzilla.org2005-08-151-1/+0
* Bug 302418: re-enable sendmail support for Windows - Patch by byron jones (gl...lpsolit%gmail.com2005-08-131-0/+8
* Bug 303824: BugMail should ignore deleted or renamed user accounts - Patch by...lpsolit%gmail.com2005-08-131-4/+7
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-8/+8
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-8/+8
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-8/+8
* Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ...lpsolit%gmail.com2005-08-041-4/+95
* Bug 282632: Eliminate AUTOLOAD section from BugMail.pmmkanat%kerio.com2005-07-191-28/+20