wiki.techinc.nl/includes/api
2011-03-07 22:58:26 +00:00
..
ApiBase.php Followup r82060 2011-03-03 23:22:39 +00:00
ApiBlock.php Per Platonides, fix for r82686: make ApiUploadTest work again 2011-03-02 12:52:47 +00:00
ApiDelete.php Implement getRequireOnlyOneParameterErrorMessages, to make the error messages requireOnlyOneParameter can throw. 2011-02-25 19:09:39 +00:00
ApiDisabled.php
ApiEditPage.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiEmailUser.php (bug 27862; follow-up r77714) Make emailuser api module not freak out when SpecialEmailUser returns a status object instead of true. 2011-03-05 03:35:49 +00:00
ApiExpandTemplates.php
ApiFeedWatchlist.php
ApiFileRevert.php More documentation 2011-03-07 14:59:41 +00:00
ApiFormatBase.php
ApiFormatDbg.php
ApiFormatDump.php
ApiFormatJson.php
ApiFormatPhp.php
ApiFormatRaw.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php
ApiFormatYaml.php
ApiHelp.php
ApiImport.php
ApiLogin.php (follow-up: r83371) Fix variable name typo. $this to $loginForm. 2011-03-06 09:14:04 +00:00
ApiLogout.php
ApiMain.php (bug 27018) Added action=filerevert to revert files to an old version. Copied procedure from FileRevertForm, as most of the verification procedure is simple enough to not warrant the effort of writing a dedicated backend. 2011-03-05 17:23:35 +00:00
ApiMove.php More documentation 2011-03-07 14:59:41 +00:00
ApiOpenSearch.php
ApiPageSet.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiParamInfo.php
ApiParse.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiPatrol.php
ApiProtect.php
ApiPurge.php
ApiQuery.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryAllCategories.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryAllimages.php Documentation and explicit variable definitions 2011-03-07 14:45:11 +00:00
ApiQueryAllLinks.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryAllmessages.php * Add a amtitle param to meta=allmessages 2011-02-09 15:19:45 +00:00
ApiQueryAllpages.php Follow-up r82853: Filter out create restriction from SpecialProtectedPages and Api. Added Title::getFilteredRestrictionTypes() for this purpose. 2011-02-26 16:29:48 +00:00
ApiQueryAllUsers.php Followup r83390 2011-03-06 20:51:31 +00:00
ApiQueryBacklinks.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiQueryBase.php Fix r83390, need to do where ipb_deleted IS NULL as we're left joining in the table, so it can be null 2011-03-07 22:58:26 +00:00
ApiQueryBlocks.php * (bug 27616) Add userid of blocked user and blocker to list=blocks 2011-02-21 19:48:15 +00:00
ApiQueryCategories.php Bit of documentation, explicitness, variable definition 2011-02-24 23:03:00 +00:00
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php * (bug 27717) API's exturlusage module does not respect $wgMiserMode 2011-03-06 19:15:07 +00:00
ApiQueryDeletedrevs.php Per Platonides, fix for r82686: make ApiUploadTest work again 2011-03-02 12:52:47 +00:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryExternalLinks.php Refactor out the duplication I left with a TODO in r79659 2011-02-27 21:31:47 +00:00
ApiQueryExtLinksUsage.php * (bug 27717) API's exturlusage module does not respect $wgMiserMode 2011-03-06 19:15:07 +00:00
ApiQueryFilearchive.php Follow-up r83461, replace deleted with hidden and reverse the word, e.g. deletedfile->filehidden. Consistency with prop=revision etc. (In Soviet-Russia, file hides you!) 2011-03-07 17:17:57 +00:00
ApiQueryImageInfo.php Follow-up r83286: detabify description for mediatype 2011-03-05 15:14:49 +00:00
ApiQueryImages.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryInfo.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiQueryIWBacklinks.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryIWLinks.php
ApiQueryLangLinks.php
ApiQueryLinks.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryLogEvents.php
ApiQueryPageProps.php * (bug 27479) API error when using both prop=pageprops and prop=info&inprop=displaytitle 2011-02-16 23:38:21 +00:00
ApiQueryProtectedTitles.php Tweak some documentation 2011-02-27 00:40:06 +00:00
ApiQueryQueryPage.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryRandom.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiQueryRecentChanges.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiQueryRevisions.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiQuerySearch.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQuerySiteinfo.php
ApiQueryStashImageInfo.php Commit stuff from my w/c 2011-02-25 16:53:33 +00:00
ApiQueryTags.php Remove second parameters from wfEmptyMsg() calls 2011-03-07 17:10:22 +00:00
ApiQueryUserContributions.php
ApiQueryUserInfo.php Per Platonides, fix for r82686: make ApiUploadTest work again 2011-03-02 12:52:47 +00:00
ApiQueryUsers.php Followup r83390 2011-03-06 20:51:31 +00:00
ApiQueryWatchlist.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryWatchlistRaw.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiResult.php (bug 27018) Added action=filerevert to revert files to an old version. Copied procedure from FileRevertForm, as most of the verification procedure is simple enough to not warrant the effort of writing a dedicated backend. 2011-03-05 17:23:35 +00:00
ApiRollback.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiRsd.php
ApiUnblock.php Per Platonides, fix for r82686: make ApiUploadTest work again 2011-03-02 12:52:47 +00:00
ApiUndelete.php
ApiUpload.php Implement getRequireOnlyOneParameterErrorMessages, to make the error messages requireOnlyOneParameter can throw. 2011-02-25 19:09:39 +00:00
ApiUserrights.php
ApiWatch.php