summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/FlagType.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2015-12-18Bug 1232190: FlagType.create should require the user to be logged inFrédéric Buclin1-7/+3
r=dkl
2015-01-21Bug 1090275: WebServices modules should maintain a whitelist of methods that ↵David Lawrence1-0/+6
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-06-19Bug 1023725 - Rename Bug.flag_types webservice call to FlagType.getSimon Green1-2/+182
r=glob, a=glob
2014-05-22Bug 1008764: Add a web service to create and update Flag typesSimon Green1-0/+647
r=glob, a=justdave