Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-26 | Bug 450209: Clean up WebService POD and add a History section for all ↵ | mkanat%bugzilla.org | 5 | -33/+111 | |
functions that need one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-11-26 | Bug 466406: Passing an empty comment to Bug.add_comment fails silently | mkanat%bugzilla.org | 1 | -1/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-10-25 | Bug 459064: Set FIELD_TYPE_SINGLE_SELECT on standard global select fields | mkanat%bugzilla.org | 1 | -14/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-10-25 | Bug 291433: Ability to have custom fields whose visibility depends on the ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-10-21 | Bug 460143: Bug.legal_values doesn't allow you to get values for ↵ | lpsolit%gmail.com | 1 | -3/+2 | |
multi-select fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-08-28 | Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
<LpSolit@gmail.com> r/a=mkanat | |||||
2008-07-21 | Bug 445885 â User.login should ThrowUserError when called with ↵ | dkl%redhat.com | 1 | -1/+11 | |
incorrect parameters Patch by David Lawrence <dkl@redhat.com> - a/r=mkanat | |||||
2008-07-01 | Bug 437617: Make "type" a method of Bugzilla::WebService | mkanat%bugzilla.org | 4 | -46/+42 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2008-06-30 | Bug 440612 â Use Bugzilla::Bug->check everywhere instead of ValidateBugID | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-06-26 | Bug 440609 â Implement Bugzilla::Bug->check for use instead of ↵ | mkanat%bugzilla.org | 1 | -6/+3 | |
ValidateBugID and use it in one file Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-06-23 | Bug 424079: Ability to get history of bug activity in the WebService | mkanat%bugzilla.org | 1 | -0/+147 | |
Patch By Noura Elhawary <nelhawar@redhat.com> r=mkanat, a=mkanat | |||||
2008-06-20 | Bug 432916: Expose usermatchmode via WebServices (User.get match argument) | mkanat%bugzilla.org | 2 | -9/+54 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2008-06-20 | Bug 432914: include_fields and exclude_fields arguments for WebService ↵ | mkanat%bugzilla.org | 2 | -4/+107 | |
User.get() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat | |||||
2008-06-19 | Bug 434620 â invalid_field_name and product_edit_denied have the same ↵ | dkl%redhat.com | 1 | -2/+3 | |
error ID Patch by David Lawrence <dkl@redhat.com> r/a=mkanat | |||||
2008-06-19 | Bug 437614 â Product.get_products should be accessible as Product.get | dkl%redhat.com | 1 | -2/+10 | |
Patch by David Lawrence <dkl@redhat.com> r/a=mkanat | |||||
2008-05-29 | Bug 412725: WebService functions to get information about a User | dkl%redhat.com | 2 | -0/+178 | |
Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat | |||||
2008-05-20 | Bug 415278: Make the WebService's plugin discovery method more extendable | mozilla%colinogilvie.co.uk | 1 | -10/+15 | |
Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit | |||||
2008-04-17 | Bug 428941 â Allow extension webservices to override LOGIN_EXEMPT | bbaetz%acm.org | 3 | -11/+12 | |
r/a=mkanat | |||||
2008-02-12 | Bug 384009: Global fields (priority, severity, OS, and platform) are ↵ | lpsolit%gmail.com | 2 | -5/+10 | |
required when using WebService instead of using the defaults - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-01-22 | Bug 413343: Requesting data for a bug restricted to a group while you are ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
logged out throws "Error 32000" - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-01-19 | Bug 412850: Rename the webservice method Bug.get_bugs() to simple Bug.get() | dkl%redhat.com | 1 | -2/+10 | |
David Lawrence <dkl@redhat.com> r=mkanat | |||||
2008-01-13 | Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵ | lpsolit%gmail.com | 2 | -2/+3 | |
characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-01-06 | Bug 355847: Make the WebService able to add a comment to a bug | mkanat%bugzilla.org | 2 | -1/+82 | |
Patch By Tsahi Asher <tsahi_75@yahoo.com> r=mkanat, a=mkanat | |||||
2007-10-19 | Bug 396245: Allow the WebService to list the installed plugins and their ↵ | mkanat%bugzilla.org | 1 | -0/+28 | |
versions Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat | |||||
2007-10-12 | Bug 313123: Implement $component->create and $component->update based on ↵ | lpsolit%gmail.com | 2 | -3/+8 | |
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-09-19 | Bug 395632: [SECURITY] XML-RPC WebService ↵ | mkanat%bugzilla.org | 2 | -0/+10 | |
Bugzilla::User::offer_account_by_email does not check createemailregexp Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=mkanat | |||||
2007-09-11 | Bug 385778 â Bugzilla.timezone should be LOGIN_EXEMPT. | wurblzap%gmail.com | 1 | -1/+1 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat | |||||
2007-08-24 | Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug ID | timeless%mozdev.org | 1 | -2/+2 | |
r=vladd a=mkanat | |||||
2007-08-23 | Bug 382056: [SECURITY] Bugzilla::Webservice::Bug->get_bugs() doesn't check ↵ | lpsolit%gmail.com | 1 | -0/+7 | |
if the user is in the timetracking group when returning data - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2007-07-14 | Bug 388036: Make Bugzilla::Bug do updating for alias in process_bug | mkanat%bugzilla.org | 1 | -1/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-05-26 | Bug 381737: Unable to get legal values of custom fields via XML-RPC - Patch ↵ | lpsolit%gmail.com | 1 | -0/+2 | |
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-02-05 | Bug 369268: Wrong title for the API documentation of ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Bugzilla::WebService::Product - Patch by Guzmán Brasó <gbn@hqso.net> r/a=mkanat | |||||
2007-02-05 | Bug 358354: WebService should perform a login in xmlrpc.cgi | mkanat%bugzilla.org | 2 | -3/+11 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2006-11-15 | Bug 349256: Make the webservice get_bug into a stable API | mkanat%bugzilla.org | 1 | -7/+121 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave | |||||
2006-11-13 | Bug 355839: The WebService should provide lists of legal field values | mkanat%bugzilla.org | 2 | -0/+111 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=myk | |||||
2006-11-10 | Bug 357482: Webservice should have a get_products method | mkanat%bugzilla.org | 1 | -29/+103 | |
Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk | |||||
2006-11-03 | Bug 357322: Make the login/logout of webservice conform to the bugzilla ↵ | mkanat%bugzilla.org | 1 | -36/+145 | |
webservice standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=justdave | |||||
2006-11-03 | Bug 355837: Make the webservice able to create bugs | mkanat%bugzilla.org | 2 | -0/+222 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave | |||||
2006-11-01 | Bug 358703: WebService functions version and timezone should follow bugzilla ↵ | mkanat%bugzilla.org | 1 | -13/+38 | |
standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk | |||||
2006-11-01 | Bug 356816: Make the webservice able to list products | mkanat%bugzilla.org | 1 | -0/+72 | |
Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk | |||||
2006-10-06 | Bug 350232: Allow the Webservice interface to create User Accounts | mkanat%bugzilla.org | 2 | -0/+143 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=justdave | |||||
2006-10-05 | Bug 351175: The WebService interface should include the error text along ↵ | mkanat%bugzilla.org | 1 | -1/+40 | |
with the error name Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=myk | |||||
2006-09-30 | I originally checked in the wrong patch for Bug 351178. Here are the | mkanat%bugzilla.org | 1 | -4/+4 | |
checkin fixes for that bug. | |||||
2006-09-29 | Bug 351178: WebService needs to be able to provide the server's timezone | mkanat%bugzilla.org | 1 | -1/+45 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk | |||||
2006-08-20 | Bug 224577: Bugzilla could use a web services interface. | wurblzap%gmail.com | 5 | -0/+186 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk |