Page MenuHomePhabricator

watchlist api doesn't return results on 1.18wmf1 (maybe trunk too?)
Closed, ResolvedPublic

Description

Result is always:

<api>

<query>
  <watchlist />
</query>

</api>


Version: 1.18.x
Severity: normal
URL: http://en.wikipedia.org/w/api.php?action=query&list=watchlist&wlprop=ids|title|timestamp|user|comment

Details

Reference
bz31526

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 11:58 PM
bzimport set Reference to bz31526.
bzimport added a subscriber: Unknown Object (MLST).

Broken by r84765, already fixmed.

Bryan.TongMinh wrote:

The fix is to use timestampOrNull, as noted in the revision. Or just revert it in 1.18wmf1.

(In reply to comment #2)

The fix is to use timestampOrNull, as noted in the revision. Or just revert it
in 1.18wmf1.

Did so in r99480.