wiki.techinc.nl/includes/api
2009-10-28 00:56:07 +00:00
..
ApiBase.php (bug 21106) tag deprecated parameter in action=paraminfo. Add new PARAM_DEPRECATED const for automagically tagging deprecated parameters. Keeps action=help and action=paraminfo up to date 2009-10-28 00:56:07 +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 (bug 21106) tag deprecated parameter in action=paraminfo. Add new PARAM_DEPRECATED const for automagically tagging deprecated parameters. Keeps action=help and action=paraminfo up to date 2009-10-28 00:56:07 +00:00
ApiEmailUser.php
ApiExpandTemplates.php
ApiFeedWatchlist.php
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 Revert broken rewrite of login system; totally broken. 2009-09-26 00:49:32 +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 (bug 18019) Warn users when moving a file to a name in use on a shared repo. 2009-10-24 04:36:11 +00:00
ApiOpenSearch.php Fix for r57986: Notice: Undefined variable: wgEnableOpenSearchSuggest in includes/api/ApiOpenSearch.php on line 53 2009-10-21 21:22:00 +00:00
ApiPageSet.php
ApiParamInfo.php (bug 21106) tag deprecated parameter in action=paraminfo. Add new PARAM_DEPRECATED const for automagically tagging deprecated parameters. Keeps action=help and action=paraminfo up to date 2009-10-28 00:56:07 +00:00
ApiParse.php replaced split() with explode(), the former is deprecated since PHP 5.3 2009-09-28 18:36:15 +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 (bug 20275) Fixed LIKE queries on SQLite backend 2009-10-21 19:53:03 +00:00
ApiQueryAllimages.php (bug 20275) Fixed LIKE queries on SQLite backend 2009-10-21 19:53:03 +00:00
ApiQueryAllLinks.php (bug 20275) Fixed LIKE queries on SQLite backend 2009-10-21 19:53:03 +00:00
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 Fix syntax errors from r57989 2009-10-22 06:18:41 +00:00
ApiQueryAllUsers.php (bug 20275) Fixed LIKE queries on SQLite backend 2009-10-21 19:53:03 +00:00
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 (bug 20275) Fixed LIKE queries on SQLite backend 2009-10-21 19:53:03 +00:00
ApiQueryCategories.php
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php
ApiQueryDeletedrevs.php * (bug 21085) list=deletedrevs no longer returns only one revision when drcontinue param is passed 2009-10-24 11:50:10 +00:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php (bug 20275) Fixed LIKE queries on SQLite backend 2009-10-21 19:53:03 +00:00
ApiQueryImageInfo.php API: Handle image redirects properly in imageinfo, based on reports of API requests dying with backtraces on Commons, e.g. http://commons.wikimedia.org/w/api.php?action=query&prop=imageinfo&iiprop=user&titles=File:Semaphore_Alfa.svg 2009-09-23 20:55:54 +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 13750) $wgCapitalLinks should be a per-namespace setting 2009-10-09 12:52:16 +00:00
ApiQueryUserContributions.php (bug 20275) Fixed LIKE queries on SQLite backend 2009-10-21 19:53:03 +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 Removed unexplained newline at top of file. No idea why that got there. 2009-10-17 05:10:21 +00:00
ApiQueryWatchlistRaw.php
ApiResult.php
ApiRollback.php
ApiUnblock.php
ApiUndelete.php
ApiUpload.php Rewrote Special:Upload to allow easier extension. Mostly backwards compatible towards the end user: tested with Commons' upload scripts. 2009-10-18 19:41:01 +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