bugzilla-4intranet/contrib
Vitaliy Filippov 84dfe3918c Remove useless "data" files from git 2018-05-29 20:08:22 +03:00
..
bugzilla-submit Bug 40933 - НЕ ДО КОНЦА оттестированная объединённая версия Bugzilla 3.6 - НИКУДА НЕ РАЗВОРАЧИВАТЬ! :) 2010-05-14 20:02:34 +00:00
cmdline Delete attach_data.thedata field 2014-10-07 14:58:15 +04:00
gnatsparse Bug 40933 2008-12-15 12:53:33 +00:00
init.d Start after MySQL/PostgreSQL 2014-05-22 01:08:26 +04:00
.htaccess Bug 40933 - НЕ ДО КОНЦА оттестированная объединённая версия Bugzilla 3.6 - НИКУДА НЕ РАЗВОРАЧИВАТЬ! :) 2010-05-14 20:02:34 +00:00
README Bug 40933 2008-12-15 12:53:33 +00:00
SOAP-Transport-HTTP.pm-for_mod_perl.diff Bug 62960 - A patch for SOAP::Transport::HTTP in mod_perl environment 2010-04-16 21:55:20 +00:00
autoinstall-patch Bug 73031 - fix install 2010-12-20 17:58:19 +00:00
bugzilla_ldapsync.rb Bug 40933 - Merge with Bugzilla 3.4.6 2010-03-11 11:37:19 +00:00
bz_webservice_demo.pl Fix bug field conversion in webservice, fix printing it out in demo script 2014-05-27 18:31:26 +04:00
bzdbcopy.pl Create non-existing tables, fields and indexes during bzdbcopy.pl 2014-10-30 17:00:12 +03:00
console.pl Bug 40933 - НЕ ДО КОНЦА оттестированная объединённая версия Bugzilla 3.6 - НИКУДА НЕ РАЗВОРАЧИВАТЬ! :) 2010-05-14 20:02:34 +00:00
cvs-update.pl Bug 40933 2008-12-15 12:53:33 +00:00
extension-convert.pl Bug 40933 - НЕ ДО КОНЦА оттестированная объединённая версия Bugzilla 3.6 - НИКУДА НЕ РАЗВОРАЧИВАТЬ! :) 2010-05-14 20:02:34 +00:00
fixperms.pl Bug 40933 - НЕ ДО КОНЦА оттестированная объединённая версия Bugzilla 3.6 - НИКУДА НЕ РАЗВОРАЧИВАТЬ! :) 2010-05-14 20:02:34 +00:00
gnats2bz.pl Bug 40933 2008-12-15 12:53:33 +00:00
jb2bz.py Bug 40933 2008-12-15 12:53:33 +00:00
loadmyworktime.sql Bug 40933: LoadMyWorktime 2009-01-16 16:02:50 +00:00
merge-users.pl Bug 40933 2008-12-15 12:53:33 +00:00
migrate.pl Bug 72826 - Fix migrate.pl (LONGBLOB columns), change CodeError to UserError in token.cgi 2010-12-29 17:22:30 +00:00
mysqld-watcher.pl Bug 40933 2008-12-15 12:53:33 +00:00
recode.pl Bug 40933 2009-05-19 14:26:10 +00:00
sendbugmail.pl Do not export anything from Bugzilla::User 2014-10-13 19:45:17 +04:00
sendunsentbugmail.pl Change sql_interval to sql_date_math, like in upstream 2014-10-24 18:20:25 +04:00
sphinx.conf Remove useless "data" files from git 2018-05-29 20:08:22 +03:00
syncLDAP.pl Bug 40933 2008-12-15 12:53:33 +00:00
yp_nomail.sh Bug 40933 - Merge with Bugzilla 3.4.6 2010-03-11 11:37:19 +00:00

README

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_ldapsync.rb --  Script that can be run via Cron that queries an LDAP
                         server for e-mail addresses to add Bugzilla users
                         for. Will optionally disable Bugzilla users with
                         no matching LDAP record. Contributed by Thomas
                         Stromberg <thomas+bugzilla@stromberg.org>.

    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.p --  An example script that demonstrates how to talk to
                         Bugzilla via XMLRPC.

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

       cvs-update.pl --  Script to keep a record of all CVS updates made 
                         from a given directory. The log is useful when
                         changes need to be backed out.

         gnatsparse/ --  A Python script used to import a GNATS database
                         into Bugzilla.

         gnats2bz.pl --  A Perl script to help import bugs from a GNATS 
                         database into a Bugzilla database.  Contributed by
                         Tom Schutter <tom@platte.com>.

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

        yp_nomail.sh --  Script that can be run via Cron that regularly updates
                         the nomail file for terminated employees.