aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Product.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1090275: WebServices modules should maintain a whitelist of methods that ...David Lawrence2015-01-211-0/+9
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 540818 - Improve include_fields and exclude_fields to accept _default, _a...David Lawrence2014-04-111-13/+12
* Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ...Dave Lawrence2014-02-181-8/+8
* Bug 896066 - Allow REST WebService API to for GET /product to allow retrieval...Dave Lawrence2013-07-231-1/+0
* Bug 896066 - Allow REST WebService API to for GET /product to allow retrieval...Dave Lawrence2013-07-231-40/+87
* Bug 894221 - API Documentation ErrorSimon Green2013-07-161-4/+0
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-3/+82
* Bug 838846: In Product.get, include_fields => ['components'] no longer return...Simon Green2013-02-151-15/+21
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+8
* Bug 741722: Product.get should include flag_types informationFrank Becker2012-11-041-3/+108
* Bug 577329 - WebServices should filter email addresses same as the web UI as ...Dave Lawrence2012-10-161-4/+4
* Bug 445861: $component->default_qa_contact should not return the default user...Koosha Khajeh Moogahi2012-09-191-3/+4
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+2
* Bug 778674: Throw an error in Product.get() if required params are not passedKoosha Khajeh Moogahi2012-07-311-1/+6
* Bug 692507 - WebService API calls where appropriate should be using the shado...Dave Lawrence2012-02-241-1/+6
* Bug 714446: Product.create default behavior is broken and inconsistent with PODFrédéric Buclin2012-01-311-18/+58
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-16/+5
* Bug 716726: Fix the documentation of WebServices that the next major version ...Frédéric Buclin2012-01-101-1/+1
* Bug 689862: Fix Product.get to only return the Classification name,Tiago Mello2011-10-151-17/+2
* Bug 655652: Remove "internals" field from Product.getFrédéric Buclin2011-09-271-9/+35
* Fix typo in PODFrédéric Buclin2011-09-161-2/+2
* Bug 647980: Implement a Product.update WebService method.Julien Heyman2011-08-091-2/+193
* Bug 655229: Adds components, versions and milestones to Product.get Byron Jones2011-05-171-28/+216
* Improve the POD for Product.create.Max Kanat-Alexander2011-04-071-11/+17
* Bug 469193: WebService function to create new products (Product.create)Julien Heyman2011-04-071-0/+115
* Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin2010-11-041-10/+5
* Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander2010-04-221-0/+7
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-0/+0
* Bug 473646 - WebService methods should check list parameters for scalars and...dkl%redhat.com2009-01-261-1/+2
* Bug 450209: Clean up WebService POD and add a History section for all functio...mkanat%bugzilla.org2008-11-261-6/+14
* Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org2008-07-011-4/+3
* Bug 437614 – Product.get_products should be accessible as Product.getdkl%redhat.com2008-06-191-2/+10
* Bug 369268: Wrong title for the API documentation of Bugzilla::WebService::Pr...lpsolit%gmail.com2007-02-051-1/+1
* Bug 357482: Webservice should have a get_products methodmkanat%bugzilla.org2006-11-101-29/+103
* Bug 356816: Make the webservice able to list productsmkanat%bugzilla.org2006-11-011-0/+72
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-0/+36