wiki.techinc.nl/includes/api
Tim Starling 7688101426 Removed JS2 work (has been moved to the js2-work branch). Has been lightly tested, should mostly work. Some of the more complicated associated changes are listed below.
* Reverted HttpFunctions.php to r45549 and renamed wgSyncHTTPTimeout back to wgHTTPTimeout
* Edited out the asynchronous features from UploadFromUrl. Made fetchFile() use the curlCopy() function from new-upload r47811 instead of Http::doDownload(). Wrote my own URL validity check to avoid having to use either of the two buggy precedents.
* Removed UploadFromChunk
* Removed chunk upload and background status from ApiUpload.php
* Reverted r54669, use of addScriptClass()
* Left getHeadScripts() in its current location (OutputPage) instead of moving it back to SkinTemplate, just added wikibits.js to it to replace the removed addCoreScripts2Top()
2009-11-26 12:00:36 +00:00
..
ApiBase.php API: (bug 20554) Expose average slave lag (avglag) as well as maxlag. Patch by Sam Reed. 2009-11-06 14:38:55 +00:00
ApiBlock.php
ApiDelete.php
ApiDisabled.php
ApiEditPage.php API: (bug 20967) action=edit allows creation of invalid titles that look like interwiki titles. Patch by Sam Reed 2009-11-06 14:44:04 +00:00
ApiEmailUser.php
ApiExpandTemplates.php
ApiFeedWatchlist.php
ApiFormatBase.php Update break notation to self enclosed and properly spaced 2009-11-14 20:59:15 +00:00
ApiFormatDbg.php
ApiFormatJson.php
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php
ApiFormatYaml.php
ApiFormatYaml_spyc.php
ApiHelp.php API: (bug 20554) Expose average slave lag (avglag) as well as maxlag. Patch by Sam Reed. 2009-11-06 14:38:55 +00:00
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: (bug 20554) Expose average slave lag (avglag) as well as maxlag. Patch by Sam Reed. 2009-11-06 14:38:55 +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 Follow-up to r58633 and r58628 (lqt): Rename Title::getProtectionTypes to Title::getRestrictionTypes and fix the hook name. 2009-11-09 12:05:30 +00:00
ApiPurge.php
ApiQuery.php API: (bug 20554) Expose average slave lag (avglag) as well as maxlag. Patch by Sam Reed. 2009-11-06 14:38:55 +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 21083) API: list=allusers no longer returns current timestamp for users without registration date 2009-11-04 17:18:05 +00:00
ApiQueryBacklinks.php
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 tab to spaces 2009-11-19 18:04:55 +00:00
ApiQueryLangLinks.php
ApiQueryLinks.php
ApiQueryLogEvents.php Fix parse error from r58419 2009-11-03 06:56:29 +00:00
ApiQueryProtectedTitles.php
ApiQueryRandom.php
ApiQueryRecentChanges.php Another fatal in r58419 2009-11-03 14:00:20 +00:00
ApiQueryRevisions.php Redo r58410, r58411 (attempts to to fix r58399) properly: isset vs. !is_null wasn't the problem, it's that the 'tag' parameter wasn't in the parameter list. 2009-11-02 08:29:26 +00:00
ApiQuerySearch.php
ApiQuerySiteinfo.php API: (bug 20554) Expose average slave lag (avglag) as well as maxlag. Patch by Sam Reed. 2009-11-06 14:38:55 +00:00
ApiQueryTags.php API: (bug 19004) Add support for tags. Patch by Matthew Britton 2009-11-01 10:42:41 +00:00
ApiQueryUserContributions.php API: (bug 19004) Add support for tags. Patch by Matthew Britton 2009-11-01 10:42:41 +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 Removed JS2 work (has been moved to the js2-work branch). Has been lightly tested, should mostly work. Some of the more complicated associated changes are listed below. 2009-11-26 12:00:36 +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