aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/sendunsentbugmail.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-1/+2
| | | | MS-SQL and SQLite support.
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-0/+0
| | | | | | | During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-1/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 303709: Eliminate deprecated Bugzilla::DB routines from sendbugmail.pl, ↵lpsolit%gmail.com2006-05-151-11/+10
| | | | sendunsentbugmail.pl and syncLDAP.pl scripts in contrib - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵lpsolit%gmail.com2005-11-141-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
* 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