wiki.techinc.nl/includes/api
Alexandre Emsenhuber e78acdc3f1 Reduce a bit the coupling between Skin and OutputPage:
* Removed Skin::setupUserCss() and merged it in OutputPage::buildCssLinks() and OutputPage::buildCssLinksArray(), also removed its call from ApiParse.php
* Moved Skin::userCanPreview() to OutputPage since two of the three calls to that function are made from there and the last one in SkinTemplate.php is in a somewhat deprecated function
* Removed the Skin parameter from OutputPage::buildCssLinks(), OutputPage::getHeadScripts(), OutputPage::getBottomScripts() and OutputPage::makeResourceLoaderLink() since we now have a context

Also made ApiParse.php call createContext() instead of create a new RequestContext manually and set its Title  so so that it does not rely on $wgRequest and $wgTitle to get that member objects
2011-07-22 10:45:07 +00:00
..
ApiBase.php Followup r92396 rename method, fix boolean comparison that was supposed to be inverted when de-indenting 2011-07-17 16:23:29 +00:00
ApiBlock.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiComparePages.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiDelete.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiDisabled.php
ApiEditPage.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiEmailUser.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiExpandTemplates.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiFeedContributions.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiFeedWatchlist.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiFileRevert.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiFormatBase.php Follow up r92036. The global is not needed now. 2011-07-19 20:31:48 +00:00
ApiFormatDbg.php
ApiFormatDump.php
ApiFormatJson.php
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php Even more documentation in various files 2011-05-29 14:24:27 +00:00
ApiFormatYaml.php * (bug 28586) YAML: strings that are the same as boolean literals 2011-04-18 11:42:44 +00:00
ApiHelp.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiImport.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiLogin.php Followup r92396 rename method, fix boolean comparison that was supposed to be inverted when de-indenting 2011-07-17 16:23:29 +00:00
ApiLogout.php Followup r92396 rename method, fix boolean comparison that was supposed to be inverted when de-indenting 2011-07-17 16:23:29 +00:00
ApiMain.php Add a couple more useful URL's to the API help banner 2011-07-17 17:23:51 +00:00
ApiMove.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiOpenSearch.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiPageSet.php Fix fixme on r89549 2011-06-06 15:58:55 +00:00
ApiParamInfo.php * (bug 29935) Improve formatting of examples in ApiParamInfo 2011-07-18 13:19:46 +00:00
ApiParse.php Reduce a bit the coupling between Skin and OutputPage: 2011-07-22 10:45:07 +00:00
ApiPatrol.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiProtect.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiPurge.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiQuery.php Followup r92396 rename method, fix boolean comparison that was supposed to be inverted when de-indenting 2011-07-17 16:23:29 +00:00
ApiQueryAllCategories.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryAllimages.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryAllLinks.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryAllmessages.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQueryAllpages.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryAllUsers.php * (bug 29938) list=users&usprop=rights shows rights the user doesn't have 2011-07-18 21:26:33 +00:00
ApiQueryBacklinks.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryBase.php Replace more multiple calls to $this->getResult() in methods with temporary variable 2011-06-30 01:06:17 +00:00
ApiQueryBlocks.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryCategories.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQueryCategoryInfo.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQueryCategoryMembers.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryDeletedrevs.php Add a couple more useful URL's to the API help banner 2011-07-17 17:23:51 +00:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQueryExternalLinks.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQueryExtLinksUsage.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryFilearchive.php Change usages of $wgUser->getSkin() in special pages to use $this->getSkin() 2011-07-01 02:25:19 +00:00
ApiQueryImageInfo.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQueryImages.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQueryInfo.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQueryIWBacklinks.php
ApiQueryIWLinks.php Per wikitech-l, run a bunch of URLs in the API output through wfExpandUrl(), so they become fully-qualified even if they were originally protocol-relative 2011-07-13 01:27:07 +00:00
ApiQueryLangBacklinks.php Fix 2 things from CR in r88047, and one not noticed 2011-05-19 21:13:03 +00:00
ApiQueryLangLinks.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQueryLinks.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryLogEvents.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryPageProps.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQueryProtectedTitles.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryQueryPage.php Fix r78824 after some misunderstandings in the CR comments. The querypage API module was checking for disabled status and setting the 'disabled' attribute in the output, but would then happily proceed to call doQuery() on a disabled query page. 2011-07-21 18:03:25 +00:00
ApiQueryRandom.php
ApiQueryRecentChanges.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryRevisions.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQuerySearch.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQuerySiteinfo.php (bug 19838) API does not use interwiki cache. 2011-07-19 12:30:18 +00:00
ApiQueryStashImageInfo.php Actually alias sessionkey to filekey, fixes bug in r92459 2011-07-21 22:28:11 +00:00
ApiQueryTags.php Simplify checks by using wfMessage() instead of wfEmptyMsg() 2011-06-21 20:05:00 +00:00
ApiQueryUserContributions.php * (bug 28817) Add reference help page link to API Modules 2011-07-17 17:02:06 +00:00
ApiQueryUserInfo.php Followup r92396 2011-07-17 16:51:11 +00:00
ApiQueryUsers.php * (bug 29938) list=users&usprop=rights shows rights the user doesn't have 2011-07-18 21:26:33 +00:00
ApiQueryWatchlist.php Follow-up r91246. The global is no longer needed. 2011-07-19 20:28:02 +00:00
ApiQueryWatchlistRaw.php Single messages can be passed as strings to Api::dieUsageMsg() 2011-05-19 17:51:16 +00:00
ApiResult.php Fix trailing whitespace 2011-06-29 23:46:39 +00:00
ApiRollback.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiRsd.php Followup r87261 2011-05-07 14:02:22 +00:00
ApiUnblock.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiUndelete.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiUpload.php removing xdebug call 2011-07-18 18:59:56 +00:00
ApiUserrights.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00
ApiWatch.php Followup r92396, add help urls for most of the core (non query) modules 2011-07-17 16:38:24 +00:00