gecko-dev/webtools/bugzilla/contrib
2006-02-26 13:15:30 +00:00
..
bugzilla-submit Applying documentation patch from Marc Mims <marc@sssonline.com>: fixes 2005-04-11 14:23:32 +00:00
cmdline Bug 305333: Move attachments.thedata to its own table 2005-08-26 23:11:33 +00:00
gnatsparse Bug 106386 Correct misspellings in source code 2005-11-25 19:48:04 +00:00
bug_email.pl Bug 106386 Correct misspellings in source code 2006-02-23 04:38:56 +00:00
bugmail_help.html Bug 106386 Correct misspellings in source code 2005-11-25 19:48:04 +00:00
bugzilla_email_append.pl Bug 106386 Correct misspellings in source code 2005-11-25 21:57:13 +00:00
bugzilla_ldapsync.rb
bugzilla.procmailrc
BugzillaEmail.pm Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept string and pattern as arguments 2005-08-31 08:00:25 +00:00
bzdbcopy.pl Bug 291776: A script to copy a Bugzilla DB between two cross-DB installations 2005-07-12 07:56:16 +00:00
cvs-update.pl
gnats2bz.pl
jb2bz.py Bug 305333: Move attachments.thedata to its own table 2005-08-26 23:11:33 +00:00
merge-users.pl Bug 188264: migrating user activity from one account to another (merge user accounts) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-02-26 13:15:30 +00:00
mysqld-watcher.pl
README
README.Mailif Bug 106386 Correct misspellings in source code 2005-11-25 19:48:04 +00:00
sendbugmail.pl Bug 283237: Move DBname_to_id out of globals.pl 2005-02-24 23:42:48 +00:00
sendunsentbugmail.pl Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave 2005-11-13 17:32:12 +00:00
syncLDAP.pl Bug 301508: Remove CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave 2005-08-10 01:30:41 +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>