aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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