README
1This directory contains contributed software related to Bugzilla.
2Things in here have not necessarily been tested or tried by anyone
3except the original contributor, so tread carefully. But it may still
4be useful to you. Read the files themselves for detailed usage information
5on any specific script.
6
7This file is encoded in UTF8 for purposes of contributor names.
8
9This directory includes:
10
11 bugzilla-submit/ -- A standalone bug submission program.
12
13 bzdbcopy.pl -- A script to copy data from an installation running
14 on one DB platform to an installation running on
15 another DB platform.
16
17bz_webservice_demo.pl -- An example script that demonstrates how to talk to
18 Bugzilla via XMLRPC.
19
20 cmdline/ -- Various commands for querying your Bugzilla
21 installation.
22
23 cvs-update.pl -- Script to keep a record of all CVS updates made
24 from a given directory. The log is useful when
25 changes need to be backed out.
26
27 jb2bz.py -- Script to import bugs from JitterBug to Bugzilla.
28
29 merge-users.pl -- Script to merge two user accounts. The activities
30 from one account are moved to the another. Specify
31 both accounts on the command line. The new account
32 must already exist.
33
34 mysqld-watcher.pl -- This script can be installed as a frequent Cron
35 job to clean up stalled/dead queries.
36
37 recode.pl -- Script to convert a database from one encoding
38 (or multiple encodings) to UTF-8.
39
40 sendbugmail.pl -- This script is a drop-in replacement for the
41 'processmail' script which used to be shipped
42 with Bugzilla, but was replaced by the
43 Bugzilla/BugMail.pm Perl module. This script can
44 be used if 'processmail' was previously called
45 from other scripts external to
46 Bugzilla. See the comments at the top of
47 the file for usage information. Contributed
48 by Nick Barnes of Ravenbrook Limited.
49
50sendunsentbugmail.pl -- Script to find bugs with un-sent mail and to
51 send all unsent messages.
52
53 syncLDAP.pl -- Script that can be run via Cron that queries an LDAP
54 server for users and e-mail addresses and adds
55 missing users to Bugzilla. Can disable/update
56 non-existing/changed information. Contributed by
57 Andreas Höfler <andreas.hoefler@bearingpoint.com>.
58