API:
authorYuri Astrakhan <yurik@users.mediawiki.org>
Sat, 19 May 2007 20:26:08 +0000 (20:26 +0000)
committerYuri Astrakhan <yurik@users.mediawiki.org>
Sat, 19 May 2007 20:26:08 +0000 (20:26 +0000)
commitaab4c9d2050d0b579405af759a9a5b5911749183
treeac2c1ecdb152051cf991629c637bfb5f235122fc
parent041c228f215ae2260bf03e59eb323ed4da5cf615
API:
* breaking change: Converted a map of revisions into a list of revisions to allow easier json processing (no need to know map keys)
* html formatting now properly links urls ending with a '\n' string (jsonfm)
* regression: fixed allpages to return int instead of string for pageid and ns
* Added: info now returns page length, counter, and a new flag
includes/api/ApiFormatBase.php
includes/api/ApiMain.php
includes/api/ApiQueryAllpages.php
includes/api/ApiQueryInfo.php
includes/api/ApiQueryRevisions.php
includes/api/ApiResult.php