wiki.techinc.nl/includes/api
2009-08-27 18:25:51 +00:00
..
ApiBase.php * Cleanup ApiUpload 2009-08-26 19:38:38 +00:00
ApiBlock.php
ApiDelete.php * Per my CR comments on r44560: merged FileCache into RepoGroup and fixed wfFindFile() global function bloat. Did not port unused functions such as the batch loading functions. 2009-08-15 09:59:59 +00:00
ApiDisabled.php
ApiEditPage.php Cleaning up some old PHP 4 object-reference usage in some edit filtering hooks. 2009-08-21 21:51:29 +00:00
ApiEmailUser.php
ApiExpandTemplates.php
ApiFeedWatchlist.php Don't overload wluser parameter, use new wlowner 2009-07-26 17:04:22 +00:00
ApiFormatBase.php
ApiFormatDbg.php
ApiFormatJson.php * removed plain-text output because IE is retarded treats plain-text as html (in fact no mime type I have found lets you send text to IE and have it treat it like text :( .... 2009-08-15 22:38:01 +00:00
ApiFormatJson_json.php * updates for strict compliance mode chunk uploading 2009-07-25 03:25:01 +00:00
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php (bug 19528) Added XSLT parameter to API queries in format=xml 2009-07-13 21:37:49 +00:00
ApiFormatYaml.php
ApiFormatYaml_spyc.php
ApiHelp.php
ApiImport.php
ApiLogin.php
ApiLogout.php
ApiMain.php API: Cache API help in memcached, inital use of the API log added earlier seems to indicate that the help is expensive. Cache doesn't seem to help for me locally, so we probably need to test this on a real server and see if it really works. 2009-08-27 18:25:51 +00:00
ApiMove.php
ApiOpenSearch.php
ApiPageSet.php
ApiParamInfo.php
ApiParse.php API: Make usage of the parser cache in action=parse actually work; was broken since its introduction 2009-06-21 14:29:32 +00:00
ApiPatrol.php
ApiProtect.php
ApiPurge.php
ApiQuery.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQueryAllCategories.php
ApiQueryAllimages.php Unify properties in ApiQueryAllimages, ApiQueryImageinfo and ApiUpload. 2009-08-26 17:30:36 +00:00
ApiQueryAllLinks.php
ApiQueryAllmessages.php follow-up r52858: remove unused "global $wgMessageCache;" 2009-07-08 09:38:03 +00:00
ApiQueryAllpages.php
ApiQueryAllUsers.php
ApiQueryBacklinks.php API: Do a STRAIGHT_JOIN in ApiQueryBacklinks's first query to counter a MySQL 4 bug where the optmizer chooses to do a table scan on page instead. 2009-08-27 14:58:19 +00:00
ApiQueryBase.php
ApiQueryBlocks.php
ApiQueryCategories.php
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php (bug 19640) API: Unbreak cmnamespace in miser mode by filtering on the PHP side. This is a dirty, temporary hack that'll have to do until we can do this properly on the database side. 2009-07-15 10:07:02 +00:00
ApiQueryDeletedrevs.php
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php
ApiQueryImageInfo.php Unify properties in ApiQueryAllimages, ApiQueryImageinfo and ApiUpload. 2009-08-26 17:30:36 +00:00
ApiQueryImages.php
ApiQueryInfo.php
ApiQueryLangLinks.php
ApiQueryLinks.php
ApiQueryLogEvents.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQueryProtectedTitles.php
ApiQueryRandom.php
ApiQueryRecentChanges.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQueryRevisions.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQuerySearch.php API: Per rainman, mark list=search as an expensive query and lower its limits to 50/500 from 500/5000 2009-08-26 21:13:06 +00:00
ApiQuerySiteinfo.php (bug 17809) Add number of users in user groups to meta=siteinfo 2009-07-12 12:10:27 +00:00
ApiQueryUserContributions.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQueryUserInfo.php
ApiQueryUsers.php
ApiQueryWatchlist.php Don't overload wluser parameter, use new wlowner 2009-07-26 17:04:22 +00:00
ApiQueryWatchlistRaw.php
ApiResult.php
ApiRollback.php API: (bug 19313) action=rollback returns wrong revid on master/slave setups 2009-06-21 09:49:52 +00:00
ApiUnblock.php
ApiUndelete.php
ApiUpload.php enabled async downloaded via configuration var: wgEnableAsyncDownload (pending windows fix) 2009-08-27 14:46:54 +00:00
ApiUserrights.php
ApiWatch.php