* API: help screen now shows default and allowed parameter values
authorYuri Astrakhan <yurik@users.mediawiki.org>
Mon, 16 Oct 2006 00:08:03 +0000 (00:08 +0000)
committerYuri Astrakhan <yurik@users.mediawiki.org>
Mon, 16 Oct 2006 00:08:03 +0000 (00:08 +0000)
commit262435b9f8a1b5ba478af3e638ec2999a73aff51
tree887fe1ec6124ff51bf7286c7d1ad8c6eda6b4a6b
parentb19cf7f3aa2c76535150e1757719ad003131f28c
* API: help screen now shows default and allowed parameter values
* API: added experimental watchlist rss/atom feed
* API: if available, json_encode() will be used
* API: opensearch parameter changed to "search=" (more descriptive)
* API: minor parameter cleanup, a wrapper for Feed class
13 files changed:
includes/AutoLoader.php
includes/api/ApiBase.php
includes/api/ApiFeedWatchlist.php [new file with mode: 0644]
includes/api/ApiFormatBase.php
includes/api/ApiFormatJson.php
includes/api/ApiFormatXml.php
includes/api/ApiMain.php
includes/api/ApiOpenSearch.php
includes/api/ApiQueryAllpages.php
includes/api/ApiQueryBase.php
includes/api/ApiQueryRevisions.php
includes/api/ApiQueryWatchlist.php
includes/api/ApiResult.php