https://bugzilla.wikimedia.org/show_bug.cgi?id=47720

       Web browser: ---
            Bug ID: 47720
           Summary: Provide information about changes to Wikidata items
                    liked with watched pages via API
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: WikidataClient
          Assignee: wikidata-b...@lists.wikimedia.org
          Reporter: listenle...@gmail.com
                CC: wikidata-b...@lists.wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---

action=query&list=watchlist with all available wlprops currently does show
changes on Wikidata, but there is no information about the revids in Wikidata:

{
 "pageid": 581684,
 "revid": 117087680,
 "old_revid": 117087680,
 "ns": 0,
 "title": "Endlichkeitssatz",
 "userid": "0",
 "user": "JAnDbot",
 "anon": "",
 "minor": "",
 "bot": "",
 "timestamp": "2013-04-26T09:08:26Z",
 "oldlen": 3649,
 "newlen": 3649,
 "notificationtimestamp": "2013-04-04T03:07:39Z",
 "comment": "",
 "parsedcomment": ""
}

revid and old_revid are the current ids for the Wikipedia article, the revids
for the Wikidata item
(https://www.wikidata.org/w/index.php?title=Q1149458&curid=1095922&diff=31258817&oldid=1783222
according to my watchlist) are not available.

Additionally I'd expect to get revid === old_revid === 0 like for log actions.
userid === "0" and anon === "" is strange, too, but probably consistent with
edits imported as XML file.

Wikidata should add something like wikidata_revid and wikidata_old_revid, to
expose these IDs to API clients.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to