Name
Last commit
Last update
..
bugzilla-submit Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,
cmdline Fix the data in the bzr repo to match the data in the CVS repo.
README Bug 356926: contrib/README doesn't reflect reality - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=vladd
bugzilla-queue.rhel Bug 563641: Make bugzilla-queue init script support SuSE
bugzilla-queue.suse Fix the execute bit on bugzilla-queue.suse in bzr.
bugzilla_ldapsync.rb Remove CVS "$Id" markers in files. The CVS mirror of bzr was showing
bz_webservice_demo.pl Bug 415278: Make the WebService's plugin discovery method more extendable
bzdbcopy.pl Bug 560009: Use firstidx from List::MoreUtils instead of lsearch
console.pl Bug 545541: New Hook: object_columns
convert-workflow.pl Bug 577089: Make convert-workflow fix the query values for series
cvs-update.pl Fix the data in the bzr repo to match the data in the CVS repo.
extension-convert.pl Fix the data in the bzr repo to match the data in the CVS repo.
fixperms.pl Bug 395461: Allow multi-select fields to show up in buglist.cgi
jb2bz.py Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,
merge-users.pl Bug 545770: Make contrib/merge-users.pl figure out what columns to merge
mysqld-watcher.pl Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
new-yui.sh Bug 572949: Update YUI to 2.8.1
recode.pl Bug 431201: recode.pl crash when trying to convert 2.16 database to 3.0.3 schema
sendbugmail.pl Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead of direct SQL"
sendunsentbugmail.pl Fix the data in the bzr repo to match the data in the CVS repo.
syncLDAP.pl Remove unnecessary '\' from a regexp (':' is not a special character)
yp_nomail.sh Remove CVS "$Id" markers in files. The CVS mirror of bzr was showing
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 tread carefully.  But it may still
be useful to you. Read the files themselves for detailed usage information
on any specific script.

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

This directory includes:

bugzilla_ldapsync.rb --  Script that can be 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>.

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

         bzdbcopy.pl --  A script to copy data from an installation running 
                         on one DB platform to an installation running on 
                         another DB platform.

bz_webservice_demo.p --  An example script that demonstrates how to talk to
                         Bugzilla via XMLRPC.

             cmdline/ -- Various commands for querying your Bugzilla 
                         installation.

       cvs-update.pl --  Script to keep a record of all CVS updates made 
                         from a given directory. The log is useful when
                         changes need to be backed out.

         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>.

            jb2bz.py --  Script to import bugs from JitterBug to Bugzilla.

      merge-users.pl --  Script to merge two user accounts. The activities
                         from one account are moved to the another. Specify
                         both accounts on the command line. The new account
                         must already exist. 

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

           recode.pl --  Script to convert a database from one encoding 
                         (or multiple encodings)  to UTF-8.

      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. This script can 
                         be used if 'processmail' was previously called
                         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.

sendunsentbugmail.pl --  Script to find bugs with un-sent mail and to
                         send all unsent messages.

         syncLDAP.pl --  Script that can be 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>.

        yp_nomail.sh --  Script that can be run via Cron that regularly updates
                         the nomail file for terminated employees.