API:
authorYuri Astrakhan <yurik@users.mediawiki.org>
Thu, 9 Aug 2007 08:41:58 +0000 (08:41 +0000)
committerYuri Astrakhan <yurik@users.mediawiki.org>
Thu, 9 Aug 2007 08:41:58 +0000 (08:41 +0000)
commit4e63c68bb6949dcaabae1ef13b4ce77127ffa7f7
tree47314592af3bd1ecdd8ca4caa9fefd4e34c86cbb
parent093acd200a4fae293fb6c3e580da4a63471ab777
API:
* Added rvprop=size to prop=revisions. Can get the size of all the revisions. The size will not be shown if it is NULL in the database.
* (Experimental) list=allpages now allows to filter by article min/max size and protection status (thanks to [[en:user:madman]] for the idea).  The database performance of this addition might be so severe that I might have to remove or restrict it.
Breaking change:
* list=exturlusage XML element's tag is now 'eu' instead of 'p' to be more consistent with the other results.
includes/api/ApiQueryAllpages.php
includes/api/ApiQueryExtLinksUsage.php