$ git grep getLatestEditors
scripts/checkimages.py: history = self.talk_page.getLatestEditors(limit=10)
scripts/template.py: editors = page.getLatestEditors(limit=100)
Version: core-(2.0)
Severity: major
$ git grep getLatestEditors
scripts/checkimages.py: history = self.talk_page.getLatestEditors(limit=10)
scripts/template.py: editors = page.getLatestEditors(limit=100)
Version: core-(2.0)
Severity: major
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Add Page.revisions, getCreator, getLatestEditors | pywikibot/core | master | +44 -1 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Invalid | None | T72936 Important tasks to be solved (tracking) | |||
Resolved | Xqt | T67136 implement -wait option for checkimages.py | |||
Resolved | jayvdb | T75023 checkimages using missing methods Page.getLatestEditors and FilePage.getLatestUploader (pylint) |
$ 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
Change 114982 had a related patch set uploaded (by John Vandenberg):
Add Page.revisions, getCreator, getLatestEditors
Change 114982 merged by jenkins-bot:
Add Page.revisions, getCreator, getLatestEditors