summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bug.pm
AgeCommit message (Expand)AuthorFilesLines
2013-09-20Bug 918362 - The "order" parameter passed to Bug.search is ignoredDave Lawrence1-4/+4
2013-09-18Bug 916979 - Bug.search ignores the "limit" parameterDave Lawrence1-6/+6
2013-09-17Bug 916889: Bug.attachment webservice calls should return the size of the att...Byron Jones1-0/+8
2013-09-17Bug 917157: the "creation_time" parameter to Bug.search incorrectly uses the ...Byron Jones1-2/+2
2013-09-10Bug 904988 - create an ember extension with bespoke methodsDave Lawrence1-1/+2
2013-09-04Bug 909430 - backport upstream bug 477601 to bmo/4.2 to improve bug searching...Dave Lawrence1-41/+76
2013-08-12merged with bugzilla/4.2Dave Lawrence1-0/+53
2013-08-12Bug 899537 - backport upstream bug 897029 to bmo/4.2 for performance improvementDave Lawrence1-0/+6
2013-08-09Bug 903514 - Backport upstream bug 569177 for etag support to bmo/4.2Dave Lawrence1-5/+12
2013-07-24Bug 880653 - Add POD for Bug.possible_duplicates webserviceDave Lawrence1-0/+53
2013-07-15Bug 892601 - Port over upstream native REST patch (bug 866927) to bmo/4.2Dave Lawrence1-2/+147
2013-05-06merge with bugzilla/4.2Byron Jones1-11/+45
2013-05-04Bug 859118 - Bug.search called with no arguments returns all visible bugs, ig...Dave Lawrence1-11/+45
2013-05-03Bug 866248 - backport new date custom field type from bug 801664 to bmo/4.2Gervase Markham1-1/+3
2013-01-10Bug 829273 - Certain webservice tests failing due to improper error being thr...Dave Lawrence1-1/+2
2013-01-03More MyDashboard workDave Lawrence1-2/+7
2012-12-05merged with bugzilla/4.2Dave Lawrence1-1/+3
2012-11-20Bug 640756 - Make the documentation clearer that attachments created with Bug...Dave Miller1-1/+3
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ...Dave Lawrence1-8/+8
2012-08-31Merge from bugzilla/4.2Reed Loden1-2/+3
2012-08-03Bug 682317 - Bug.create is incorrectly documented as ignoring invalid fields;...Koosha Khajeh Moogahi1-2/+3
2012-07-24Bug 520434 - Inconsistent naming of time fields (creation_time vs time)Koosha Khajeh Moogahi1-0/+10
2012-04-13Bug 737850 - Bug.history and Bug.get use different field namesDave Lawrence1-3/+10
2012-03-30Bug 643681: add 'actual_time' to bug fields if user is timetracker; now with ...frase1-0/+11
2012-03-30Bug 690879 - Webservice Bug.fields should include include keyword name and de...Frank Becker1-3/+18
2012-03-28merged with bugzilla/4.0Dave Lawrence1-7/+3
2012-03-22Bug 733458: The "creator" argument is listed twice for the Bug.search WebServ...Matt Selsky1-7/+3
2012-02-24Bug 692507 - WebService API calls where appropriate should be using the shado...Dave Lawrence1-2/+16
2012-02-17merged with bugzilla/4.2Dave Lawrence1-16/+10
2012-02-14Bug 714343 - Add ability to get flag information for bugs and attachments via...Dave Lawrence1-4/+116
2012-02-14Bug 727240: The POD for Bug.attachments is wrong about the format of the retu...Frédéric Buclin1-16/+10
2011-12-08merged with bugzilla/4.2Dave Lawrence1-2/+5
2011-12-06Bug 657290: Bug.add_attachment() stores truncated timestamps in the DB (secon...Frédéric Buclin1-1/+4
2011-12-05Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add...Matt Selsky1-1/+1
2011-10-18merged with bugzilla/4.2David Lawrence1-1/+1
2011-10-15Bug 691243: Fix typoMatt Selsky1-1/+1
2011-10-05more porting workDavid Lawrence1-2/+45
2011-09-18Fix typo in commentsFrédéric Buclin1-2/+2
2011-05-17Bug 655229: Adds components, versions and milestones to Product.get Byron Jones1-8/+17
2011-05-06Bug 653341: Bug.create() fails to error out if an invalid group is passedFrédéric Buclin1-4/+10
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-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-Alexander1-0/+4
2010-12-27Bug 588013: Fix typotimeless1-1/+1
2010-12-13Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander1-17/+105
2010-11-04Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin1-31/+15
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