aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 288985: cannot remove users from the CC list - Patch by Frederic Buclin ↵lpsolit%gmail.com2005-04-051-1/+3
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net2005-03-301-465/+196
| | | | email internals. Patch by gerv; r=jake, a=justdave.
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-9/+6
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
* Bug 284629 : Combine Param(enable_mail_sending) with Param(maildeliverymethod)travis%sedsystems.ca2005-03-101-5/+5
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=Jake a=myk
* Bug 178370 : global param for whether or not to send mailtravis%sedsystems.ca2005-03-011-4/+1
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk
* Bug 282748: uninitialized value in localtime in Format.pmmkanat%kerio.com2005-02-251-5/+3
| | | | Patch By Frederic Buclin <LpSolit@gmail.com> r=wurblzap, a=myk
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Bug 281733: testfile mail transport cannot write to testfilemkanat%kerio.com2005-02-171-1/+4
| | | | Patch By Frédéric Buclin <LpSolit@gmail.com> r=joe a=myk
* Bug 281599: Remove RelationSet from Bugzilla::BugMailmkanat%kerio.com2005-02-171-5/+7
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-2/+1
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 280973 : BugMail includes the headers in the email bodytravis%sedsystems.ca2005-02-091-1/+1
| | | | Patch by Albert Ting <altlst@sonic.net> r=glob a=justdave
* Bug 277623 : Move PerformSubsts() out of globals.pltravis%sedsystems.ca2005-02-041-0/+26
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 280775 : Bug 277437 reversed the meaning of param(sendmailnow)travis%sedsystems.ca2005-02-041-1/+1
| | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=vladd a=justdave
* Bug 277437 : Use Mail::Mailer (Perl module) for mail deliverytravis%sedsystems.ca2005-02-021-12/+19
| | | | Patch by Andrei Benea <abenea@gmail.com> r=vladd a=justdave
* Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2005-01-301-1/+2
| | | | | | prevents new bugs from being filed. a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-2/+1
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
* Bug 31314 : Support for "In-Reply-To" header in emailstravis%sedsystems.ca2005-01-241-0/+12
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=jake a=myk
* Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net2005-01-161-3/+10
| | | | to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
* Patch for bug 277618: Move FormatTimeUnit() out of globals.pl; patch by Max ↵jocuri%softhome.net2005-01-161-3/+3
| | | | K-A <mkanat@kerio.com>, r=wurblzap, a=myk.
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca2005-01-081-13/+1
| | | | | | | | | | userprefs.cgi Patch: travis r=mkanat a=justdave Also includes fixes for Bug 109573: New bugzilla accounts should by default have 'CC field changes' turned off, and Bug 275599: flag request email prefs not behaving correctly
* Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; ↵gerv%gerv.net2005-01-011-6/+15
| | | | r=gerv,vladd; a=justdave.
* Patch for bug 175222: Add product and component fields to change mails; ↵jocuri%softhome.net2004-12-051-0/+2
| | | | patch by Sergei Chechetkin <csl@sunbay.com>, r=wurblzap, a=justdave.
* [SECURITY] Bug 250605: Changes to the metadata (filename, description, mime ↵justdave%bugzilla.org2004-10-251-0/+10
| | | | | | | type, review flags) on attachments which were flagged as private get displayed to users who are not members of the group allowed to see private attachments when receiving bug change notification mails. This only affects sites that use the 'insidergroup' feature. Patch by Joel Peshkin <bugreport@peshkin.net> r=kiko,justdave, a=justdave
* Whitespace-only fix to indentation in BugMail.pm, bear with me.kiko%async.com.br2004-08-311-3/+3
|
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-2/+2
| | | | | r=kiko a=justdave
* Bug 227172: Deal with race condition between a user being removed from the ↵justdave%bugzilla.org2004-05-261-0/+3
| | | | | | CC on a bug and changing their email address before the bugmail is sent. r=jouni, a=justdave
* Remove stray resid from BugMail.pm. r,a=justdavejouni%heikniemi.net2004-05-251-2/+0
|
* Patch for bug 179351: improve variable scoping issues in order to fix a bug ↵jocuri%softhome.net2004-03-201-4/+3
| | | | causing oddly formatted dependency emails; patch by Teemu Mannermaa <wicked@etlicon.fi> revised slightly by justdave; r=joel; a=justdave.
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com2004-03-181-2/+2
| | | | | | | they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv a= justdave
* Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use ↵myk%mozilla.org2004-01-261-0/+1
| | | | | | Bugzilla::Util, which contains the trim() function BugMail.pm needs. r=bbaetz
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-1/+3
|
* Bug 216019 Change various sentences in BugMail.pmtimeless%mozdev.org2003-08-151-15/+15
| | | | r=preed a=justdave
* Bug 107580: Add space to front of "New:" designator on bugmail so it will ↵justdave%syndicomm.com2003-07-101-1/+1
| | | | | | | always sort before changed mails in an alphabetical subject listing in user mailboxes. Patch by benc@netscape.com r= myk, a=myk
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-24/+9
| | | | r=myk,jake
* Bug 204724 - ExcludeSelf doesn't work with an email containing capital ↵preed%sigkill.com2003-05-131-1/+1
| | | | letters; Patch by marcschum@web.de, r=preed/myk,a=myk
* Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. ↵gerv%gerv.net2003-04-091-0/+1
| | | | Patch by gerv; r,a=myk
* Bug 192877 - State changes on bugs w/ dependancies cause "Use of ↵preed%sigkill.com2003-02-151-6/+9
| | | | uninitialized values" in BugMail.pm; r=justdave, bbaetz, a=justdave
* Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com2003-02-101-0/+879
a=justdave