summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
AgeCommit message (Expand)AuthorFilesLines
2007-10-18Bug 398990: process_bug.cgi shouldn't check the 'reporter' field as this fiel...lpsolit%gmail.com1-1/+1
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com1-1/+2
2007-09-05Bug 394933 – “neworchanged” of bugmail could be localizable mo...wurblzap%gmail.com1-7/+6
2007-08-26Bug 365735: Add classification, alias, assigned to name, reporter login and r...lpsolit%gmail.com1-0/+7
2007-08-08Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I los...lpsolit%gmail.com1-10/+3
2007-08-08Bug 332149: Ability to have symbols placed next to user names based on group ...lpsolit%gmail.com1-3/+4
2007-02-28Bug 371808: 'emailsuffix' is duplicated on email notification - Patch by FrÃ...lpsolit%gmail.com1-3/+2
2007-02-27bug 369429: bug reports should contain microformat markup in order to make th...db48x%yahoo.com1-3/+3
2007-02-07Bug 366629: Bugmail messed up if adding dependency for resolved bug in new bugolav%bkor.dhs.org1-38/+50
2007-02-06Bug 366187: Fix regression; ensure dependent changed bugmail will be sent outolav%bkor.dhs.org1-0/+1
2007-01-11Bug 365443 - "Bugmail for new bugs without flags contains two unneeded lines"...reed%reedloden.com1-1/+1
2007-01-10Bug 365444: Obsolete custom fields are shown in e-mail notifications for new ...lpsolit%gmail.com1-9/+8
2006-12-28Bug 365067: Flags set from the enter_bug page are not mentioned in email - Pa...lpsolit%gmail.com1-4/+2
2006-12-27Bug 364958 - "If user does not have a real name, just e-mail address should b...reed%reedloden.com1-5/+12
2006-12-12Bug 297186: Send emails in the recipient's locale, not the current user's - P...lpsolit%gmail.com1-15/+41
2006-11-21Bug 353656: User Interface gets corrupted by multiple localized users resolvi...lpsolit%gmail.com1-24/+8
2006-11-14Bug 277370: Ability to specify an email address to which notification about a...olav%bkor.dhs.org1-6/+15
2006-09-23Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by Fr...lpsolit%gmail.com1-5/+0
2006-09-23Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no 'changer...lpsolit%gmail.com1-1/+4
2006-09-23Bug 349852: "I'm added to or removed from this capacity" email pref doesn't w...lpsolit%gmail.com1-1/+2
2006-09-21Bug 352625: "You are receiving this mail because" messages cannot be localizedmkanat%bugzilla.org1-30/+11
2006-09-19Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org1-1/+1
2006-08-20Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com1-14/+0
2006-08-16Bug 148836: Can't get email, "When I'm added to or removed from the Bug Owner...lpsolit%gmail.com1-1/+1
2006-08-15Bug 275636: Templatise 'newchangedmail' email (BugMail) - Patch by André Bat...lpsolit%gmail.com1-32/+35
2006-08-11Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org1-1/+1
2006-07-30Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com1-16/+1
2006-07-26Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org1-2/+2
2006-07-14Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org1-19/+23
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-17/+18
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org1-2/+2
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-5/+0
2006-06-20Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric Bucli...lpsolit%gmail.com1-4/+4
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com1-2/+4
2006-06-16Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander <mkanat@b...lpsolit%gmail.com1-1/+1
2006-06-02Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...lpsolit%gmail.com1-166/+1
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com1-1/+3
2006-05-23Bug 331365: Sendmail complains about a possible attack because there's a newl...lpsolit%gmail.com1-1/+2
2006-05-23Bug 139309: Include real name (not just email address) in bugmail comment and...lpsolit%gmail.com1-8/+8
2006-05-21Bug 338365: Bugzilla::BugMail calls Param() outside of any functionmkanat%bugzilla.org1-7/+7
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com1-3/+3
2006-04-16Bug 330186: Crash when changing the status of a bug which has dependencies (n...lpsolit%gmail.com1-1/+3
2006-03-30Bug 70710: More expandable tags within emails - Patch by Alan Siu-Lung Tam <T...lpsolit%gmail.com1-0/+8
2006-03-12Bug 330186: Crash when changing the status of a bug which has dependencies - ...lpsolit%gmail.com1-1/+1
2006-03-09Bug 132893: Create header X-Bugzilla-Watch-Reason - Patch by Olav Vitters <bu...lpsolit%gmail.com1-25/+50
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-1/+2
2006-03-02Bug 281358: Attachment links in bugmail are different from the link in show_b...lpsolit%gmail.com1-1/+1
2006-02-22Bug 100089: Templatise "passwordmail" emailmozilla%colinogilvie.co.uk1-5/+9
2006-02-22Patch for bug 137261: Add X-Bugzilla-Who: an email header specifying the bugz...jocuri%softhome.net1-0/+4