• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bugzilla-submit/H03-May-2022-583459

cmdline/H16-Feb-2018-216115

Bugzilla.pmH A D03-May-20222.5 KiB497

READMEH A D16-Feb-20182.8 KiB5843

bugzilla-queue.rhelH A D16-Feb-20182.6 KiB11757

bugzilla-queue.suseH A D16-Feb-20185.1 KiB18266

bz_webservice_demo.plH A D03-May-202211.4 KiB424161

bzdbcopy.plH A D03-May-202210.2 KiB252144

console.plH A D03-May-20223.6 KiB173106

convert-workflow.plH A D03-May-20226.9 KiB166115

cvs-update.plH A D03-May-20221.3 KiB368

extension-convert.plH A D03-May-20228.1 KiB291223

fixperms.plH A D03-May-2022499 166

jb2bz.pyH A D16-Feb-201810.7 KiB339243

merge-users.plH A D03-May-20227.8 KiB226123

mysqld-watcher.plH A D03-May-20223.3 KiB10345

new-yui.shH A D16-Feb-2018855 2510

recode.plH A D03-May-202210.4 KiB319153

sendbugmail.plH A D03-May-20223 KiB10555

sendunsentbugmail.plH A D03-May-20221.7 KiB5237

syncLDAP.plH A D03-May-20227.7 KiB277212

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