README 3.6 KB

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