Name
Last commit
Last update
..
bugzilla-submit Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one
cmdline Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one
Bugzilla.pm Bug 787529: Use |use 5.10.1| everywhere
README Bug 996946: Kill contrib/cvs-update.pl
bugzilla-queue.rhel Bug 556195: bugzilla-queue.rhel initscript returns wrong result code when the daemon isn't running
bugzilla-queue.suse Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one
bz_webservice_demo.pl Bug 1024987 - contrib/bz_webservice_demo.pl fails after User Token login update
bzdbcopy.pl Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one
console.pl Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one
convert-workflow.pl Bug 987032: allow memcached to cache bugzilla configuration information
extension-convert.pl Bug 787668: Use |use parent| instead of |use base|
fixperms.pl Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one
jb2bz.py Bug 925181: contrib/jb2bz.py was out of date
merge-users.pl Bug 1027182: merge-users.pl - SQL to remove bug_user_last_visit not correct
mysqld-watcher.pl Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one
new-yui.sh Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one
recode.pl Bug 764466 - Add a primary key to the profiles_activity table
sendbugmail.pl Bug 874944: Do not display the Excluded list when sending bugmails
sendunsentbugmail.pl Bug 944583 - sendunsentbugmail.pl has bad SQL
syncLDAP.pl Bug 889403: syncLDAP.pl does not rederive regexp groups when updating login name
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-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.pl --  An example script that demonstrates how to talk to
                         Bugzilla via XMLRPC.

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

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