wiki.techinc.nl/includes/api
2008-03-21 06:28:02 +00:00
..
ApiBase.php $value should come in as a string (if it doesn't, trim() will cast it to one anyway). Once trimmed, a truly empty list should be "" not "0". This fixes the massive namespace param breakage. 2008-03-21 06:28:02 +00:00
ApiBlock.php
ApiChangeRights.php
ApiDelete.php
ApiEditPage.php
ApiExpandTemplates.php
ApiFeedWatchlist.php
ApiFormatBase.php
ApiFormatDbg.php
ApiFormatJson.php
ApiFormatJson_json.php
ApiFormatPhp.php
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php
ApiFormatYaml.php
ApiFormatYaml_spyc.php
ApiHelp.php
ApiLogin.php API: 2008-03-16 19:08:30 +00:00
ApiLogout.php
ApiMain.php Updated credits per discussion with Brion 2008-03-20 06:54:24 +00:00
ApiMove.php
ApiOpenSearch.php
ApiPageSet.php (bug 13390) Invalid title no longer kills an entire API query 2008-03-18 15:17:24 +00:00
ApiParamInfo.php
ApiParse.php
ApiProtect.php
ApiQuery.php (bug 13390) Invalid title no longer kills an entire API query 2008-03-18 15:17:24 +00:00
ApiQueryAllCategories.php * (bug 13395) list=allcategories should use category table 2008-03-20 09:20:23 +00:00
ApiQueryAllimages.php API: Adding aiprop parameter to list=allimages, some cleanup 2008-03-17 18:51:32 +00:00
ApiQueryAllLinks.php
ApiQueryAllmessages.php * Introduced list=allimages 2008-03-17 08:25:22 +00:00
ApiQueryAllpages.php
ApiQueryAllUsers.php
ApiQueryBacklinks.php API: 2008-03-18 19:31:02 +00:00
ApiQueryBase.php
ApiQueryBlocks.php
ApiQueryCategories.php
ApiQueryCategoryMembers.php Partial revert of r32097: please don't introduce this hybrid behavior thing, it'll only confuse people (has been discussed before). Spending 9 bytes on "Category:" won't kill anyone and ensures consistency with iutitle 2008-03-18 14:59:44 +00:00
ApiQueryDeletedrevs.php
ApiQueryExternalLinks.php Missing pages in prop=langlinks and prop=extlinks are now handled properly. (bug 13442) 2008-03-20 18:23:55 +00:00
ApiQueryExtLinksUsage.php
ApiQueryImageInfo.php
ApiQueryImages.php
ApiQueryInfo.php
ApiQueryLangLinks.php Missing pages in prop=langlinks and prop=extlinks are now handled properly. (bug 13442) 2008-03-20 18:23:55 +00:00
ApiQueryLinks.php
ApiQueryLogEvents.php
ApiQueryRandom.php
ApiQueryRecentChanges.php
ApiQueryRevisions.php
ApiQuerySearch.php
ApiQuerySiteinfo.php
ApiQueryUserContributions.php
ApiQueryUserInfo.php
ApiQueryUsers.php
ApiQueryWatchlist.php (bug 13444) Add description to list=watchlist 2008-03-20 18:28:02 +00:00
ApiResult.php
ApiRollback.php
ApiUnblock.php
ApiUndelete.php