summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Classification.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2015-01-21Bug 1090275: WebServices modules should maintain a whitelist of methods that ↵David Lawrence1-0/+4
are allowed instead of allowing access to any function imported into its namespace r=dylan,a=glob
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2014-04-11Bug 540818 - Improve include_fields and exclude_fields to accept _default, ↵David Lawrence1-12/+10
_all and _custom keywords r=glob,a=justdave
2014-02-18Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ↵Dave Lawrence1-1/+1
to match mod_rewrite example r/a=glob
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-4/+18
r=glob,a=justdave
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-09-21Bug 694755: Add Classification API to WebServices (implement ↵Koosha Khajeh Moogahi1-0/+196
Classification.get()) r/a=LpSolit