summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2006-06-07Spelling patch: replace 'specify a email-adress' with 'specify an ↵uid6231-1/+1
email-address' in bugmail_help.html; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-07Spelling patch: replace 'adresses' with 'addresses' in bugmail_help.html; ↵uid6231-1/+1
patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from ↵lpsolit%gmail.com1-36/+16
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-05-16Bug 303709: Eliminate deprecated Bugzilla::DB routines from sendbugmail.pl, ↵lpsolit%gmail.com3-45/+48
sendunsentbugmail.pl and syncLDAP.pl scripts in contrib - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-05-15Bug 303708: Eliminate deprecated Bugzilla::DB routines from ↵lpsolit%gmail.com3-205/+198
BugzillaEmail.pm, bug_email.pl and bugzilla_email_append.pl in contrib - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
2006-05-01Bug 335572: contrib/bzdbcopy.pl fails because it tries to insert too long a ↵mkanat%bugzilla.org1-7/+0
name into fielddefs Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-02-26Bug 188264: migrating user activity from one account to another (merge user ↵lpsolit%gmail.com1-0/+245
accounts) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-02-23Bug 106386 Correct misspellings in source codetimeless%mozdev.org1-2/+2
r=bernd rs=brendan
2006-02-21Patch for bug 317003: change the listing of valid fields values in ↵jocuri%softhome.net1-24/+19
bug_email.pl; patch by Gabriel Sales de Oliveira <gabriel@async.com.br>, r=vladd, a=justdave.
2005-11-26Bug 106386 Correct misspellings in source codetimeless%mozdev.org2-6/+6
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-26Bug 106386 Correct misspellings in source codetimeless%mozdev.org4-15/+15
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-14Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
2005-08-31Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com1-4/+5
string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
2005-08-27Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net4-8/+16
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2-2/+2
r=mkanat,wicked a=justdave
2005-07-12Bug 291776: A script to copy a Bugzilla DB between two cross-DB installationsmkanat%kerio.com1-0/+188
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
2005-07-08Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case ↵mkanat%kerio.com4-9/+26
insensitive Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-06-21Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com1-2/+2
Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
2005-05-13Bug 293901: cannot specify the QA contact using bug_email.pl - Patch by ↵lpsolit%gmail.com1-5/+10
Frédéric Buclin <LpSolit@gmail.com> r=dberlin a=justdave
2005-05-13Bug 293907: remove tabs from bug_email.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-220/+220
<LpSolit@gmail.com> r=kiko a=justdave
2005-04-11Applying documentation patch from Marc Mims <marc@sssonline.com>: fixeskiko%async.com.br1-2/+2
manpage's description of --no-stdin and --status long-options.
2005-03-30Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net1-3/+16
email internals. Patch by gerv; r=jake, a=justdave.
2005-03-12Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com1-2/+4
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
2005-03-03Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com1-1/+1
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wicked, a=justdave
2005-02-25Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2-5/+7
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
2005-02-20Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com1-1/+3
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-02-19Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com1-3/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2-3/+5
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2-5/+3
prevents new bugs from being filed. a=justdave
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2-3/+5
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
2005-01-28Bug 278829 : make cmdline query tool work with 2.18travis%sedsystems.ca7-99/+166
Patch by Andreas Franke <afranke@mathweb.org> a=justdave
2004-11-20Patch for bug 270404: Add detaint_natural and fix use lib instruction in ↵jocuri%softhome.net1-3/+5
sendbugemail.pl to make it functional; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave.
2004-09-21Fix for bug 245075: command-line script that sends bug mail so installations ↵myk%mozilla.org1-0/+51
can push bug mail out if it's been missed by the code that sends mail when changes are made; written by Dave Miller
2004-07-16Additional fix for bug 244324: bugzilla-submit crashes when incorrectkiko%async.com.br1-3/+14
base url provided. Check other situations in which we may have trouble with bad base urls and report error conditions. contrib checkin.
2004-07-16More manpage fixage: make screen sections indent and format properly. Forkiko%async.com.br1-3/+4
some reason, they need indentation to look good in the generated nroff format.
2004-07-16Adding missing <para> tags to paragraph added under example for bug 244324.kiko%async.com.br1-2/+2
2004-07-16Updating manpage for bugzilla-submit, part of bug 244324:kiko%async.com.br1-2/+22
bugzilla-submit crashed.
2004-07-06Bug 239343: Contribution of sendbugmail.pl script, drop-in replacement for ↵justdave%bugzilla.org2-0/+114
the no-longer-existing processmail for use by external scripts that used to use processmail's functionality. Contributed by Nick Barnes of Ravenbrook Ltd. a=justdave
2004-04-15Bug 237638: make bugzilla_email_append.pl work with BugMail.pm instead of ↵justdave%syndicomm.com1-1/+2
processmail a=justdave
2004-04-14Add a slightly hackish approach to test against values in .netrc thatkiko%async.com.br1-0/+10
diverge from the specified url by a trailing slash -- we *know* they're not the same thing, but it seems people want us to think they are!
2004-04-09Patch for bug 239912: make bug_email.pl work with useqacontact; patch by ↵jocuri%softhome.net1-2/+2
Matthew Mastracci <mmastrac@canada.com>; r=vlad, a=myk.
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br3-7/+1
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
2004-03-24Patch for bug 238396: update the README file for the gnatsparse project; ↵jocuri%softhome.net1-0/+18
patch by Daniel Berlin <dberlin@dberlin.org>; a=justdave.
2004-03-22Bug 126252: add the gnatsparse Python script to the contrib directory; ↵jocuri%softhome.net5-0/+1667
author: Daniel Berlin <dan@dberlin.org>; a=justdave.
2004-03-17Fix the version-detection code with Fredrik Lundh's test suggested atkiko%async.com.br1-2/+3
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=jVxv4.116%24fsi.186942464%40newsb.telia.net -- this stops bugzilla-submit complaining about vendor versions of Python 2.3.
2004-01-20Bug 36379: adds command-line switches for default product, component, and ↵justdave%syndicomm.com1-2/+30
version to bug_email.pl Patch by Ludovic Dubost <ludovic@pobox.xom> (no r= for contrib) a= justdave
2004-01-17Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fieldskiko%async.com.br3-6/+9
are rejected. Minor fixes to bugzilla-submit's argument parsing. Patch by me, inspired by work done by joseph@picsel.com (Joseph Heenan). contrib-only. a=myk
2003-12-11Bug 227724: rename bug-bugzilla to bugzilla-submit. Justdave did thekiko%async.com.br8-552/+17
repository copy, and this is the follow-up patch that implements the content rename. r=gerv, a=justdave.
2003-11-22Bug 221460: perl syncronisation script for ldap (contrib)justdave%syndicomm.com2-0/+297
Contributed by Andreas Höfler <andreas.hoefler@bearingpoint.com> a= justdave
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2-18/+25