summaryrefslogtreecommitdiffstats
path: root/contrib/bug_email.pl
AgeCommit message (Collapse)AuthorFilesLines
2006-10-17Bug 356924: Remove the old bug_email inbound email interfacemkanat%bugzilla.org1-1203/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> a=justdave
2006-09-23Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no ↵lpsolit%gmail.com1-2/+2
'changer' specified) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=justdave
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-2/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-4/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-8/+9
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-2/+2
Buclin <LpSolit@gmail.com> r=vladd a=justdave
2006-06-20Spelling patch: 'couldnt' -> 'couldn't'; patch by Vlad Dascalu ↵vladd%bugzilla.org1-2/+2
<vladd@bugzilla.org>.
2006-06-20Spelling patch: 'kommas' -> 'commas'; patch by Vlad Dascalu ↵vladd%bugzilla.org1-2/+2
<vladd@bugzilla.org>.
2006-06-20Spelling patch: 'visiblility' -> 'visibility'; patch by Vlad Dascalu ↵vladd%bugzilla.org1-2/+2
<vladd@bugzilla.org>.
2006-06-20Spelling patch: 'functiuon' -> 'function'; patch by Vlad Dascalu ↵vladd%bugzilla.org1-2/+2
<vladd@bugzilla.org>.
2006-06-20Spelling in code comments patch: 'usefull' -> 'useful'; patch by Vlad ↵vladd%bugzilla.org1-2/+2
Dascalu <vladd@bugzilla.org>.
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from ↵lpsolit%gmail.com1-36/+16
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-05-15Bug 303708: Eliminate deprecated Bugzilla::DB routines from ↵lpsolit%gmail.com1-163/+161
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
2006-02-23Bug 106386 Correct misspellings in source codetimeless%mozdev.org1-2/+2
r=bernd rs=brendan
2006-02-21Patch for bug 317003: change the listing of valid fields values in ↵jocuri%softhome.net1-24/+19
bug_email.pl; patch by Gabriel Sales de Oliveira <gabriel@async.com.br>, r=vladd, a=justdave.
2005-11-26Bug 106386 Correct misspellings in source codetimeless%mozdev.org1-5/+5
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-26Bug 106386 Correct misspellings in source codetimeless%mozdev.org1-5/+5
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-08-27Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net1-3/+5
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-07-08Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case ↵mkanat%kerio.com1-2/+5
insensitive Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-05-13Bug 293901: cannot specify the QA contact using bug_email.pl - Patch by ↵lpsolit%gmail.com1-5/+10
Frédéric Buclin <LpSolit@gmail.com> r=dberlin a=justdave
2005-05-13Bug 293907: remove tabs from bug_email.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-220/+220
<LpSolit@gmail.com> r=kiko a=justdave
2005-02-25Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com1-3/+4
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
2005-02-19Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com1-3/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-3/+3
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org1-3/+3
prevents new bugs from being filed. a=justdave
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-3/+3
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
2004-04-09Patch for bug 239912: make bug_email.pl work with useqacontact; patch by ↵jocuri%softhome.net1-2/+2
Matthew Mastracci <mmastrac@canada.com>; r=vlad, a=myk.
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-3/+1
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
2004-01-20Bug 36379: adds command-line switches for default product, component, and ↵justdave%syndicomm.com1-2/+30
version to bug_email.pl Patch by Ludovic Dubost <ludovic@pobox.xom> (no r= for contrib) a= justdave
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-11/+14
2003-08-22Bugs 171127 and 192512: bug_email.pl was still using the old groups system ↵justdave%syndicomm.com1-143/+39
and also the old outgoing mail system. This patch brings it up to date. Patch by Alex Schuilenburg <alex@schuilenburg.org> no r= for contrib, a= justdave
2003-01-25Bug 190521 - If the attachment didn't have a Content-Description: header in ↵jake%bugzilla.org1-2/+3
the e-mail, it ended up not having a description in Bugzilla leaving nothing to click on in the Attachment table on the bug form. r=jake a=justdave
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-1/+1
r=bbaetz, gerv
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-2/+1
r=joel x2
2002-08-17bug 160631 - bug_email.pl is brokenbbaetz%student.usyd.edu.au1-7/+1
r=joel x2
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-13/+23
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-07-25Fix for bug 154008: some basic (but incomplete) maintenance on bug_email.pl, ↵justdave%syndicomm.com1-7/+15
also fixes a possible security hole with a misuse of a system() call. Patches by Erik Anderson <erikba@teamworkgroup.com> and Brad Baetz <bbaetz@student.usyd.edu.au> r= myk, justdave
2001-05-25Bug 79739 - Initial Owner and QA Contact were not being handled correctly by ↵jake%acutex.net1-23/+12
the email interface after they were changed to userid's in bug 66876. r= justdave@syndicomm.com
2000-09-06Fix for bug 38791: scipped -> skipped spelling correction.dave%intrec.com1-2/+2
2000-08-31fix submitted for 42809: bug_email.pl doesn't allow for priority = 0cyeh%bluemartini.com1-3/+3
patch submitted by brad@xyu.dhs.org (Brad Sarsfield)
2000-03-19fixed bug where the everconfirmed field was not being properly set via a ↵seth%cs.brandeis.edu1-3/+14
bug_email.
2000-03-16A few changes ...seth%cs.brandeis.edu1-50/+4
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.
2000-03-08* this adds in DEFAULT_PRODUCT and DEFAULT_COMPONENT functionality to theseth%cs.brandeis.edu1-5/+20
bug_email.pl script. See comments in the script itself for how it works.
2000-02-13This implements canonical email address transformation. i.e., you have the ↵seth%cs.brandeis.edu1-9/+33
option of setting up bug_email.pl to search the profiles database for a username which has the same username (before the @) same username and base domain (seth@cs.brandeis.edu = seth@job.cs.brandeis.edu) or identical email address (old behavior) based on the From email address. See the code for a more sensical description.
2000-02-13o this is a minor step towards getting canonical email addresses to work, ↵seth%cs.brandeis.edu1-9/+41
and not via a gross hack (the script with a gross hack is in use in a production environment, so ...) Anyways, this address the findUser() sub and email transforms of none, base domain, and name only. base_domain is not properly implemented yet. an email transform of none does an exact match on email addresses in the profiles table. A name only transform does a regular expression match (via mysql's RLIKE operator) on the name portion of the address (i.e., seth from seth@job.cs.brandeis.edu). This is sloppy, but useful in an environment where there are only a few users. the base_domain is next, probably tomorrow. I need to figure out how to implement it first.
2000-02-13this is the initial checkin of the bug_email.pl script into the bugzilla cvs ↵seth%cs.brandeis.edu1-0/+1258
tree under the contrib directory. This is not my code, but I'm championing its maintanence right now, since I'm using and hacking on it heavily. The list of contributors can be found in the file itself. Changes I've made : - updated to the newest CVS pull of bugzilla - works out of contrib/bugzilla - put in the MPL license header Directions for use are in the file itself. Essentially, you put in a procmailrc entry which cats the message to this script. Changes coming in the near future ... - canonical email transformation (i.e., seth@job.cs.brandeis.edu == seth@cs.brandeis.edu) - default product and component (i.e., if you don't specify a product and component, it goes into a PENDING product) - querying a bug over email - appending a bug over email - keywords over email - use the globals.pl parameters functionality to edit and save this script's parameters - integrate some setup in the checksetup.pl script FWIW, the first two things are necessary for this to be useful in my setup, so they get an overwhelming bit of priority