summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/BugUserLastVisit.pm
AgeCommit message (Collapse)AuthorFilesLines
2015-01-21Bug 1090275: WebServices modules should maintain a whitelist of methods that ↵David Lawrence1-0/+5
are allowed instead of allowing access to any function imported into its namespace r=dylan,a=glob
2014-10-21Bug 1084490 - Fix Bugzilla::WebService::BugUserLastVisit->get & correct PODDylan William Hardison1-11/+4
r=dkl 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-22Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison1-0/+208
r=glob a=justdave