API: Add timestamp of block to blockinfo
authorDerk-Jan Hartman <hartman.wiki@gmail.com>
Mon, 31 Mar 2014 21:17:20 +0000 (23:17 +0200)
committerBrian Wolff <bawolff+wn@gmail.com>
Sun, 14 Sep 2014 23:02:04 +0000 (20:02 -0300)
commitd87164e91ad5794b4b0fd7982c62b6b85f0d5ec3
tree039f6587ebdbf7874ed71b61dd89cdc3ae96b75b
parentb82a8a080a4fdff6abd36290ff77f583a363127a
API: Add timestamp of block to blockinfo

This change affects list=allusers, list=users
and meta=userinfo.

Note: This change also add block expiry to meta=userinfo.
Unlike this field in other modules, it formats the timestamp
properly, instead of just dumping db contents.

Resurrecting from abandoned change Ifdeac5c5f547

Bug: 63326
Change-Id: I4b3e55fe2d07271e1ded89d36d0b98de0e643177
RELEASE-NOTES-1.24
includes/api/ApiQueryAllUsers.php
includes/api/ApiQueryBase.php
includes/api/ApiQueryUserInfo.php
includes/api/ApiQueryUsers.php