summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
AgeCommit message (Expand)AuthorFilesLines
2011-08-17Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin1-8/+8
2011-08-10Bug 675517: Add "count" to the return value of Bug.comments in the WebServiceFrank Becker1-0/+8
2011-08-09Bug 647980: Implement a Product.update WebService method.Julien Heyman2-2/+236
2011-08-09Change a "4.2" to "5.0" since we're on trunk now, in the WebService History.Max Kanat-Alexander1-1/+1
2011-08-09Bug 622203 - Allow filing closed bugs via the WebServiceMax Kanat-Alexander1-0/+8
2011-08-04Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when creati...Frédéric Buclin1-2/+1
2011-07-20Bug 600810: Use XMLRPC::Transport::HTTP:Apache as base class under mod_perlTeemu Mannermaa1-1/+5
2011-07-05Bug 658929 - User autocomplete is very slow when there are lots of users in t...David Lawrence1-2/+2
2011-05-17Bug 655229: Adds components, versions and milestones to Product.get Byron Jones2-36/+233
2011-05-06Bug 653341: Bug.create() fails to error out if an invalid group is passedFrédéric Buclin2-4/+11
2011-04-17Bug 469195: New WebService function, Group.create.Carole Pryfer2-1/+149
2011-04-08Improve the POD for Product.create.Max Kanat-Alexander1-11/+17
2011-04-07Bug 469193: WebService function to create new products (Product.create)Julien Heyman2-0/+124
2011-03-08Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat.Gervase Markham1-1/+1
2011-03-06Bug 639151: Fix the webservice Bug.get method to return the correct seeTiago Mello1-1/+2
2011-02-14Bug 633055: Make Bug.legal_values explicitly throw an error if you pass "undef"Max Kanat-Alexander1-0/+4
2011-02-14Bug 609538: Make the JSON-RPC interface support UTF-8 when a recent versionMax Kanat-Alexander1-1/+16
2011-02-14Bug 633422: Fix the documentation for User.get's include_disabled parameterMax Kanat-Alexander1-2/+9
2011-02-11Fix a POD compilation error.Max Kanat-Alexander1-1/+1
2011-02-11Fix the POD of Bug.add_attachment to reflect that it now automaticallyMax Kanat-Alexander1-3/+2
2011-02-11Bug 633041: Add an error code for zero_length_file and fill in content_typeMax Kanat-Alexander2-0/+5
2011-01-27Bug 622679 - Autocomplete suggests inactive/disabled accounts as matchesDavid Lawrence1-1/+11
2010-12-27Bug 588013: Fix typotimeless1-1/+1
2010-12-13Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander3-17/+127
2010-12-06Bug 617030 - Add an error code for json_rpc_invalid_callback, and fix theMax Kanat-Alexander2-1/+2
2010-11-04Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin5-77/+35
2010-10-28Bug 607966: Use of qw(...) as parentheses is deprecated since Perl 5.13.5Frédéric Buclin1-1/+1
2010-10-27Bug 602458: Add is_mandatory to Bug.fields output.Max Kanat-Alexander1-0/+9
2010-10-26Bug 606511 - Bug.search should allow use of include_fields and exclude_fieldsDave Lawrence1-2/+10
2010-10-24Bug 598549: Fixes the visibility_values in the WS Bug.fields method.Tiago Mello1-6/+4
2010-10-23Bug 578513: Rename cc_accessible and reporter_accessible to is_cc_accessibleMax Kanat-Alexander1-2/+2
2010-10-21Bug 598014: Document how to mark the initial comment as private when using Bu...Frédéric Buclin1-0/+7
2010-10-14Bug 575947: Users with passwords length less than 6 characters can't login af...Frédéric Buclin2-0/+6
2010-09-30Bug 573195: Make Bug.get return all of a bug's standard and custom fieldMax Kanat-Alexander2-64/+271
2010-08-24Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello1-3/+3
2010-08-02Bug 583622: email_in.pl doesn't let me set timetracking fieldsFrédéric Buclin1-1/+5
2010-07-20Bug 579514: Make Bug.attachments also return attachment dataMax Kanat-Alexander3-18/+56
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2-26/+13
2010-07-14The changes to accept positional parameters in XML-RPC meant that sometimesMax Kanat-Alexander1-0/+5
2010-07-14Bug 577765: Allow XML-RPC to accept multiple positional parametersMax Kanat-Alexander2-10/+12
2010-07-14Remove some errors from WS_ERROR_CODE that don't exist on trunk.Max Kanat-Alexander1-2/+0
2010-07-14Bug 412074: Ability to add attachments to a bug via the WebServiceMax Kanat-Alexander3-3/+198
2010-07-13alias_not_allowed should be multiple_alias_not_allowedMax Kanat-Alexander1-1/+1
2010-07-13Bug 415813: Implement Bug.update() as an API for WebServicesMax Kanat-Alexander2-0/+481
2010-07-08Bug 577415: Allow positional parameters for XML-RPC, because TestopiaMax Kanat-Alexander1-1/+4
2010-07-07Bug 574995: Make the WebService return reporter, attachment submitter, andMax Kanat-Alexander1-6/+30
2010-07-06Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8Frédéric Buclin2-4/+4
2010-06-22Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander1-4/+31
2010-06-18Bug 548198: Add a method of limiting the User.get results by group name or idMax Kanat-Alexander1-7/+53
2010-05-07Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o...Reed Loden1-3/+3