aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Bug 355837: Make the webservice able to create bugs (bz_webservice_demo part)mkanat%bugzilla.org2006-11-031-0/+50
| | | | Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=justdave
* Bug 357322: Make the login/logout of webservice conform to the bugzilla ↵mkanat%bugzilla.org2006-11-031-2/+3
| | | | | | webservice standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=justdave
* Bug 358703: WebService functions version and timezone should follow bugzilla ↵mkanat%bugzilla.org2006-11-011-1/+12
| | | | | | standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
* Bug 356924: Remove the old bug_email inbound email interfacemkanat%bugzilla.org2006-10-176-1811/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> a=justdave
* Bug 351178 renamed Bugzilla.get_version to Bugzilla.version and omittedwurblzap%gmail.com2006-10-051-2/+2
| | | | updating this.
* Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no ↵lpsolit%gmail.com2006-09-231-2/+2
| | | | 'changer' specified) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=justdave
* Bug 13534: Remove REMIND and LATER from the default resolution list (only ↵lpsolit%gmail.com2006-09-041-1/+1
| | | | affects new installations) - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk
* Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user ↵mkanat%bugzilla.org2006-08-261-1/+4
| | | | | | for Bugzilla::User Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-0/+260
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-045-7/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-043-13/+13
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com2006-07-031-1/+2
| | | | Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-217-64/+61
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-201-2/+2
| | | | Buclin <LpSolit@gmail.com> r=vladd a=justdave
* Spelling patch: 'couldnt' -> 'couldn't'; patch by Vlad Dascalu ↵vladd%bugzilla.org2006-06-191-2/+2
| | | | <vladd@bugzilla.org>.
* Spelling patch: 'kommas' -> 'commas'; patch by Vlad Dascalu ↵vladd%bugzilla.org2006-06-191-2/+2
| | | | <vladd@bugzilla.org>.
* Spelling patch: 'visiblility' -> 'visibility'; patch by Vlad Dascalu ↵vladd%bugzilla.org2006-06-191-2/+2
| | | | <vladd@bugzilla.org>.
* Spelling patch: 'functiuon' -> 'function'; patch by Vlad Dascalu ↵vladd%bugzilla.org2006-06-191-2/+2
| | | | <vladd@bugzilla.org>.
* Spelling patch: 'usefull' -> 'useful' in contrib/bugmail_help.html; patch by ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'usefull' -> 'useful'; patch by Vlad ↵vladd%bugzilla.org2006-06-191-2/+2
| | | | Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Vlad Dascalu <vladd@bugzilla.org>.
* Spelling patch: replace 'specify a email-adress' with 'specify an ↵uid6232006-06-061-1/+1
| | | | email-address' in bugmail_help.html; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling patch: replace 'adresses' with 'addresses' in bugmail_help.html; ↵uid6232006-06-061-1/+1
| | | | patch by Vlad Dascalu <vladd@bugzilla.org>.
* Bug 337054: Remove get_component_id() and get_component_name() from ↵lpsolit%gmail.com2006-05-301-36/+16
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 303709: Eliminate deprecated Bugzilla::DB routines from sendbugmail.pl, ↵lpsolit%gmail.com2006-05-153-45/+48
| | | | sendunsentbugmail.pl and syncLDAP.pl scripts in contrib - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 303708: Eliminate deprecated Bugzilla::DB routines from ↵lpsolit%gmail.com2006-05-153-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
* Bug 335572: contrib/bzdbcopy.pl fails because it tries to insert too long a ↵mkanat%bugzilla.org2006-05-011-7/+0
| | | | | | name into fielddefs Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 188264: migrating user activity from one account to another (merge user ↵lpsolit%gmail.com2006-02-261-0/+245
| | | | accounts) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2006-02-231-2/+2
| | | | r=bernd rs=brendan
* Patch for bug 317003: change the listing of valid fields values in ↵jocuri%softhome.net2006-02-211-24/+19
| | | | bug_email.pl; patch by Gabriel Sales de Oliveira <gabriel@async.com.br>, r=vladd, a=justdave.
* 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