https://bugzilla.wikimedia.org/show_bug.cgi?id=57926
--- Comment #6 from Antoine "hashar" Musso <[email protected]> --- The Parsoid does queries to the MediaWiki API to get some content to render. One of the request is logged in api.log as: format=json action=visualeditor page=Marching_band paction=parse I used ApiSandbox to reproduce that query: http://en.wikipedia.beta.wmflabs.org/wiki/Special:ApiSandbox#action=visualeditor&format=json&page=Marching_band&paction=parse The response contains among other things: http://en.wikipedia.org/wiki/Special:Redirect/revision/51845 <title>Marching_band</title> Describe the new page here. "basetimestamp": "20120103034343", "starttimestamp": "20131203212539", "oldid": 51845 The redirection to old id 51845 yields page https://en.wikipedia.org/w/index.php?oldid=51845 which is the 'Pérez Prado' article. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
