~ubuntu-branches/debian/sid/bugzilla/sid

« back to all changes in this revision

Viewing changes to contrib/README

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

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