API * better self-description for various modules
authorYuri Astrakhan <yurik@users.mediawiki.org>
Fri, 3 Nov 2006 06:53:47 +0000 (06:53 +0000)
committerYuri Astrakhan <yurik@users.mediawiki.org>
Fri, 3 Nov 2006 06:53:47 +0000 (06:53 +0000)
commited43f714f484a7f7df9a3577ea8b0061717da164
tree2838ec2605591a0eed9f4c14772aa00f63e1ac8e
parentf0b47f3f4539d39cbde6a1ecc8e583ae81801b40
API * better self-description for various modules
* namespace type for parameters
* fixed bug with incorrect ordering in paging
* fixed bug with revisions and watchlist paging
17 files changed:
includes/api/ApiBase.php
includes/api/ApiFormatBase.php
includes/api/ApiFormatJson.php
includes/api/ApiFormatPhp.php
includes/api/ApiFormatWddx.php
includes/api/ApiFormatXml.php
includes/api/ApiFormatYaml.php
includes/api/ApiMain.php
includes/api/ApiQuery.php
includes/api/ApiQueryAllpages.php
includes/api/ApiQueryBacklinks.php
includes/api/ApiQueryBase.php
includes/api/ApiQueryContributions.php
includes/api/ApiQueryLogEvents.php
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryRevisions.php
includes/api/ApiQueryWatchlist.php