pjs/webtools/bugzilla/contrib
lpsolit%gmail.com 450b76d28e Bug 375287: Remove the version check in contrib/merge-users.pl - Patch by bugzilla@corris.org r/a=LpSolit 2007-03-28 12:57:29 +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 Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:58:33 +00:00
README
bugzilla_ldapsync.rb
bz_webservice_demo.pl Bug 365593: bz_webservices_demo.pl does not match the API as defined in the Webservices code - Patch by Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat a=myk 2007-01-06 14:20:16 +00:00
bzdbcopy.pl Bug 364637: contrib/bzdbcopy.pl: Can't locate object method "params" via package "Bugzilla" at Bugzilla/DB/Mysql.pm line 65 2006-12-29 23:17:53 +00:00
cvs-update.pl
gnats2bz.pl Bug 13534: Remove REMIND and LATER from the default resolution list (only affects new installations) - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk 2006-09-03 20:37:02 +00:00
jb2bz.py Bug 305333: Move attachments.thedata to its own table 2005-08-26 23:11:33 +00:00
merge-users.pl Bug 375287: Remove the version check in contrib/merge-users.pl - Patch by bugzilla@corris.org r/a=LpSolit 2007-03-28 12:57:29 +00:00
mysqld-watcher.pl
recode.pl Bug 363371: It is hard to determine which row has a failed encoding, with recode.pl --guess 2006-12-29 23:16:22 +00:00
sendbugmail.pl Bug 338375: Use Bugzilla->params everywhere instead of Param(). 2006-07-03 21:42:47 +00:00
sendunsentbugmail.pl Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-21 00:44:48 +00:00
syncLDAP.pl Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for Bugzilla::User 2006-08-25 22:10:39 +00:00
yp_nomail.sh

README

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>