summaryrefslogtreecommitdiffstats
path: root/contrib/sendunsentbugmail.pl
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2013-12-02Bug 944583 - sendunsentbugmail.pl has bad SQLSimon Green1-4/+3
r=glob, a=sgreen
2013-06-05Bug 874944: Do not display the Excluded list when sending bugmailsFrédéric Buclin1-18/+11
r=dkl a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-20/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2010-10-07Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander1-1/+2
MS-SQL and SQLite support.
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-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.
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-1/+0
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-05-16Bug 303709: Eliminate deprecated Bugzilla::DB routines from sendbugmail.pl, ↵lpsolit%gmail.com1-11/+10
sendunsentbugmail.pl and syncLDAP.pl scripts in contrib - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-11-14Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+1
r=mkanat,wicked a=justdave
2005-03-30Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net1-3/+16
email internals. Patch by gerv; r=jake, a=justdave.
2005-03-12Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com1-2/+4
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
2005-03-03Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com1-1/+1
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wicked, a=justdave
2005-02-20Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com1-1/+3
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2004-09-21Fix for bug 245075: command-line script that sends bug mail so installations ↵myk%mozilla.org1-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