aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/BugUserLastVisit.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1232180 - Incorrect regexp used to filter bug IDs in ↵Dylan Hardison2015-12-151-2/+2
| | | | | | Bugzilla::WebService::BugUserLastVisit r=dkl,a=dkl
* Bug 1169181 - The bug_user_last_visit method returns an empty array for old bugsDylan Hardison2015-12-151-14/+10
| | | | r=dkl,a=dkl
* 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