summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
AgeCommit message (Collapse)AuthorFilesLines
2009-01-23Fix some nits that I forgot to fix on checkin for bug 474715.mkanat%bugzilla.org1-2/+3
2009-01-23Bug 474715: Add 'limit', 'offset' and 'changed_since' arguments to ↵mkanat%bugzilla.org1-1/+31
WebService::Bug.search() Patch By Kip Hampton <khampton@totalcinema.com> r=mkanat, a=mkanat
2009-01-23Bug 398281: Basic search for bugs via WebService (Bug.search)mkanat%bugzilla.org1-54/+261
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-22Bug 474249: Add a WebService interface to add a See Also bug link to a bugmkanat%bugzilla.org2-0/+151
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-20Bug 473052: Modify WebService::Bug.add_comment to return the new comment IDmkanat%bugzilla.org1-1/+19
Patch By Kip Hampton <khampton@totalcinema.com> r=mkanat, a=mkanat
2009-01-20Bug 472954: Expose additional properties via the WebService::Bug.get interfacemkanat%bugzilla.org1-10/+91
Patch By Kip Hampton <khampton@totalcinema.com> r=mkanat, a=mkanat
2009-01-09Bug 472224: Bugzilla.time function that returns detailed time and timezone ↵mkanat%bugzilla.org1-1/+101
information Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-09Bug 472556: Modify Bug.comments to allow getting comments only comments that ↵mkanat%bugzilla.org1-1/+8
have been added since a certain time Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-09Bug 471942: Make the WebService validate and properly convert input parametersmkanat%bugzilla.org1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-07Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org3-28/+204
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-11-26Bug 450209: Clean up WebService POD and add a History section for all ↵mkanat%bugzilla.org5-33/+111
functions that need one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-11-26Bug 466406: Passing an empty comment to Bug.add_comment fails silentlymkanat%bugzilla.org1-1/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-10-25Bug 459064: Set FIELD_TYPE_SINGLE_SELECT on standard global select fieldsmkanat%bugzilla.org1-14/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-25Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org1-1/+1
values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-21Bug 460143: Bug.legal_values doesn't allow you to get values for ↵lpsolit%gmail.com1-3/+2
multi-select fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-2/+2
<LpSolit@gmail.com> r/a=mkanat
2008-07-21Bug 445885 – User.login should ThrowUserError when called with ↵dkl%redhat.com1-1/+11
incorrect parameters Patch by David Lawrence <dkl@redhat.com> - a/r=mkanat
2008-07-01Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org4-46/+42
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-06-26Bug 440609 – Implement Bugzilla::Bug->check for use instead of ↵mkanat%bugzilla.org1-6/+3
ValidateBugID and use it in one file Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-06-23Bug 424079: Ability to get history of bug activity in the WebServicemkanat%bugzilla.org1-0/+147
Patch By Noura Elhawary <nelhawar@redhat.com> r=mkanat, a=mkanat
2008-06-20Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org2-9/+54
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-06-20Bug 432914: include_fields and exclude_fields arguments for WebService ↵mkanat%bugzilla.org2-4/+107
User.get() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2008-06-19Bug 434620 – invalid_field_name and product_edit_denied have the same ↵dkl%redhat.com1-2/+3
error ID Patch by David Lawrence <dkl@redhat.com> r/a=mkanat
2008-06-19Bug 437614 – Product.get_products should be accessible as Product.getdkl%redhat.com1-2/+10
Patch by David Lawrence <dkl@redhat.com> r/a=mkanat
2008-05-29Bug 412725: WebService functions to get information about a Userdkl%redhat.com2-0/+178
Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat
2008-05-20Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk1-10/+15
Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit
2008-04-17Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org3-11/+12
r/a=mkanat
2008-02-12Bug 384009: Global fields (priority, severity, OS, and platform) are ↵lpsolit%gmail.com2-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-22Bug 413343: Requesting data for a bug restricted to a group while you are ↵lpsolit%gmail.com1-0/+1
logged out throws "Error 32000" - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-01-19Bug 412850: Rename the webservice method Bug.get_bugs() to simple Bug.get()dkl%redhat.com1-2/+10
David Lawrence <dkl@redhat.com> r=mkanat
2008-01-13Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵lpsolit%gmail.com2-2/+3
characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-01-06Bug 355847: Make the WebService able to add a comment to a bugmkanat%bugzilla.org2-1/+82
Patch By Tsahi Asher <tsahi_75@yahoo.com> r=mkanat, a=mkanat
2007-10-19Bug 396245: Allow the WebService to list the installed plugins and their ↵mkanat%bugzilla.org1-0/+28
versions Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2007-10-12Bug 313123: Implement $component->create and $component->update based on ↵lpsolit%gmail.com2-3/+8
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-09-19Bug 395632: [SECURITY] XML-RPC WebService ↵mkanat%bugzilla.org2-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-11Bug 385778 – Bugzilla.timezone should be LOGIN_EXEMPT.wurblzap%gmail.com1-1/+1
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
2007-08-24Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug IDtimeless%mozdev.org1-2/+2
r=vladd a=mkanat
2007-08-23Bug 382056: [SECURITY] Bugzilla::Webservice::Bug->get_bugs() doesn't check ↵lpsolit%gmail.com1-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-14Bug 388036: Make Bugzilla::Bug do updating for alias in process_bugmkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-05-26Bug 381737: Unable to get legal values of custom fields via XML-RPC - Patch ↵lpsolit%gmail.com1-0/+2
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-02-05Bug 369268: Wrong title for the API documentation of ↵lpsolit%gmail.com1-1/+1
Bugzilla::WebService::Product - Patch by Guzmán Brasó <gbn@hqso.net> r/a=mkanat
2007-02-05Bug 358354: WebService should perform a login in xmlrpc.cgimkanat%bugzilla.org2-3/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2006-11-15Bug 349256: Make the webservice get_bug into a stable APImkanat%bugzilla.org1-7/+121
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
2006-11-13Bug 355839: The WebService should provide lists of legal field valuesmkanat%bugzilla.org2-0/+111
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=myk
2006-11-10Bug 357482: Webservice should have a get_products methodmkanat%bugzilla.org1-29/+103
Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
2006-11-03Bug 357322: Make the login/logout of webservice conform to the bugzilla ↵mkanat%bugzilla.org1-36/+145
webservice standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=justdave
2006-11-03Bug 355837: Make the webservice able to create bugsmkanat%bugzilla.org2-0/+222
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
2006-11-01Bug 358703: WebService functions version and timezone should follow bugzilla ↵mkanat%bugzilla.org1-13/+38
standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
2006-11-01Bug 356816: Make the webservice able to list productsmkanat%bugzilla.org1-0/+72
Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk