aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-262-6/+6
| | | | patch by unknown@simplemachines.org r=timeless rs=brendan
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-264-15/+15
| | | | patch by unknown@simplemachines.org r=timeless rs=brendan
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵lpsolit%gmail.com2005-11-141-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com2005-08-311-4/+5
| | | | | | string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
* Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net2005-08-274-8/+16
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-102-2/+2
| | | | r=mkanat,wicked a=justdave
* Bug 291776: A script to copy a Bugzilla DB between two cross-DB installationsmkanat%kerio.com2005-07-121-0/+188
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
* Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case ↵mkanat%kerio.com2005-07-084-9/+26
| | | | | | insensitive Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com2005-06-211-2/+2
| | | | Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
* Bug 293901: cannot specify the QA contact using bug_email.pl - Patch by ↵lpsolit%gmail.com2005-05-131-5/+10
| | | | Frédéric Buclin <LpSolit@gmail.com> r=dberlin a=justdave
* Bug 293907: remove tabs from bug_email.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-05-131-220/+220
| | | | <LpSolit@gmail.com> r=kiko a=justdave
* Applying documentation patch from Marc Mims <marc@sssonline.com>: fixeskiko%async.com.br2005-04-111-2/+2
| | | | manpage's description of --no-stdin and --status long-options.
* Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net2005-03-301-3/+16
| | | | email internals. Patch by gerv; r=jake, a=justdave.
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-2/+4
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
* Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com2005-03-031-1/+1
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wicked, a=justdave
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-252-5/+7
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-1/+3
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-3/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-092-3/+5
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2005-01-302-5/+3
| | | | | | prevents new bugs from being filed. a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-292-3/+5
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
* Bug 278829 : make cmdline query tool work with 2.18travis%sedsystems.ca2005-01-287-99/+166
| | | | Patch by Andreas Franke <afranke@mathweb.org> a=justdave
* Patch for bug 270404: Add detaint_natural and fix use lib instruction in ↵jocuri%softhome.net2004-11-201-3/+5
| | | | sendbugemail.pl to make it functional; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave.
* Fix for bug 245075: command-line script that sends bug mail so installations ↵myk%mozilla.org2004-09-211-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
* Additional fix for bug 244324: bugzilla-submit crashes when incorrectkiko%async.com.br2004-07-161-3/+14
| | | | | base url provided. Check other situations in which we may have trouble with bad base urls and report error conditions. contrib checkin.
* More manpage fixage: make screen sections indent and format properly. Forkiko%async.com.br2004-07-161-3/+4
| | | | | some reason, they need indentation to look good in the generated nroff format.
* Adding missing <para> tags to paragraph added under example for bug 244324.kiko%async.com.br2004-07-161-2/+2
|
* Updating manpage for bugzilla-submit, part of bug 244324:kiko%async.com.br2004-07-161-2/+22
| | | | bugzilla-submit crashed.
* Bug 239343: Contribution of sendbugmail.pl script, drop-in replacement for ↵justdave%bugzilla.org2004-07-062-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
* Bug 237638: make bugzilla_email_append.pl work with BugMail.pm instead of ↵justdave%syndicomm.com2004-04-151-1/+2
| | | | | | processmail a=justdave
* Add a slightly hackish approach to test against values in .netrc thatkiko%async.com.br2004-04-141-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!
* Patch for bug 239912: make bug_email.pl work with useqacontact; patch by ↵jocuri%softhome.net2004-04-091-2/+2
| | | | Matthew Mastracci <mmastrac@canada.com>; r=vlad, a=myk.
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-273-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.
* Patch for bug 238396: update the README file for the gnatsparse project; ↵jocuri%softhome.net2004-03-241-0/+18
| | | | patch by Daniel Berlin <dberlin@dberlin.org>; a=justdave.
* Bug 126252: add the gnatsparse Python script to the contrib directory; ↵jocuri%softhome.net2004-03-225-0/+1667
| | | | author: Daniel Berlin <dan@dberlin.org>; a=justdave.
* Fix the version-detection code with Fredrik Lundh's test suggested atkiko%async.com.br2004-03-171-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.
* Bug 36379: adds command-line switches for default product, component, and ↵justdave%syndicomm.com2004-01-201-2/+30
| | | | | | | | version to bug_email.pl Patch by Ludovic Dubost <ludovic@pobox.xom> (no r= for contrib) a= justdave
* Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fieldskiko%async.com.br2004-01-173-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
* Bug 227724: rename bug-bugzilla to bugzilla-submit. Justdave did thekiko%async.com.br2003-12-118-552/+17
| | | | | repository copy, and this is the follow-up patch that implements the content rename. r=gerv, a=justdave.
* Bug 221460: perl syncronisation script for ldap (contrib)justdave%syndicomm.com2003-11-222-0/+297
| | | | | Contributed by Andreas Höfler <andreas.hoefler@bearingpoint.com> a= justdave
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-222-18/+25
|
* contrib/cvs-update.sh should be in Perl. r=zach, a=justdavejouni%heikniemi.net2003-11-111-8/+13
|
* Fix for Bug 220724: Provide standalone bug submission program. Includeskiko%async.com.br2003-10-319-0/+1074
| | | | | | a python script that submits bugs to a specified Bugzilla instance. README, docs and an example bug are included. Work done by Eric Raymond <esr@thyrsus.com> and myself. a=justdave
* Bugs 171127 and 192512: bug_email.pl was still using the old groups system ↵justdave%syndicomm.com2003-08-221-143/+39
| | | | | | | and also the old outgoing mail system. This patch brings it up to date. Patch by Alex Schuilenburg <alex@schuilenburg.org> no r= for contrib, a= justdave
* Bug 203080 - New version of LDAP to Bugzilla account sync script.jake%bugzilla.org2003-04-261-23/+58
| | | | No review for contrib/
* Bug 198458: Added LDAP Sync script contributed by ↵justdave%syndicomm.com2003-04-222-15/+170
| | | | | | thomas+mozilla@stromberg.org (Thomas Stromberg) to the contrib directory. a= justdave (no review for contrib)
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 190521 - If the attachment didn't have a Content-Description: header in ↵jake%bugzilla.org2003-01-251-2/+3
| | | | | | | the e-mail, it ended up not having a description in Bugzilla leaving nothing to click on in the Attachment table on the bug form. r=jake a=justdave
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-1/+1
| | | | r=bbaetz, gerv
* bug 163024 - bugzilla_email_append calls processmail incorrectlybbaetz%student.usyd.edu.au2002-09-031-1/+1
| | | | r=joel, preed