https://bugzilla.wikimedia.org/show_bug.cgi?id=73023
Bug ID: 73023 Summary: Instance of 'Page' has no 'getLatestEditors' member (pylink) Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: major Priority: Unprioritized Component: Other scripts Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: jayvdb@gmail.com Web browser: --- Mobile Platform: ---
$ git grep getLatestEditors scripts/checkimages.py: history = self.talk_page.getLatestEditors(limit=10) scripts/template.py: editors = page.getLatestEditors(limit=100)
https://bugzilla.wikimedia.org/show_bug.cgi?id=73023
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Instance of 'Page' has no |Instance of 'Page' has no |'getLatestEditors' member |'getLatestEditors' member |(pylink) |(pylint)
https://bugzilla.wikimedia.org/show_bug.cgi?id=73023
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy
https://bugzilla.wikimedia.org/show_bug.cgi?id=73023
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Instance of 'Page' has no |checkimages using missing |'getLatestEditors' member |methods |(pylint) |Page.getLatestEditors and | |FilePage.getLatestUploader | |(pylint)
--- Comment #1 from John Mark Vandenberg jayvdb@gmail.com --- $ 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]
https://bugzilla.wikimedia.org/show_bug.cgi?id=73023
--- Comment #2 from Gerrit Notification Bot gerritadmin@wikimedia.org --- Change 171780 had a related patch set uploaded by John Vandenberg: page.py: introduced ImageInfo
https://gerrit.wikimedia.org/r/171780
https://bugzilla.wikimedia.org/show_bug.cgi?id=73023
Gerrit Notification Bot gerritadmin@wikimedia.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |PATCH_TO_REVIEW
https://bugzilla.wikimedia.org/show_bug.cgi?id=73023
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |65136
pywikipedia-bugs@lists.wikimedia.org