Last modified: 2014-11-17 12:02:25 UTC
$ git grep getLatestEditors scripts/checkimages.py: history = self.talk_page.getLatestEditors(limit=10) scripts/template.py: editors = page.getLatestEditors(limit=100)
$ git grep getLatestUploader scripts/checkimages.py: nick = reportPageObject.getLatestUploader()[0] scripts/checkimages.py: self.timestamp = DupePage.getLatestUploader()[1] scripts/checkimages.py: timestamp = image.getLatestUploader()[1]
Change 171780 had a related patch set uploaded by John Vandenberg: page.py: introduced ImageInfo https://gerrit.wikimedia.org/r/171780