wiki.techinc.nl/includes/api
2008-09-30 21:03:38 +00:00
..
ApiBase.php *Don't let the API action=protect set actions that aren't in $wgRestrictionTypes or levels not in $wgRestrictionLevels 2008-09-18 21:30:51 +00:00
ApiBlock.php (bug 15486) API action=block ignores autoblock parameter 2008-09-05 15:05:57 +00:00
ApiDelete.php API: Uniformizing descriptions for write modules 2008-09-07 19:12:41 +00:00
ApiDisabled.php API: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabled by putting $wgAPIModules['foo'] = 'ApiDisabled'; in LocalSettings.php 2008-09-25 20:50:50 +00:00
ApiEditPage.php Fixing a function call. 2008-09-30 16:08:39 +00:00
ApiEmailUser.php API: 2008-09-25 21:39:36 +00:00
ApiExpandTemplates.php
ApiFeedWatchlist.php
ApiFormatBase.php * (bug 15392) ApiFormatBase::formatHTML now uses $wgUrlProtocols. 2008-08-31 17:11:22 +00:00
ApiFormatDbg.php
ApiFormatJson.php
ApiFormatJson_json.php Wrapped certain tricky constructs in @cond/@endcond to prevent Doxygen 2008-08-06 03:55:49 +00:00
ApiFormatPhp.php
ApiFormatTxt.php
ApiFormatWddx.php (bug 15673) Add indentation and newlines to format=wddxfm output: 2008-09-25 14:23:24 +00:00
ApiFormatXml.php * (bug 15497) Removed encoding attribute from <?xml ?> tags 2008-09-10 13:39:24 +00:00
ApiFormatYaml.php
ApiFormatYaml_spyc.php (bug 15448) YAML output returns empty strings instead of 0. Surprisingly, this was not caused by PHP's "helpful" 0=='' ; research shows this was a regression from r32485 that no one ever noticed 2008-09-03 14:47:49 +00:00
ApiHelp.php
ApiLogin.php (bug 15479) action=login no longer sets wait parameter when result="Throttled"; regression from r40054 2008-09-04 19:48:48 +00:00
ApiLogout.php
ApiMain.php Forgot to commit a file in my TODO/FIXME crusade. 2008-09-25 22:41:03 +00:00
ApiMove.php We can at least *pretend* to be consistent here 2008-09-25 21:41:13 +00:00
ApiOpenSearch.php
ApiPageSet.php (bug 15228) Throw a warning instead of an error when revids= and redirects are combined. Also fixed a bug that caused warnings thrown in ApiPageSet.php to appear in an <ApiPageSet> tag rather than <query> 2008-08-18 20:48:45 +00:00
ApiParamInfo.php (bug 15359) Add APIGetAllowedParams and APIGetParamDescription hooks 2008-09-07 19:04:51 +00:00
ApiParse.php Fixes for r41154 and r41155: 2008-09-24 09:44:45 +00:00
ApiPatrol.php Fix some doxygen stuff. 2008-09-19 00:21:03 +00:00
ApiProtect.php (bug 15791) Typo in API docs, APIProtect has some remnants of help messages from deletion/restoration. 2008-09-30 21:03:38 +00:00
ApiPurge.php Fix some doxygen stuff. 2008-09-19 00:21:03 +00:00
ApiQuery.php (bug 15653) Add prop=duplicatefiles to the API 2008-09-27 11:42:28 +00:00
ApiQueryAllCategories.php API: 2008-08-27 16:48:30 +00:00
ApiQueryAllimages.php API: Add the name attribute back to list=allimages; it disappeared in r35085 2008-09-27 11:04:23 +00:00
ApiQueryAllLinks.php API: 2008-08-27 16:48:30 +00:00
ApiQueryAllmessages.php
ApiQueryAllpages.php (bug 15706) Empty values for apprtype and apprlevel are now silently ignored rather than causing an exception 2008-09-25 14:50:09 +00:00
ApiQueryAllUsers.php
ApiQueryBacklinks.php API: 2008-08-19 15:05:29 +00:00
ApiQueryBase.php (bug 15471) Fix regression from r40088 which caused apprefix=Main_Page/ to fail because Main Page/. is not a valid title 2008-09-04 13:42:22 +00:00
ApiQueryBlocks.php Fixed more wfGetDB() calls with no arguments. 2008-09-21 09:15:28 +00:00
ApiQueryCategories.php (bug 15348) prop=categories returns timestamps that aren't in ISO 8601 format 2008-08-28 16:26:27 +00:00
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php
ApiQueryDeletedrevs.php Revert r40792. Filesort is gone, but table scan is still there for time range. 2008-09-13 20:41:58 +00:00
ApiQueryDisabled.php API: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabled by putting $wgAPIModules['foo'] = 'ApiDisabled'; in LocalSettings.php 2008-09-25 20:50:50 +00:00
ApiQueryDuplicateFiles.php (bug 15653) Add prop=duplicatefiles to the API 2008-09-27 11:42:28 +00:00
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php
ApiQueryImageInfo.php * Don't force rendering in File::getThumbnail(). The old code (pre-filerepo) required rendering to be forced all the time, the new code is much smarter about when to render and doesn't need rendering to be forced. Forcing rendering causes non-scaler servers to be used for scaling. 2008-09-05 04:23:24 +00:00
ApiQueryImages.php
ApiQueryInfo.php Kill undefined variable warnings. 2008-09-27 11:26:34 +00:00
ApiQueryLangLinks.php
ApiQueryLinks.php (bug 15173) Make prop={links,templatelinks} not break in PostgreSQL 2008-08-16 21:02:31 +00:00
ApiQueryLogEvents.php * (bug 15492) list=recentchanges&rctype=log does't list log action 2008-09-06 12:18:36 +00:00
ApiQueryRandom.php Tweaks for r40686, r40687: 2008-09-10 13:30:42 +00:00
ApiQueryRecentChanges.php * (bug 15492) list=recentchanges&rctype=log does't list log action 2008-09-06 12:18:36 +00:00
ApiQueryRevisions.php * Split patrol code 2008-09-04 15:17:51 +00:00
ApiQuerySearch.php API: Let list=search throw away missing titles. Lucene will sometimes give us pages that have recently been deleted. 2008-08-16 21:00:19 +00:00
ApiQuerySiteinfo.php
ApiQueryUserContributions.php
ApiQueryUserInfo.php Followup to r41257: don't give out a token when we're in JSON callback mode 2008-09-25 15:27:04 +00:00
ApiQueryUsers.php
ApiQueryWatchlist.php
ApiResult.php
ApiRollback.php Remove unused global declaration. 2008-09-11 02:03:34 +00:00
ApiUnblock.php wfReadOnly now checked in ApiMain::requestWriteMode 2008-08-28 20:25:53 +00:00
ApiUndelete.php wfReadOnly now checked in ApiMain::requestWriteMode 2008-08-28 20:25:53 +00:00
ApiWatch.php missing svn:keywords property 2008-09-04 22:20:32 +00:00