Page MenuHomePhabricator

CheckUser API list=checkuserlog query does not contain a query-continue element
Closed, ResolvedPublic

Description

Author: hersfoldwiki

Description:
When using the API to access CheckUser logs[1], the results returned by the API do not provide a "query-continue" parameter as other query calls do[2]. This element is important for programs attempting to access this information, as it a) informs the program that there are still log entries fitting the specified criteria and thus another query needs to be run and b) prevents the retrieval of the same log entry twice by ensuring that subsequent queries continue where the previous one left off. Please ensure that the CheckUser API provides this information. Thanks!

[1]: https://en.wikipedia.org/w/api.php?action=query&list=checkuserlog (must be logged into an en.wiki checkuser account)
[2]: https://en.wikipedia.org/w/api.php?action=query&list=logevents


Version: unspecified
Severity: normal

Details

Reference
bz43943

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:12 AM
bzimport added a project: CheckUser.
bzimport set Reference to bz43943.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of bug 40658 ***