wiki.techinc.nl/includes/api
2009-09-20 20:28:27 +00:00
..
ApiBase.php API: BREAKING CHANGE: (bug 20426) Instead of throwing an error when a limit is set too high/low, throw a warning and continue with the limit set to the maximum/minimum 2009-08-28 16:37:48 +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 Partial revert of r56602: remove what is probably accidentally committed debugging code. 2009-09-18 14:38:59 +00:00
ApiFormatDbg.php
ApiFormatJson.php Comments and whitespace fixes only. 2009-09-10 06:43:01 +00:00
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php Cleanup for r55641: call static function statically 2009-09-08 23:54:03 +00:00
ApiFormatYaml.php
ApiFormatYaml_spyc.php
ApiHelp.php
ApiImport.php
ApiLogin.php Merge in Login rewrite, second time lucky. 2009-09-20 20:28:27 +00:00
ApiLogout.php
ApiMain.php API: Per CR comments on r56091, make the timeout for the API help cache configurable 2009-09-17 19:39:34 +00:00
ApiMove.php
ApiOpenSearch.php API: When returning an emtpy opensearch result because mwsuggest is disabled, return a valid opensearch response. 2009-09-10 13:07:36 +00:00
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 * API: (bug 20700) Add amprop=default to list default messages in list=allmessages. This adds default="defaultmessagecontent" or defaultmissing="" to customized messages; non-customized messages get no extra attribute. 2009-09-18 15:24:00 +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 adding public access methods for use by XMLRC extension. 2009-09-03 16:15:55 +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 merge most of r56515 back to trunk (changing UserrightsPage::fetchUser to non-static) 2009-09-17 16:21:27 +00:00
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 Follow up to r56639: Remove some existence check duplication and fix ApiUpload for changed return format of getExistsWarning. 2009-09-19 15:49:54 +00:00
ApiUserrights.php merge most of r56515 back to trunk (changing UserrightsPage::fetchUser to non-static) 2009-09-17 16:21:27 +00:00
ApiWatch.php