summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/BugUserLastVisit.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2015-12-16Bug 1232180 - Incorrect regexp used to filter bug IDs in ↵Dylan Hardison1-2/+2
Bugzilla::WebService::BugUserLastVisit r=dkl,a=dkl
2015-12-16Bug 1169181 - The bug_user_last_visit method returns an empty array for old bugsDylan Hardison1-1/+1
r=dkl,a=dkl bringing this in line with the 5.0 fix because it's too simple to pass up.
2015-12-10Bug 1169181 - The bug_user_last_visit method returns an empty array for old bugsDylan Hardison1-13/+9
r=dkl
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