Page MenuHomePhabricator

MobileFrontend uses deprecated llurl parameter to API action=query&prop=langlinks
Closed, ResolvedPublic

Description

The llurl parameter to action=query&prop=langlinks has been deprecated since MediaWiki 1.23. Please change to use llprop=url instead.

I see you're using this from frontend JS in extensions/MobileFrontend/resources/mobile.startup/PageGateway.js, and also in extensions/MobileFrontend/includes/specials/SpecialMobileLanguages.php.

Event Timeline

Anomie raised the priority of this task from to Needs Triage.
Anomie updated the task description. (Show Details)
Anomie added a project: MobileFrontend.
Anomie subscribed.

Change 264104 had a related patch set uploaded (by Sumit):
Replace deprecated 'llurl=true' with 'llprop=url'

https://gerrit.wikimedia.org/r/264104

Change 264104 merged by jenkins-bot:
Replace deprecated 'llurl=true' with 'llprop=url'

https://gerrit.wikimedia.org/r/264104

Sumit claimed this task.