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

--- Comment #1 from Helder <[email protected]> ---
In the Firefox console, I see the following API request when the popup shows
up:
https://pt.wikipedia.org/w/api.php?action=query&format=json&prop=extracts|pageimages|revisions|info&redirects=true&exintro=true&exsentences=2&explaintext=true&piprop=thumbnail&pithumbsize=300&rvprop=timestamp&inprop=watched&indexpageids=true&titles=Usu%C3%A1rio%28a%29%3AAleph73

The data returned is this:
{
    "query": {
        "pageids": [
            "265488"
        ],
        "pages": {
            "265488": {
                "pageid": 265488,
                "ns": 2,
                "title": "Usu\u00e1rio(a):Aleph73",
                "extract": "Designer gr\u00e1fico brasileiro.",
                "revisions": [
                    {
                        "timestamp": "2006-05-04T06:48:52Z"
                    }
                ],
                "contentmodel": "wikitext",
                "pagelanguage": "pt",
                "touched": "2013-12-16T22:07:20Z",
                "lastrevid": 2001783,
                "counter": "",
                "length": 265
            }
        }
    }
}

It seems the popup is taking the date of the latest edit to the user's talk
page[1] instead of his lastest contribution.

This is not what the user expects to see in that popup.

[1] https://pt.wikipedia.org/w/index.php?diff=2001783

-- 
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

Reply via email to