* API: Restructured to allow internal usage. Error handling cleanup.
authorYuri Astrakhan <yurik@users.mediawiki.org>
Sat, 14 Oct 2006 07:18:08 +0000 (07:18 +0000)
committerYuri Astrakhan <yurik@users.mediawiki.org>
Sat, 14 Oct 2006 07:18:08 +0000 (07:18 +0000)
commitb56d23ed4691c9bd1711c334efb94fe7156ccb75
tree90bce59bc6b6ebae324a8bd1a9f0930cf4690d6a
parentdd785270d78e0c9d1dd6bde1d5cea1617b5b209f
* API: Restructured to allow internal usage. Error handling cleanup.
* API: Added opensearch module, added apprefix param for list=allpages
api.php
includes/AutoLoader.php
includes/api/ApiBase.php
includes/api/ApiFormatBase.php
includes/api/ApiFormatJson.php
includes/api/ApiFormatXml.php
includes/api/ApiFormatYaml.php
includes/api/ApiMain.php
includes/api/ApiOpenSearch.php [new file with mode: 0644]
includes/api/ApiQueryAllpages.php