Support Requests item #1150812, was opened at 2005-02-23 23:32
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=1150812&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Deleted
Priority: 5
Private: No
Submitted By: Jason Y. Lee (allyunion)
Assigned to: Nobody/Anonymous (nobody)
Summary: Recent "diff"
Initial Comment:
Have the bot be able to obtain the latest diff (last
change difference) of a page.
I presume the diff function requires a diff number.
But the diff numbers seem to change, and are not
ordered in number. Is there a way to compare the
latest edit with the last edit by the previous user
(presuming that someone made multiple self edits on the
page, track back to the last different user) or last
previous logged in user?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=1150812&group_…
Bugs item #3590676, was opened at 2012-11-28 05:00
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3590676&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: DixonD (dixond)
>Assigned to: xqt (xqt)
Summary: Page._getVersionHistory returns only a part of a history
Initial Comment:
There is a bug in Page._getVersionHistory. It doesn't load the whole history it it is large. The problem in here (wikipedia.py):
if len(result['query']['pages'].values()[0]['revisions']) < revCount:
thisHistoryDone = True
I believe it should be as following:
if not getAll and len(result['query']['pages'].values()[0]['revisions']) >= revCount:
thisHistoryDone = True
Version.py:
Pywikipedia trunk/pywikipedia/ (r10745, 2012/11/20, 13:03:05)
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-12-01 00:22
Message:
Are you sure that you have set getAll=True while invoking that method?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3590676&group_…