aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 394574: bzdbcopy should avoid reading entire tables into memoryeseyman%linagora.com2008-06-261-3/+12
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=mkanat
* Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk2008-05-191-1/+26
| | | | Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit
* Bug 422111: rederive regexp-based group memberships on the destination user ↵justdave%bugzilla.org2008-03-111-0/+7
| | | | | | after merging Bugzilla accounts, since some of the merged group memberships may no longer apply. a=LpSolit
* Bug 337947: Fix strange syntax in contrib/syncLDAP.pleseyman%linagora.com2008-01-231-31/+31
| | | | Patch By Emmanuel Seyman <eseyman@linagora.com> r=LpSolit, a=LpSolit
* Bug 412850: Rename the webservice method Bug.get_bugs() to simple Bug.get()dkl%redhat.com2008-01-191-3/+5
| | | | David Lawrence <dkl@redhat.com> r=mkanat
* Bug 355847: Make the WebService able to add a comment to a bugmkanat%bugzilla.org2008-01-061-2/+41
| | | | Patch By Tsahi Asher <tsahi_75@yahoo.com> r=mkanat, a=mkanat
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-131-22/+61
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 397575: syncLDAP outputs HTML does not enable/disable accountseseyman%linagora.com2007-12-071-1/+1
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=LpSolit
* Bug 403824: Replace table locks in most Bugzilla files with transactions - ↵lpsolit%gmail.com2007-11-151-5/+4
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-197-8/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 400160: contrib/merge-users.pl doesn't merge all required fields - Patch ↵lpsolit%gmail.com2007-10-181-0/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 356926: contrib/README doesn't reflect reality - Patch by Sam ↵lpsolit%gmail.com2007-10-161-26/+52
| | | | Folk-Williams <sam.folkwilliams@gmail.com> r=vladd
* Bug 383851: FAQ points to non-existing file for handling of bug creation ↵lpsolit%gmail.com2007-09-051-7/+0
| | | | through email - Patch by samfw <sam.folkwilliams@gmail.com> r=LpSolit
* Bug 394627: bzdbcopy.pl should remove column quotingolav%bkor.dhs.org2007-09-021-0/+6
| | | | Patch By Olav Vitters <olav@bkor.dhs.org> r=mkanat, a=mkanat
* Bug 382060: contrib/bz_webservice_demo.pl is unable to display bug data ↵lpsolit%gmail.com2007-06-171-2/+10
| | | | correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 381737: POD for the --field option of bz_webservice_demo.pllpsolit%gmail.com2007-05-261-0/+6
|
* Bug 381737: Unable to get legal values of custom fields via XML-RPC - Patch ↵lpsolit%gmail.com2007-05-261-1/+18
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 375287: Remove the version check in contrib/merge-users.pl - Patch by ↵lpsolit%gmail.com2007-03-281-11/+0
| | | | bugzilla@corris.org r/a=LpSolit
* Bug 365593: bz_webservices_demo.pl does not match the API as defined in the ↵lpsolit%gmail.com2007-01-061-4/+4
| | | | Webservices code - Patch by Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat a=myk
* Bug 364637: contrib/bzdbcopy.pl: Can't locate object method "params" via ↵mkanat%bugzilla.org2006-12-301-24/+48
| | | | | | package "Bugzilla" at Bugzilla/DB/Mysql.pm line 65 Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 363371: It is hard to determine which row has a failed encoding, with ↵mkanat%bugzilla.org2006-12-301-2/+11
| | | | | | recode.pl --guess Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 364134: Upgrading from 2.20 to latest CVS produces error message in ↵lpsolit%gmail.com2006-12-271-1/+23
| | | | contrib/recode.pl - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor a=justdave
* Checkin fix for Bug 280633, which didn't work when the utf8 parameter was ↵mkanat%bugzilla.org2006-11-181-3/+11
| | | | turned on.
* Bug 280633: Tools to migrate existing legacy encoded database to UTF-8 (Unicode)mkanat%bugzilla.org2006-11-181-0/+346
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 349256: Make the webservice get_bug into a stable APImkanat%bugzilla.org2006-11-151-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
* 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