aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/BugUserLastVisit.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1090275: WebServices modules should maintain a whitelist of methods that ↵David Lawrence2015-01-211-0/+5
| | | | | | are allowed instead of allowing access to any function imported into its namespace r=dylan,a=glob
* Bug 1084490 - Fix Bugzilla::WebService::BugUserLastVisit->get & correct PODDylan William Hardison2014-10-211-11/+4
| | | | r=dkl a=glob
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
| | | | r=dkl a=sgreen
* Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2014-04-221-0/+208
r=glob a=justdave