aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-0/+260
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-045-7/+2
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-043-13/+13
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com2006-07-031-1/+2
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-217-64/+61
* Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric Bucli...lpsolit%gmail.com2006-06-201-2/+2
* Spelling patch: 'couldnt' -> 'couldn't'; patch by Vlad Dascalu <vladd@bugzill...vladd%bugzilla.org2006-06-191-2/+2
* Spelling patch: 'kommas' -> 'commas'; patch by Vlad Dascalu <vladd@bugzilla.o...vladd%bugzilla.org2006-06-191-2/+2
* Spelling patch: 'visiblility' -> 'visibility'; patch by Vlad Dascalu <vladd@b...vladd%bugzilla.org2006-06-191-2/+2
* Spelling patch: 'functiuon' -> 'function'; patch by Vlad Dascalu <vladd@bugzi...vladd%bugzilla.org2006-06-191-2/+2
* Spelling patch: 'usefull' -> 'useful' in contrib/bugmail_help.html; patch by ...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'usefull' -> 'useful'; patch by Vlad Dascalu...vladd%bugzilla.org2006-06-191-2/+2
* Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by ...vladd%bugzilla.org2006-06-191-1/+1
* Spelling patch: replace 'specify a email-adress' with 'specify an email-addre...uid6232006-06-061-1/+1
* Spelling patch: replace 'adresses' with 'addresses' in bugmail_help.html; pat...uid6232006-06-061-1/+1
* Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com2006-05-301-36/+16
* Bug 303709: Eliminate deprecated Bugzilla::DB routines from sendbugmail.pl, s...lpsolit%gmail.com2006-05-153-45/+48
* Bug 303708: Eliminate deprecated Bugzilla::DB routines from BugzillaEmail.pm,...lpsolit%gmail.com2006-05-153-205/+198
* Bug 335572: contrib/bzdbcopy.pl fails because it tries to insert too long a n...mkanat%bugzilla.org2006-05-011-7/+0
* Bug 188264: migrating user activity from one account to another (merge user a...lpsolit%gmail.com2006-02-261-0/+245
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2006-02-231-2/+2
* Patch for bug 317003: change the listing of valid fields values in bug_email....jocuri%softhome.net2006-02-211-24/+19
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-262-6/+6
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-264-15/+15
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b...lpsolit%gmail.com2005-11-141-1/+1
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...mkanat%kerio.com2005-08-311-4/+5
* Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net2005-08-274-8/+16
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-102-2/+2
* Bug 291776: A script to copy a Bugzilla DB between two cross-DB installationsmkanat%kerio.com2005-07-121-0/+188
* Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...mkanat%kerio.com2005-07-084-9/+26
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch...lpsolit%gmail.com2005-06-211-2/+2
* Bug 293901: cannot specify the QA contact using bug_email.pl - Patch by Fréd...lpsolit%gmail.com2005-05-131-5/+10
* Bug 293907: remove tabs from bug_email.pl - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com2005-05-131-220/+220
* Applying documentation patch from Marc Mims <marc@sssonline.com>: fixeskiko%async.com.br2005-04-111-2/+2
* Bug 73665 - migrate email preferences to their own table, and rearchitect ema...gerv%gerv.net2005-03-301-3/+16
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-2/+4
* Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com2005-03-031-1/+1
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-252-5/+7
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-1/+3
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-3/+2
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-092-3/+5
* Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org2005-01-302-5/+3
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-292-3/+5
* Bug 278829 : make cmdline query tool work with 2.18travis%sedsystems.ca2005-01-287-99/+166
* Patch for bug 270404: Add detaint_natural and fix use lib instruction in send...jocuri%softhome.net2004-11-201-3/+5
* Fix for bug 245075: command-line script that sends bug mail so installations ...myk%mozilla.org2004-09-211-0/+51
* Additional fix for bug 244324: bugzilla-submit crashes when incorrectkiko%async.com.br2004-07-161-3/+14
* More manpage fixage: make screen sections indent and format properly. Forkiko%async.com.br2004-07-161-3/+4
* 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