Page MenuHomePhabricator

Permission warnings on Action API action=purge&forcelinkupdate= results in skipping the remaining titles from the request
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
Since the use of Authority class for ratelimit (T310476 ) in Action API's action=purge (26456e5b) any error returned by the authority class results in skipping any further title in the request (based on titles= or pageids= parameter) when using the forcelinkupdate parameter.
Reporting of permission errors was adjust in a5fc516f5b but it does not restore the previous behaviour.

That permission warnings are shown at all is T354460: purge actions are affected by permission check via $wgNamespaceProtection or config pages (.js/.css)

What should have happened instead?:
The previous behaviour was to only skip further linkpurges when already ratelimited.

Software version (skip for WMF-hosted wikis like Wikipedia): master