aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 179638: Security group inclusion isn't indicated on "New:" bugmail notifi...lpsolit%gmail.com2009-01-011-0/+9
* Bug 471324: Don't build mail headers for existing bugs (too many calls to mul...lpsolit%gmail.com2008-12-291-19/+13
* Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric ...lpsolit%gmail.com2008-12-101-16/+14
* Bug 449791 – Allow flag notification emails to be threaded similar to no...dkl%redhat.com2008-08-281-17/+1
* Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org2008-08-081-14/+10
* Bug 449184: Classification should not appear in new bugmail when useclassific...lpsolit%gmail.com2008-08-051-1/+3
* Bug 416481: No bugmail is sent if no comment is added on bug creation - Patch...lpsolit%gmail.com2008-02-131-1/+1
* Bug 415539: Remove trailing whitespaces from bugmailmkanat%bugzilla.org2008-02-081-1/+5
* Bug 376453 – E-mail threading can be enhanced with references header - P...olav%bkor.dhs.org2008-02-041-1/+2
* Bug 410521: The diffs in bugmails were broken and BugMail.pm was throwing a w...mkanat%bugzilla.org2008-01-281-1/+1
* Bug 405444: FormatDouble and FormatTriple mangle multi-byte strings in emailmkanat%bugzilla.org2007-12-191-23/+38
* Bug 375007: [Oracle] Some CGIs use SQL names in their "AS" clauses that don't...mkanat%bugzilla.org2007-12-121-2/+2
* Bug 398990: process_bug.cgi shouldn't check the 'reporter' field as this fiel...lpsolit%gmail.com2007-10-181-1/+1
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com2007-10-091-1/+2
* Bug 394933 – “neworchanged” of bugmail could be localizable mo...wurblzap%gmail.com2007-09-051-7/+6
* Bug 365735: Add classification, alias, assigned to name, reporter login and r...lpsolit%gmail.com2007-08-261-0/+7
* Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I los...lpsolit%gmail.com2007-08-081-10/+3
* Bug 332149: Ability to have symbols placed next to user names based on group ...lpsolit%gmail.com2007-08-081-3/+4
* Bug 371808: 'emailsuffix' is duplicated on email notification - Patch by FrÃ...lpsolit%gmail.com2007-02-281-3/+2
* bug 369429: bug reports should contain microformat markup in order to make th...db48x%yahoo.com2007-02-271-3/+3
* Bug 366629: Bugmail messed up if adding dependency for resolved bug in new bugolav%bkor.dhs.org2007-02-071-38/+50
* Bug 366187: Fix regression; ensure dependent changed bugmail will be sent outolav%bkor.dhs.org2007-02-061-0/+1
* Bug 365443 - "Bugmail for new bugs without flags contains two unneeded lines"...reed%reedloden.com2007-01-111-1/+1
* Bug 365444: Obsolete custom fields are shown in e-mail notifications for new ...lpsolit%gmail.com2007-01-101-9/+8
* Bug 365067: Flags set from the enter_bug page are not mentioned in email - Pa...lpsolit%gmail.com2006-12-281-4/+2
* Bug 364958 - "If user does not have a real name, just e-mail address should b...reed%reedloden.com2006-12-271-5/+12
* Bug 297186: Send emails in the recipient's locale, not the current user's - P...lpsolit%gmail.com2006-12-121-15/+41
* Bug 353656: User Interface gets corrupted by multiple localized users resolvi...lpsolit%gmail.com2006-11-211-24/+8
* Bug 277370: Ability to specify an email address to which notification about a...olav%bkor.dhs.org2006-11-141-6/+15
* Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by Fr...lpsolit%gmail.com2006-09-231-5/+0
* Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no 'changer...lpsolit%gmail.com2006-09-231-1/+4
* Bug 349852: "I'm added to or removed from this capacity" email pref doesn't w...lpsolit%gmail.com2006-09-231-1/+2
* Bug 352625: "You are receiving this mail because" messages cannot be localizedmkanat%bugzilla.org2006-09-211-30/+11
* Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org2006-09-191-1/+1
* 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