summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
AgeCommit message (Collapse)AuthorFilesLines
2010-09-30Bug 573195: Make Bug.get return all of a bug's standard and custom fieldMax Kanat-Alexander2-64/+271
information r=dkl, a=mkanat
2010-08-24Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello1-3/+3
r/a=mkanat
2010-08-02Bug 583622: email_in.pl doesn't let me set timetracking fieldsFrédéric Buclin1-1/+5
r/a=mkanat
2010-07-20Bug 579514: Make Bug.attachments also return attachment dataMax Kanat-Alexander3-18/+56
r=dkl, a=mkanat
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2-26/+13
r/a=mkanat
2010-07-14The changes to accept positional parameters in XML-RPC meant that sometimesMax Kanat-Alexander1-0/+5
$params wouldn't just be undef, but actually missing, so validate() was getting @keys where $params should have been. https://bugzilla.mozilla.org/show_bug.cgi?id=577765
2010-07-14Bug 577765: Allow XML-RPC to accept multiple positional parametersMax Kanat-Alexander2-10/+12
r=ghendricks, a=mkanat
2010-07-14Remove some errors from WS_ERROR_CODE that don't exist on trunk.Max Kanat-Alexander1-2/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=412074
2010-07-14Bug 412074: Ability to add attachments to a bug via the WebServiceMax Kanat-Alexander3-3/+198
(Bug.add_attachment) r=timello, a=mkanat
2010-07-13alias_not_allowed should be multiple_alias_not_allowedMax Kanat-Alexander1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=415813
2010-07-13Bug 415813: Implement Bug.update() as an API for WebServicesMax Kanat-Alexander2-0/+481
r=dkl, a=mkanat
2010-07-08Bug 577415: Allow positional parameters for XML-RPC, because TestopiaMax Kanat-Alexander1-1/+4
uses them. r=ghendricks, a=mkanat
2010-07-07Bug 574995: Make the WebService return reporter, attachment submitter, andMax Kanat-Alexander1-6/+30
commenter all as "creator" r=timello, a=mkanat
2010-07-06Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8Frédéric Buclin2-4/+4
r/a=mkanat
2010-06-22Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander1-4/+31
r=glob, a=mkanat
2010-06-18Bug 548198: Add a method of limiting the User.get results by group name or idMax Kanat-Alexander1-7/+53
r=dkl, a=mkanat
2010-05-07Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵Reed Loden1-3/+3
of direct SQL" [r=mkanat a=mkanat]
2010-04-27Bug 550727: Add JSONP Support to the JSON-RPC WebService InterfaceMax Kanat-Alexander1-4/+65
r=dkl, a=mkanat
2010-04-22Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander6-27/+187
r=dkl, a=mkanat
2010-03-28Bug 554569: WebService Bug.fields: Make it so that if you request a fieldMax Kanat-Alexander1-5/+7
by both id and name, only one field is returned r=dkl, a=mkanat
2010-03-28Bug 554560: WebService Bug.fields: Send visibility_values for all select-typeMax Kanat-Alexander1-7/+11
fields (including built-in fields that don't support it yet), but don't send a single null in the array for fields that have no visibility values. r=dkl, a=mkanat
2010-03-28Bug 554536: [WebService] Make Bug.fields not send the "values" item forMax Kanat-Alexander1-5/+9
fields that don't have a list of values r=dkl, a=mkanat
2010-03-28Bug 553913: Add explicit error codes to WebService errors that were missingMax Kanat-Alexander2-2/+30
them r=dkl, a=mkanat
2010-03-26Bug 553818: Fix the format of the return value for the Bug.attachmentsMax Kanat-Alexander1-3/+1
method in the WebService r=dkl, a=mkanat
2010-03-24Bug 553774: Make User.login correctly return cookies under JSON-RPCMax Kanat-Alexander1-0/+19
r=dkl, a=mkanat
2010-03-24Bug 553770: Make the JSON-RPC WebService throw a proper error when you don'tMax Kanat-Alexander1-2/+3
provide login credentials on a LOGIN_REQUIRED page. (Before this, it was attempting to display the HTML login page to JSON-RPC clients.) r=dkl, a=mkanat
2010-03-10Bug 551199: The Bug.search WebService function was throwing an error aboutMax Kanat-Alexander1-1/+1
datetime_format_inbound not being found r=dkl, a=mkanat
2010-03-08Bug 550618: Make the XML-RPC WebService return the right date formatMax Kanat-Alexander1-0/+17
r=dkl, a=mkanat
2010-03-06Update the stability status of several WebService methods.Max Kanat-Alexander3-12/+14
2010-03-04Bug 545299, XML-RPC WebService should take and return dates and times in ↵Max Kanat-Alexander4-57/+70
UTC. POD
2010-03-04Bug 545299, XML-RPC WebService should take and return dates and times in ↵Justin Wood4-37/+32
UTC. Code part, r+=mkanat
2010-02-27Bug 547852: Make the JSON-RPC interface return the correct error format toMax Kanat-Alexander1-3/+10
JSON-RPC 1.0 clients. r=dkl, a=mkanat
2010-02-27Bug 547601: Make the JSON-RPC interface return UTF-8 data correctly.Max Kanat-Alexander1-2/+12
r=dkl, a=mkanat
2010-02-23Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander1-0/+13
or the WebService Bug.create method. r=LpSolit, a=LpSolit
2010-02-23Bug 547126: Make the JSON-RPC return error codes that are numericallyMax Kanat-Alexander1-5/+52
identical to the XML-RPC error codes. r=dkl, a=mkanat
2010-02-22There was some POD at the end of Bugzilla::WebService::Server::JSONRPCMax Kanat-Alexander2-23/+5
that was supposed to be at the end of Bugzilla::WebService instead. Also added links to Bugzilla::WebService in both of the Bugzilla::WebService::Server types' POD.
2010-02-22The JSON-RPC WebService is EXPERIMENTAL, now, not UNSTABLE.Max Kanat-Alexander1-2/+2
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-8/+2
r=mkanat, a=mkanat, a=LpSolit
2010-02-10Bug 533330: JSON-RPC webservice returns and expects a bad date formatJustin Wood1-12/+26
r+a=mkanat
2010-02-06Bug 515568: handle_login() doesn't check $@ after evalFrédéric Buclin2-0/+5
r/a=mkanat
2010-02-06Bug 544615: Bug.legal_values triggers an insecure dependency in ↵Frédéric Buclin1-1/+3
Bugzilla::Field::get_legal_field_values() r/a=mkanat
2010-02-05Bug 544506: Bugzilla->input_params is undefined when calling ↵Frédéric Buclin1-1/+1
Bugzilla.version and other methods taking no argument r/a=mkanat
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander1-2/+2
component r=dkl, a=mkanat
2010-02-02Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander1-1/+1
r=LpSolit, a=LpSolit
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-0/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2009-12-17Bug 531119: Fix the Bugzilla.extensions WebService method to work with the ↵mkanat%bugzilla.org1-13/+26
new Extensions system. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-12-17Bug 506559: WebService function to get information about fields (Bug.fields)mkanat%bugzilla.org1-1/+333
Patch by Frank Becker <Frank@Frank-Becker.de> r=mkanat, a=mkanat
2009-12-13The tinderbox was burning from the checkin of themkanat%bugzilla.org1-4/+1
"webservice attachments by ids" patch--it looks like a part of the patch was just missing or something when it was posted to bmo. I've fixed it now.
2009-12-13Bug 502683: Ability to get attachments by ID in the WebServicemkanat%bugzilla.org1-10/+89
Patch by Tiago Mello <timello@gmail.com> r=mkanat, a=mkanat
2009-12-10Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs ↵mkanat%bugzilla.org1-39/+4
instead of requiring post_bug.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit