Last modified: 2014-03-04 23:08:49 UTC
The response from https://en.m.wikipedia.org/w/api.php?format=json&action=mobileview&page=Talk%3AChinese+whispers&variant=en&redirects=yes&prop=sections%7Ctext&noheadings=yes§ionprop=level%7Cline%7Canchor§ions=all doesn't reflect the state of the page in that https://en.m.wikipedia.org/wiki/Talk:Chinese_whispers has sections and only one section is returned in the API response.
This blocks pushing talk overlays to stable as well as ajax page loading as the API is returning unexpected results. We should work out why.
This seems to be fixed now in this particular example. Looks like the formatter refactor may have taken care of this. We will reopen if it comes back.
I discovered at least 2 issues here: * People abusing .toc - because we strip it we get a wrong number of headings. Should be resolved with https://gerrit.wikimedia.org/r/80578 * Parser bug(?) - == <center> foo </center> == resulting in two <h2>s being outputted.
The latter is reported as bug 54616.
Max, that patchset has been merged - is this now resolved?
We're still removing .toc due to parser cache, and the latter issue is still there.
Confused - what is the current action that needs to be taken for this bug to get resolved?
Doesn't seem to be actionable at current time. Please reopen if it is.