wiki.techinc.nl/includes/api
2008-05-10 09:29:34 +00:00
..
ApiBase.php * (bug 13965) Hardcoded 51 limit on titles is too limiting 2008-05-06 05:12:47 +00:00
ApiBlock.php Committing patch for bug 10931, which also fixes bug 13651. For a detailed explanation of what this commit does, see bug 10931 comment #24 2008-04-11 15:20:45 +00:00
ApiDelete.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiEditPage.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiExpandTemplates.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiFeedWatchlist.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiFormatBase.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiFormatDbg.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiFormatJson.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiFormatJson_json.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiFormatPhp.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiFormatTxt.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiFormatWddx.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiFormatXml.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiFormatYaml.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiFormatYaml_spyc.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiHelp.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiLogin.php API: action=login now returns the correct waiting time in the details property 2008-04-14 13:27:30 +00:00
ApiLogout.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiMain.php Re-applying r34440 (documenting ApiQueryBase) 2008-05-10 09:29:34 +00:00
ApiMove.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiOpenSearch.php Ajax suggestions: 2008-04-15 23:06:28 +00:00
ApiPageSet.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiParamInfo.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiParse.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiProtect.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQuery.php (bug 13735) Added prop=categoryinfo module 2008-04-26 15:30:27 +00:00
ApiQueryAllCategories.php API: 2008-04-29 09:01:13 +00:00
ApiQueryAllimages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQueryAllLinks.php (bug 14018) Added alcontinue parameter to list=alllinks to improve paging; used to cause an infinite loop when a lot of links to the same title (e.g. [[Wiki]] on enwiki, more than 500 links) were listed. This basically adds the page ID to the continue value, making it unique. Also killed another useless ORDER BY pl_namespace 2008-05-07 19:15:06 +00:00
ApiQueryAllmessages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQueryAllpages.php Revert to r34430 in order to revert r34431 which is breaking the site (unindexed filesorts) 2008-05-09 18:00:15 +00:00
ApiQueryAllUsers.php Revert to r34430 in order to revert r34431 which is breaking the site (unindexed filesorts) 2008-05-09 18:00:15 +00:00
ApiQueryBacklinks.php Revert to r34430 in order to revert r34431 which is breaking the site (unindexed filesorts) 2008-05-09 18:00:15 +00:00
ApiQueryBase.php Re-applying r34440 (documenting ApiQueryBase) 2008-05-10 09:29:34 +00:00
ApiQueryBlocks.php API: Fixed handling of usernames containing spaces in list=block 2008-04-26 14:09:16 +00:00
ApiQueryCategories.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQueryCategoryInfo.php (bug 13735) Added prop=categoryinfo module 2008-04-26 15:30:27 +00:00
ApiQueryCategoryMembers.php API: 2008-04-29 09:01:13 +00:00
ApiQueryDeletedrevs.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQueryExternalLinks.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQueryExtLinksUsage.php (bug 13819) API: exturlusage paging skipped an item 2008-04-22 12:46:00 +00:00
ApiQueryImageInfo.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQueryImages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQueryInfo.php API: Expose cascading protection via inprop=protection for non-existent pages. 2008-05-05 09:37:14 +00:00
ApiQueryLangLinks.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQueryLinks.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQueryLogEvents.php Revert to r34430 in order to revert r34431 which is breaking the site (unindexed filesorts) 2008-05-09 18:00:15 +00:00
ApiQueryRandom.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQueryRecentChanges.php Revert to r34430 in order to revert r34431 which is breaking the site (unindexed filesorts) 2008-05-09 18:00:15 +00:00
ApiQueryRevisions.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQuerySearch.php (bug 13792) Broken titles are now silently skipped in API search results. 2008-04-19 17:24:38 +00:00
ApiQuerySiteinfo.php Revert to r34430 in order to revert r34431 which is breaking the site (unindexed filesorts) 2008-05-09 18:00:15 +00:00
ApiQueryUserContributions.php Revert to r34430 in order to revert r34431 which is breaking the site (unindexed filesorts) 2008-05-09 18:00:15 +00:00
ApiQueryUserInfo.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiQueryUsers.php Revert to r34430 in order to revert r34431 which is breaking the site (unindexed filesorts) 2008-05-09 18:00:15 +00:00
ApiQueryWatchlist.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiResult.php API: Make ApiResult::setIndexedTagName_recursive() actually work. This fixes bug 13836 2008-04-26 14:40:54 +00:00
ApiRollback.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiUnblock.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ApiUndelete.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00