aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Product.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin2010-11-041-10/+5
| | | | r/a=mkanat
* Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander2010-04-221-0/+7
| | | | r=dkl, a=mkanat
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-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.
* Bug 473646 - WebService methods should check list parameters for scalars ↵dkl%redhat.com2009-01-261-1/+2
| | | | | | and convert before use Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 450209: Clean up WebService POD and add a History section for all ↵mkanat%bugzilla.org2008-11-261-6/+14
| | | | | | functions that need one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org2008-07-011-4/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 437614 – Product.get_products should be accessible as Product.getdkl%redhat.com2008-06-191-2/+10
| | | | Patch by David Lawrence <dkl@redhat.com> r/a=mkanat
* Bug 369268: Wrong title for the API documentation of ↵lpsolit%gmail.com2007-02-051-1/+1
| | | | Bugzilla::WebService::Product - Patch by Guzmán Brasó <gbn@hqso.net> r/a=mkanat
* Bug 357482: Webservice should have a get_products methodmkanat%bugzilla.org2006-11-101-29/+103
| | | | Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
* Bug 356816: Make the webservice able to list productsmkanat%bugzilla.org2006-11-011-0/+72
| | | | Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-0/+36
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk