gecko-dev/webtools/bugzilla/contrib
2004-11-20 12:35:17 +00:00
..
bugzilla-submit Additional fix for bug 244324: bugzilla-submit crashes when incorrect 2004-07-16 03:56:35 +00:00
cmdline
gnatsparse Patch for bug 238396: update the README file for the gnatsparse project; patch by Daniel Berlin <dberlin@dberlin.org>; a=justdave. 2004-03-23 17:59:11 +00:00
bug_email.pl Patch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew Mastracci <mmastrac@canada.com>; r=vlad, a=myk. 2004-04-09 02:23:09 +00:00
bugmail_help.html
bugzilla_email_append.pl Bug 237638: make bugzilla_email_append.pl work with BugMail.pm instead of processmail 2004-04-15 04:24:39 +00:00
bugzilla_ldapsync.rb Bug 203080 - New version of LDAP to Bugzilla account sync script. 2003-04-26 16:35:04 +00:00
bugzilla.procmailrc
BugzillaEmail.pm
cvs-update.pl contrib/cvs-update.sh should be in Perl. r=zach, a=justdave 2003-11-11 05:58:52 +00:00
gnats2bz.pl
jb2bz.py
mysqld-watcher.pl Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line 2003-03-27 00:07:02 +00:00
README Bug 239343: Contribution of sendbugmail.pl script, drop-in replacement for the no-longer-existing processmail for use by external scripts that used to use processmail's functionality. 2004-07-05 21:54:01 +00:00
README.Mailif
sendbugmail.pl Patch for bug 270404: Add detaint_natural and fix use lib instruction in sendbugemail.pl to make it functional; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave. 2004-11-20 12:35:17 +00:00
sendunsentbugmail.pl Fix for bug 245075: command-line script that sends bug mail so installations can push bug mail out if it's been missed by the code that sends mail when changes are made; written by Dave Miller 2004-09-21 00:58:32 +00:00
syncLDAP.pl Fix for bug 234175: Remove deprecated ConnectToDatabase() and 2004-03-27 03:51:44 +00:00
yp_nomail.sh

This directory contains contributed software related to Bugzilla.
Things in here have not necessarily been tested or tried by anyone
except the original contributor, so tred carefully.  But it may still
be useful to you.

This file is encoded in UTF8 for purposes of contributor names.

This directory includes:

    bugzilla-submit/ --  A standalone bug submission program.

   mysqld-watcher.pl --  This script can be installed as a frequent cron 
                         job to clean up stalled/dead queries.

       sendbugmail.pl -- This script is a drop-in replacement for the
                         'processmail' script which used to be shipped
                         with Bugzilla, but was replaced by the
                         Bugzilla/BugMail.pm Perl module.  You can use
                         this script if you were previously calling
                         processmail from other scripts external to
                         Bugzilla.  See the comments at the top of
                         the file for usage information.  Contributed
                         by Nick Barnes of Ravenbrook Limited.

         gnatsparse/ --  A Python script used to import a GNATS database
                         into Bugzilla.

         gnats2bz.pl --  A perl script to help import bugs from a GNATS 
                         database into a Bugzilla database.  Contributed by
                         Tom Schutter <tom@platte.com>
 
        bug_email.pl --  A perl script that can receive email containing
                         bug reports (email-interface). Contributed by
                         Klaas Freitag <freitag@SuSE.de>
 	
       README.Mailif --  Readme describing the mail interface.
   bugmail_help.html --  User help page for the mail interface.
 
        yp_nomail.sh --  Script you can run via cron that regularly updates
                         the nomail file for terminated employees 

bugzilla_ldapsync.rb --  Script you can run via cron that queries an LDAP
                         server for e-mail addresses to add Bugzilla users
                         for. Will optionally disable Bugzilla users with
                         no matching LDAP record. Contributed by Thomas
                         Stromberg <thomas+bugzilla@stromberg.org>

         syncLDAP.pl --  Script you can run via cron that queries an LDAP
                         server for users and e-mail addresses and adds
                         missing users to Bugzilla. Can disable/update 
                         non-existing/changed information. Contributed by
                         Andreas Höfler <andreas.hoefler@bearingpoint.com>