Last modified: 2014-11-17 12:02:25 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T75023, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 73023 - checkimages using missing methods Page.getLatestEditors and FilePage.getLatestUploader (pylint)
checkimages using missing methods Page.getLatestEditors and FilePage.getLates...
Status: PATCH_TO_REVIEW
Product: Pywikibot
Classification: Unclassified
Other scripts (Other open bugs)
core-(2.0)
All All
: Unprioritized major
: ---
Assigned To: Pywikipedia bugs
: easy
Depends on:
Blocks: 65136
  Show dependency treegraph
 
Reported: 2014-11-05 15:17 UTC by John Mark Vandenberg
Modified: 2014-11-17 12:02 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description John Mark Vandenberg 2014-11-05 15:17:44 UTC
$ git grep getLatestEditors
scripts/checkimages.py:            history = self.talk_page.getLatestEditors(limit=10)
scripts/template.py:        editors = page.getLatestEditors(limit=100)
Comment 1 John Mark Vandenberg 2014-11-05 15:25:26 UTC
$ 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]
Comment 2 Gerrit Notification Bot 2014-11-17 12:01:49 UTC
Change 171780 had a related patch set uploaded by John Vandenberg:
page.py: introduced ImageInfo

https://gerrit.wikimedia.org/r/171780

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links