summaryrefslogtreecommitdiffstats
path: root/contrib/BugzillaEmail.pm
AgeCommit message (Collapse)AuthorFilesLines
2006-10-17Bug 356924: Remove the old bug_email inbound email interfacemkanat%bugzilla.org1-78/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-2/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-05-15Bug 303708: Eliminate deprecated Bugzilla::DB routines from ↵lpsolit%gmail.com1-34/+29
BugzillaEmail.pm, bug_email.pl and bugzilla_email_append.pl in contrib - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
2005-08-31Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com1-4/+5
string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
2005-07-08Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case ↵mkanat%kerio.com1-3/+8
insensitive Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2000-03-16A few changes ...seth%cs.brandeis.edu1-0/+79
1. BugzillaEmail.pm is a (kinda, sorta) module which is going to hold the various code which is common between all the scripts which access bugzilla via email. 2. bug_email.pl uses this module 3. bugzilla_email_append.pl is a mostly ready script which will append messages to existing bugs.