summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
AgeCommit message (Collapse)AuthorFilesLines
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
2006-10-06Bug 350232: Allow the Webservice interface to create User Accountsmkanat%bugzilla.org2-0/+143
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=justdave
2006-10-05Bug 351175: The WebService interface should include the error text along ↵mkanat%bugzilla.org1-1/+40
with the error name Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=myk
2006-09-30I originally checked in the wrong patch for Bug 351178. Here are themkanat%bugzilla.org1-4/+4
checkin fixes for that bug.
2006-09-29Bug 351178: WebService needs to be able to provide the server's timezonemkanat%bugzilla.org1-1/+45
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com5-0/+186
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk