aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/sendunsentbugmail.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+1
| | | | r=mkanat,wicked a=justdave
* Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net2005-03-301-3/+16
| | | | 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-2/+4
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
* Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com2005-03-031-1/+1
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wicked, a=justdave
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-1/+3
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Fix for bug 245075: command-line script that sends bug mail so installations ↵myk%mozilla.org2004-09-211-0/+51
can push bug mail out if it's been missed by the code that sends mail when changes are made; written by Dave Miller