aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-273-7/+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.
* Patch for bug 238396: update the README file for the gnatsparse project; ↵jocuri%softhome.net2004-03-241-0/+18
| | | | patch by Daniel Berlin <dberlin@dberlin.org>; a=justdave.
* Bug 126252: add the gnatsparse Python script to the contrib directory; ↵jocuri%softhome.net2004-03-225-0/+1667
| | | | author: Daniel Berlin <dan@dberlin.org>; a=justdave.
* Fix the version-detection code with Fredrik Lundh's test suggested atkiko%async.com.br2004-03-171-2/+3
| | | | | | http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=jVxv4.116%24fsi.186942464%40newsb.telia.net -- this stops bugzilla-submit complaining about vendor versions of Python 2.3.
* Bug 36379: adds command-line switches for default product, component, and ↵justdave%syndicomm.com2004-01-201-2/+30
| | | | | | | | version to bug_email.pl Patch by Ludovic Dubost <ludovic@pobox.xom> (no r= for contrib) a= justdave
* Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fieldskiko%async.com.br2004-01-173-6/+9
| | | | | | are rejected. Minor fixes to bugzilla-submit's argument parsing. Patch by me, inspired by work done by joseph@picsel.com (Joseph Heenan). contrib-only. a=myk
* Bug 227724: rename bug-bugzilla to bugzilla-submit. Justdave did thekiko%async.com.br2003-12-118-552/+17
| | | | | repository copy, and this is the follow-up patch that implements the content rename. r=gerv, a=justdave.
* Bug 221460: perl syncronisation script for ldap (contrib)justdave%syndicomm.com2003-11-222-0/+297
| | | | | Contributed by Andreas Höfler <andreas.hoefler@bearingpoint.com> a= justdave
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-222-18/+25
|
* contrib/cvs-update.sh should be in Perl. r=zach, a=justdavejouni%heikniemi.net2003-11-111-8/+13
|
* Fix for Bug 220724: Provide standalone bug submission program. Includeskiko%async.com.br2003-10-319-0/+1074
| | | | | | a python script that submits bugs to a specified Bugzilla instance. README, docs and an example bug are included. Work done by Eric Raymond <esr@thyrsus.com> and myself. a=justdave
* Bugs 171127 and 192512: bug_email.pl was still using the old groups system ↵justdave%syndicomm.com2003-08-221-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
* Bug 203080 - New version of LDAP to Bugzilla account sync script.jake%bugzilla.org2003-04-261-23/+58
| | | | No review for contrib/
* Bug 198458: Added LDAP Sync script contributed by ↵justdave%syndicomm.com2003-04-222-15/+170
| | | | | | thomas+mozilla@stromberg.org (Thomas Stromberg) to the contrib directory. a= justdave (no review for contrib)
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 190521 - If the attachment didn't have a Content-Description: header in ↵jake%bugzilla.org2003-01-251-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
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-1/+1
| | | | r=bbaetz, gerv
* bug 163024 - bugzilla_email_append calls processmail incorrectlybbaetz%student.usyd.edu.au2002-09-031-1/+1
| | | | r=joel, preed
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2002-08-271-0/+1
| | | | * NO CODE CHANGES *
* Bug 86651 - cvs-update was setting sticky dates which made commiting changes ↵jake%bugzilla.org2002-08-271-3/+8
| | | | | | and getting updates more difficult r=bbaetz, jouni
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-264-5/+1
| | | | r=joel x2
* bug 160631 - bug_email.pl is brokenbbaetz%student.usyd.edu.au2002-08-171-7/+1
| | | | r=joel x2
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-13/+23
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Fix for bug 154008: some basic (but incomplete) maintenance on bug_email.pl, ↵justdave%syndicomm.com2002-07-252-11/+22
| | | | | | | | 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
* Fix for bug 156559: Changes to mysqld-watcher.pl to make it kill queries ↵myk%mozilla.org2002-07-111-29/+45
| | | | | | quicker, kill 'em all at once, give better notifications, and not include globals.pl, which is unnecessary. r=dmose
* Adding jb2bz.py to contrib (bug 124869).justdave%syndicomm.com2002-02-131-0/+303
| | | | Conversion script to import bugs from Jitterbug into Bugzilla contributed by Tom Emerson <tree@basistech.com>
* Bug 122589 -- Update gnats conversion script to newer schema of 2.14.jake%acutex.net2002-01-311-40/+86
| | | | Patch by Andrea Dell'Amico <adellam@link.it>
* Bug 6419 - command-line query tools by Andreas Franke <afranke@ags.uni-sb.de>.gerv%gerv.net2001-11-163-0/+174
|
* Fix for bug 73249: perl warnings under 5.6.0.justdave%syndicomm.com2001-06-011-13/+13
| | | | | Patch by Chris Yeh <Chris.Yeh@nokia.com> r= justdave@syndicomm.com
* Bug 79739 - Initial Owner and QA Contact were not being handled correctly by ↵jake%acutex.net2001-05-251-23/+12
| | | | | | the email interface after they were changed to userid's in bug 66876. r= justdave@syndicomm.com
* Added a couple of lines about mysqld-watcher.pl. Bug 76862.gerv%gerv.net2001-04-231-3/+5
|
* Per bug 76862, moving mysqld-watcher.pl into contribjustdave%syndicomm.com2001-04-231-0/+102
|
* initial checkinendico%mozilla.org2001-04-191-0/+40
|
* fix for 50647: RFE: yp_nomail.sh contribution. contributed by ↵cyeh%bluemartini.com2000-09-132-0/+80
| | | | mtakacs@pacbell.net
* Fix for bug 38791: scipped -> skipped spelling correction.dave%intrec.com2000-09-061-2/+2
|
* fix submitted for 42809: bug_email.pl doesn't allow for priority = 0cyeh%bluemartini.com2000-08-311-3/+3
| | | | patch submitted by brad@xyu.dhs.org (Brad Sarsfield)
* fixed bug where the everconfirmed field was not being properly set via a ↵seth%cs.brandeis.edu2000-03-191-3/+14
| | | | bug_email.
* Added a bugzilla.procmailrc as a sample procmailrc fileseth%cs.brandeis.edu2000-03-163-2/+37
| | | | bugzilla_email_append.pl calls processmail.pl after writing out the changes.
* A few changes ...seth%cs.brandeis.edu2000-03-163-50/+270
| | | | | | | | 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.
* updated to better reflect reality in terms of recent changes to bug_email.pl.seth%cs.brandeis.edu2000-03-151-6/+15
|
* * this adds in DEFAULT_PRODUCT and DEFAULT_COMPONENT functionality to theseth%cs.brandeis.edu2000-03-081-5/+20
| | | | bug_email.pl script. See comments in the script itself for how it works.
* Submission by Klaas Freitag <freitag@suse.de>.terry%mozilla.org2000-03-083-0/+299
|
* This implements canonical email address transformation. i.e., you have the ↵seth%cs.brandeis.edu2000-02-131-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.
* o this is a minor step towards getting canonical email addresses to work, ↵seth%cs.brandeis.edu2000-02-131-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.
* this is the initial checkin of the bug_email.pl script into the bugzilla cvs ↵seth%cs.brandeis.edu2000-02-131-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
* Patch by Tom Schutter <tom@platte.com>: Added some more doc, fixed product ↵terry%mozilla.org1999-11-191-2/+5
| | | | description.
* updated license boilerplatedmose%mozilla.org1999-11-021-8/+13
|
* Patch by Tom Schutter <tom@platte.com> -- set component to 'GNATS Import' ↵terry%mozilla.org1999-09-241-9/+12
| | | | instead of $product
* Patch by Tom Schutter <tom@platte.com> -- was setting milestone descriptions ↵terry%mozilla.org1999-09-221-2/+2
| | | | to NULL instead of ''.
* This is a perl script to help import bugs from a GNATS database into aterry%mozilla.org1999-09-221-0/+1012
| | | | Bugzilla database. Contributed by Tom Schutter <tom@platte.com>