summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
AgeCommit message (Expand)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 WebService...mkanat%bugzilla.org1-1/+31
2009-01-23Bug 398281: Basic search for bugs via WebService (Bug.search)mkanat%bugzilla.org1-54/+261
2009-01-22Bug 474249: Add a WebService interface to add a See Also bug link to a bugmkanat%bugzilla.org2-0/+151
2009-01-20Bug 473052: Modify WebService::Bug.add_comment to return the new comment IDmkanat%bugzilla.org1-1/+19
2009-01-20Bug 472954: Expose additional properties via the WebService::Bug.get interfacemkanat%bugzilla.org1-10/+91
2009-01-09Bug 472224: Bugzilla.time function that returns detailed time and timezone in...mkanat%bugzilla.org1-1/+101
2009-01-09Bug 472556: Modify Bug.comments to allow getting comments only comments that ...mkanat%bugzilla.org1-1/+8
2009-01-09Bug 471942: Make the WebService validate and properly convert input parametersmkanat%bugzilla.org1-1/+2
2009-01-07Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org3-28/+204
2008-11-26Bug 450209: Clean up WebService POD and add a History section for all functio...mkanat%bugzilla.org5-33/+111
2008-11-26Bug 466406: Passing an empty comment to Bug.add_comment fails silentlymkanat%bugzilla.org1-1/+4
2008-10-25Bug 459064: Set FIELD_TYPE_SINGLE_SELECT on standard global select fieldsmkanat%bugzilla.org1-14/+3
2008-10-25Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org1-1/+1
2008-10-21Bug 460143: Bug.legal_values doesn't allow you to get values for multi-select...lpsolit%gmail.com1-3/+2
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...lpsolit%gmail.com1-2/+2
2008-07-21Bug 445885 – User.login should ThrowUserError when called with incorrect...dkl%redhat.com1-1/+11
2008-07-01Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org4-46/+42
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org1-2/+2
2008-06-26Bug 440609 – Implement Bugzilla::Bug->check for use instead of ValidateB...mkanat%bugzilla.org1-6/+3
2008-06-23Bug 424079: Ability to get history of bug activity in the WebServicemkanat%bugzilla.org1-0/+147
2008-06-20Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org2-9/+54
2008-06-20Bug 432914: include_fields and exclude_fields arguments for WebService User.g...mkanat%bugzilla.org2-4/+107
2008-06-19Bug 434620 – invalid_field_name and product_edit_denied have the same er...dkl%redhat.com1-2/+3
2008-06-19Bug 437614 – Product.get_products should be accessible as Product.getdkl%redhat.com1-2/+10
2008-05-29Bug 412725: WebService functions to get information about a Userdkl%redhat.com2-0/+178
2008-05-20Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk1-10/+15
2008-04-17Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org3-11/+12
2008-02-12Bug 384009: Global fields (priority, severity, OS, and platform) are required...lpsolit%gmail.com2-5/+10
2008-01-22Bug 413343: Requesting data for a bug restricted to a group while you are log...lpsolit%gmail.com1-0/+1
2008-01-19Bug 412850: Rename the webservice method Bug.get_bugs() to simple Bug.get()dkl%redhat.com1-2/+10
2008-01-13Bug 411437: Clipping of "Free Text" fields when user enters more then 255 cha...lpsolit%gmail.com2-2/+3
2008-01-06Bug 355847: Make the WebService able to add a comment to a bugmkanat%bugzilla.org2-1/+82
2007-10-19Bug 396245: Allow the WebService to list the installed plugins and their vers...mkanat%bugzilla.org1-0/+28
2007-10-12Bug 313123: Implement $component->create and $component->update based on Obje...lpsolit%gmail.com2-3/+8
2007-09-19Bug 395632: [SECURITY] XML-RPC WebService Bugzilla::User::offer_account_by_em...mkanat%bugzilla.org2-0/+10
2007-09-11Bug 385778 – Bugzilla.timezone should be LOGIN_EXEMPT.wurblzap%gmail.com1-1/+1
2007-08-24Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug IDtimeless%mozdev.org1-2/+2
2007-08-23Bug 382056: [SECURITY] Bugzilla::Webservice::Bug->get_bugs() doesn't check if...lpsolit%gmail.com1-0/+7
2007-07-14Bug 388036: Make Bugzilla::Bug do updating for alias in process_bugmkanat%bugzilla.org1-1/+0
2007-05-26Bug 381737: Unable to get legal values of custom fields via XML-RPC - Patch b...lpsolit%gmail.com1-0/+2
2007-02-05Bug 369268: Wrong title for the API documentation of Bugzilla::WebService::Pr...lpsolit%gmail.com1-1/+1
2007-02-05Bug 358354: WebService should perform a login in xmlrpc.cgimkanat%bugzilla.org2-3/+11
2006-11-15Bug 349256: Make the webservice get_bug into a stable APImkanat%bugzilla.org1-7/+121
2006-11-13Bug 355839: The WebService should provide lists of legal field valuesmkanat%bugzilla.org2-0/+111
2006-11-10Bug 357482: Webservice should have a get_products methodmkanat%bugzilla.org1-29/+103
2006-11-03Bug 357322: Make the login/logout of webservice conform to the bugzilla webse...mkanat%bugzilla.org1-36/+145
2006-11-03Bug 355837: Make the webservice able to create bugsmkanat%bugzilla.org2-0/+222
2006-11-01Bug 358703: WebService functions version and timezone should follow bugzilla ...mkanat%bugzilla.org1-13/+38
2006-11-01Bug 356816: Make the webservice able to list productsmkanat%bugzilla.org1-0/+72