wiki.techinc.nl/includes/api
2011-11-03 19:14:46 +00:00
..
ApiBase.php Fix for r100905: 2011-10-27 18:46:40 +00:00
ApiBlock.php Documentation 2011-10-27 00:46:17 +00:00
ApiComparePages.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiDelete.php Documentation 2011-10-27 00:46:17 +00:00
ApiDisabled.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiEditPage.php Per Aaron, fix for r89405: introduced DerivativeRequest to allow to override the request parameters, but not headers, cookies and session. Updated ApiEditPage (for the bug) and ApiLogin (for future use) 2011-11-03 19:14:46 +00:00
ApiEmailUser.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiExpandTemplates.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiFeedContributions.php Documentation 2011-10-27 00:46:17 +00:00
ApiFeedWatchlist.php Documentation 2011-10-27 00:46:17 +00:00
ApiFileRevert.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiFormatBase.php Documentation 2011-10-27 00:46:17 +00:00
ApiFormatDbg.php
ApiFormatDump.php
ApiFormatJson.php
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php Update documentation 2011-10-28 18:10:41 +00:00
ApiFormatXml.php (bug 24781) The API will include an XML namespace if the includexmlnamespace parameter is set. 2011-10-06 20:11:44 +00:00
ApiFormatYaml.php
ApiHelp.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiImport.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiLogin.php Per Aaron, fix for r89405: introduced DerivativeRequest to allow to override the request parameters, but not headers, cookies and session. Updated ApiEditPage (for the bug) and ApiLogin (for future use) 2011-11-03 19:14:46 +00:00
ApiLogout.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiMain.php Followup r100927 and r100905, when setting a FauxRequest use the NEW context 2011-10-29 16:14:11 +00:00
ApiMove.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiOpenSearch.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiPageSet.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiParamInfo.php Refactor variables to give somewhat useful names 2011-09-16 18:28:24 +00:00
ApiParse.php Update documentation 2011-10-28 18:10:41 +00:00
ApiPatrol.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiProtect.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiPurge.php Followup 100905, fixing usages of getContext() 2011-10-26 23:34:31 +00:00
ApiQuery.php Make use of Title::isSpecialPage() in various places 2011-11-02 20:55:08 +00:00
ApiQueryAllCategories.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryAllimages.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryAllLinks.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryAllmessages.php Introduce MessageCache::getAllMessageKeys(), which returns all message keys stored in the MessageCache, and use this to power the amincludelocal parameter in meta=allmessages which adds messages that don't exist in PHP but exist as MediaWiki: pages only. 2011-09-14 19:59:50 +00:00
ApiQueryAllpages.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryAllUsers.php list=allusers was throwing fatals when invalid user names occurred in the database. Address this scenario gracefully 2011-10-11 15:45:27 +00:00
ApiQueryBacklinks.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryBase.php Update documentation 2011-10-28 18:10:41 +00:00
ApiQueryBlocks.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiQueryCategories.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryCategoryInfo.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryCategoryMembers.php arrray -> array 2011-11-01 23:48:09 +00:00
ApiQueryDeletedrevs.php Documentation 2011-10-27 00:46:17 +00:00
ApiQueryDisabled.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryDuplicateFiles.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryExternalLinks.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryExtLinksUsage.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryFilearchive.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiQueryImageInfo.php Call Linker methods statically 2011-09-16 19:35:14 +00:00
ApiQueryImages.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryInfo.php Update documentation 2011-10-28 18:10:41 +00:00
ApiQueryIWBacklinks.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryIWLinks.php Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are now no calls to wfExpandUrl() in core that rely on PROTO_CURRENT being the default. Also switch to using getCanonicalUrl() for.... rel="canonical" :D (I picked the right name, I KNEW IT) 2011-08-19 15:46:08 +00:00
ApiQueryLangBacklinks.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryLangLinks.php Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are now no calls to wfExpandUrl() in core that rely on PROTO_CURRENT being the default. Also switch to using getCanonicalUrl() for.... rel="canonical" :D (I picked the right name, I KNEW IT) 2011-08-19 15:46:08 +00:00
ApiQueryLinks.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryLogEvents.php (bug 29392) Setting the start or end parameter now works with lists blocks, categorymembers, deletedrevs, logevents, protectedtitles, usercontributions and watchlist in Postgres. 2011-10-06 20:46:24 +00:00
ApiQueryPageProps.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryProtectedTitles.php (bug 29392) Setting the start or end parameter now works with lists blocks, categorymembers, deletedrevs, logevents, protectedtitles, usercontributions and watchlist in Postgres. 2011-10-06 20:46:24 +00:00
ApiQueryQueryPage.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiQueryRandom.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryRecentChanges.php Documentation 2011-10-27 00:46:17 +00:00
ApiQueryRevisions.php Documentation 2011-10-27 00:46:17 +00:00
ApiQuerySearch.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQuerySiteinfo.php Merge r97789 into trunk 2011-09-22 11:04:30 +00:00
ApiQueryStashImageInfo.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryTags.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryUserContributions.php Update documentation 2011-10-28 18:10:41 +00:00
ApiQueryUserInfo.php Documentation 2011-10-27 00:46:17 +00:00
ApiQueryUsers.php Documentation 2011-10-27 00:46:17 +00:00
ApiQueryWatchlist.php (bug 32051) Fix description for wlprop=sizes 2011-10-30 21:02:11 +00:00
ApiQueryWatchlistRaw.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiResult.php more accurate documentation for addValue() method 2011-10-19 00:53:39 +00:00
ApiRollback.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiRsd.php Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are now no calls to wfExpandUrl() in core that rely on PROTO_CURRENT being the default. Also switch to using getCanonicalUrl() for.... rel="canonical" :D (I picked the right name, I KNEW IT) 2011-08-19 15:46:08 +00:00
ApiUnblock.php Documentation 2011-10-27 00:46:17 +00:00
ApiUndelete.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiUpload.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiUserrights.php Adding context to the API 2011-10-26 23:27:01 +00:00
ApiWatch.php Kill various unused variables 2011-10-29 01:17:26 +00:00