Граф коммитов

23 Коммитов

Автор SHA1 Сообщение Дата
justdave%syndicomm.com 53e52cbe8b Fix for bug 73249: perl warnings under 5.6.0.
Patch by Chris Yeh <Chris.Yeh@nokia.com>
r= justdave@syndicomm.com
2001-06-01 08:34:45 +00:00
jake%acutex.net 70066ead27 Bug 79739 - Initial Owner and QA Contact were not being handled correctly by the email interface after they were changed to userid's in bug 66876.
r= justdave@syndicomm.com
2001-05-25 12:48:47 +00:00
gerv%gerv.net 1a53f658ba Added a couple of lines about mysqld-watcher.pl. Bug 76862. 2001-04-22 18:13:40 +00:00
justdave%syndicomm.com 5fc70a1c81 Per bug 76862, moving mysqld-watcher.pl into contrib 2001-04-22 17:48:12 +00:00
endico%mozilla.org 020c3324ca initial checkin 2001-04-18 18:01:28 +00:00
cyeh%bluemartini.com c12391df66 fix for 50647: RFE: yp_nomail.sh contribution. contributed by mtakacs@pacbell.net 2000-09-12 23:50:31 +00:00
dave%intrec.com 7221c076f1 Fix for bug 38791: scipped -> skipped spelling correction. 2000-09-06 06:01:10 +00:00
cyeh%bluemartini.com aaa8b30977 fix submitted for 42809: bug_email.pl doesn't allow for priority = 0
patch submitted by brad@xyu.dhs.org (Brad Sarsfield)
2000-08-30 21:47:17 +00:00
seth%cs.brandeis.edu fe18d090b4 fixed bug where the everconfirmed field was not being properly set via a bug_email. 2000-03-18 23:32:49 +00:00
seth%cs.brandeis.edu 79d609036c Added a bugzilla.procmailrc as a sample procmailrc file
bugzilla_email_append.pl calls processmail.pl after writing out the changes.
2000-03-15 23:39:11 +00:00
seth%cs.brandeis.edu 67d952fd33 A few changes ...
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-15 22:29:49 +00:00
seth%cs.brandeis.edu c66271e356 updated to better reflect reality in terms of recent changes to bug_email.pl. 2000-03-15 02:43:48 +00:00
seth%cs.brandeis.edu 7b0768ae1d * this adds in DEFAULT_PRODUCT and DEFAULT_COMPONENT functionality to the
bug_email.pl script.  See comments in the script itself for how it works.
2000-03-07 20:39:38 +00:00
terry%mozilla.org ba7a7b144d Submission by Klaas Freitag <freitag@suse.de>. 2000-03-07 17:36:48 +00:00
seth%cs.brandeis.edu c34d2da2fa This implements canonical email address transformation. i.e., you have the 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-13 14:39:47 +00:00
seth%cs.brandeis.edu a55a079a54 o this is a minor step towards getting canonical email addresses to work, 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-13 02:16:11 +00:00
seth%cs.brandeis.edu e1799db682 this is the initial checkin of the bug_email.pl script into the bugzilla cvs 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
2000-02-12 16:13:01 +00:00
terry%mozilla.org 785bc07f66 Patch by Tom Schutter <tom@platte.com>: Added some more doc, fixed product description. 1999-11-18 17:29:58 +00:00
dmose%mozilla.org 18f71469a1 updated license boilerplate 1999-11-01 23:33:56 +00:00
terry%mozilla.org ef283582dc Patch by Tom Schutter <tom@platte.com> -- set component to 'GNATS Import' instead of $product 1999-09-23 21:35:29 +00:00
terry%mozilla.org 608a6c6772 Patch by Tom Schutter <tom@platte.com> -- was setting milestone descriptions to NULL instead of ''. 1999-09-22 15:55:56 +00:00
terry%mozilla.org b99d5b08ca This is a perl script to help import bugs from a GNATS database into a
Bugzilla database.  Contributed by Tom Schutter <tom@platte.com>
1999-09-21 20:12:46 +00:00
terry%mozilla.org 286c2fccd9 Added a directory for contributed software. 1999-09-21 20:11:56 +00:00