wiki.techinc.nl/includes/api
2010-12-09 21:42:01 +00:00
..
ApiBase.php Followup r77666, bug 26219 2010-12-04 00:36:33 +00:00
ApiBlock.php (bug 25174) Add equal sign to boolean parameters in examples, so that the examples work immediately when posted 2010-11-23 22:05:27 +00:00
ApiDelete.php * (bug 26075) ApiDelete.php now calls correctly ArticleDelete hook 2010-11-23 10:04:38 +00:00
ApiDisabled.php
ApiEditPage.php (bug 25174) Add equal sign to boolean parameters in examples, so that the examples work immediately when posted 2010-11-23 22:05:27 +00:00
ApiEmailUser.php * (bug 25248) API: paraminfo errors with certain modules 2010-10-01 20:12:50 +00:00
ApiExpandTemplates.php
ApiFeedWatchlist.php Fix indentation of => added in r77366 to be in step with the rest 2010-12-03 19:47:22 +00:00
ApiFormatBase.php Followup r28029, we should probably at least pay attention to the parameter... 2010-11-04 00:55:30 +00:00
ApiFormatDbg.php
ApiFormatDump.php Add format=dump and format=dumpfm, outputs results in PHP's var_dump() format. Finding the type of a variable is a little annoying with txt, and dbg is a little bit harder to parse. 2010-08-09 00:19:55 +00:00
ApiFormatJson.php
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php Remove some unused keys from foreach 2010-09-25 16:56:03 +00:00
ApiFormatYaml.php
ApiHelp.php Clean tabs/spaces for r73853 2010-09-28 02:33:43 +00:00
ApiImport.php Converted ImportStreamSource functions to return a Status object rather than ImportStreamSource-or-WikiError 2010-12-05 14:22:49 +00:00
ApiLogin.php Revert r76077, r76079, they were an overreaction to a security bug that wasn't really a security issue at all. The API will currently echo your session cookie back at you, but an attacker can only read that output using same-domain AJAX, and if they can do that they can do worse things (and steal the user's session in easier ways). 2010-11-05 11:54:35 +00:00
ApiLogout.php
ApiMain.php Fixup fail from r76191. Thanks Nikerabbit 2010-11-06 16:11:19 +00:00
ApiMove.php (bug 25174) Add equal sign to boolean parameters in examples, so that the examples work immediately when posted 2010-11-23 22:05:27 +00:00
ApiOpenSearch.php
ApiPageSet.php Fixup fail from r76191. Thanks Nikerabbit 2010-11-06 16:11:19 +00:00
ApiParamInfo.php Remove error from ApiUserrights getPossibleErrors, it doesn't explicitally throw an error for missing user param. Does some other fancy errors from the special page. We should have a way for that to tell us it throws some errors.... 2010-10-01 19:37:38 +00:00
ApiParse.php Part of fix/workaround to bug 26163. API calls to get language links and categories as html 2010-12-06 18:31:09 +00:00
ApiPatrol.php BREAKING CHANGE: Require POST for patrolling revisions and salt the patrol token with 'patrol' instead of rc_id. 2010-12-09 21:29:03 +00:00
ApiProtect.php (bug 25174) Add equal sign to boolean parameters in examples, so that the examples work immediately when posted 2010-11-23 22:05:27 +00:00
ApiPurge.php Revert r74810 (vary API help cache on $wgUser->isAnon()) and move the POST check into the purge module. Also fix the permissions check in action=purge, which was totally broken and based on a misunderstanding of what the 'purge' right means. 2010-10-18 09:19:20 +00:00
ApiQuery.php Fixed bug#25784 (thumbnails of stashed files had wrong description URLs). 2010-11-16 06:57:46 +00:00
ApiQueryAllCategories.php
ApiQueryAllimages.php Describe user property in ApiQueryAllimages 2010-08-28 01:18:18 +00:00
ApiQueryAllLinks.php (bug 25174) Add equal sign to boolean parameters in examples, so that the examples work immediately when posted 2010-11-23 22:05:27 +00:00
ApiQueryAllmessages.php $name used in continue is undefined, use $message 2010-09-25 17:08:23 +00:00
ApiQueryAllpages.php Remove some unneeded whitespace 2010-08-23 22:18:05 +00:00
ApiQueryAllUsers.php Part of Bug 19195 - Make user IDs more readily available with the API 2010-08-28 00:37:48 +00:00
ApiQueryBacklinks.php Cleanup r65183, fix ugly stylize.php formatting 2010-11-03 12:49:21 +00:00
ApiQueryBase.php What's a boolif? 2010-09-25 16:38:44 +00:00
ApiQueryBlocks.php Swap a couple of while loops for foreach 2010-09-28 01:21:15 +00:00
ApiQueryCategories.php
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php
ApiQueryDeletedrevs.php (bug 25174) Add equal sign to boolean parameters in examples, so that the examples work immediately when posted 2010-11-23 22:05:27 +00:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php
ApiQueryFilearchive.php
ApiQueryImageInfo.php (bug 26125) prop=imageinfo&iiprop=size now returns the page count if the file is a multi-page file 2010-11-27 18:51:17 +00:00
ApiQueryImages.php Fix bug from r68337. The variable is called $res, not $result 2010-09-22 16:50:09 +00:00
ApiQueryInfo.php Revert the addition of the patrol token from ApiQueryInfo from r78141; does not belong there 2010-12-09 21:42:01 +00:00
ApiQueryIWBacklinks.php
ApiQueryIWLinks.php Per r77072 CR, followup r66872 (seemingly my crappy code from 5 months ago) like r77079 2010-11-21 17:27:13 +00:00
ApiQueryLangLinks.php Followup r77072: declare llurl as a boolean parameter. 2010-12-03 14:44:07 +00:00
ApiQueryLinks.php
ApiQueryLogEvents.php Comment return types, some explicit class variable declaration 2010-10-09 00:01:45 +00:00
ApiQueryPageProps.php Follow-up r75282 2010-10-26 19:31:47 +00:00
ApiQueryProtectedTitles.php Describe user property in ApiQueryAllimages 2010-08-28 01:18:18 +00:00
ApiQueryRandom.php
ApiQueryRecentChanges.php BREAKING CHANGE: Require POST for patrolling revisions and salt the patrol token with 'patrol' instead of rc_id. 2010-12-09 21:29:03 +00:00
ApiQueryRevisions.php Followup to r75266: remove warning "rvlimit may not be less than 1 (set to )" when rvparse is set but rvlimit is not set 2010-10-27 11:50:20 +00:00
ApiQuerySearch.php Minor followup r75809, don't use nested if's unnecesserily 2010-11-08 12:23:24 +00:00
ApiQuerySiteinfo.php (bug 25174) Add equal sign to boolean parameters in examples, so that the examples work immediately when posted 2010-11-23 22:05:27 +00:00
ApiQueryStashImageInfo.php Fixed bug#25784 (thumbnails of stashed files had wrong description URLs). 2010-11-16 06:57:46 +00:00
ApiQueryTags.php Swap a couple of while loops for foreach 2010-09-28 01:21:15 +00:00
ApiQueryUserContributions.php Fix some method documentation 2010-10-20 18:50:33 +00:00
ApiQueryUserInfo.php Tab out for alignment, and normalise capitalisation of first letters 2010-11-03 17:01:21 +00:00
ApiQueryUsers.php Spaces to tab, add a couple of braces 2010-11-23 23:58:57 +00:00
ApiQueryWatchlist.php (bug 25174) Add equal sign to boolean parameters in examples, so that the examples work immediately when posted 2010-11-23 22:05:27 +00:00
ApiQueryWatchlistRaw.php
ApiResult.php First part of "*(bug 25303) API: integer parameter validation does not actually validate, only warn" 2010-10-03 19:07:11 +00:00
ApiRollback.php Function return type hints 2010-10-28 00:04:48 +00:00
ApiRsd.php Follow up r75621: Use setContent and setIndexedTagName methods 2010-11-06 15:57:15 +00:00
ApiUnblock.php * (bug 25248) API: paraminfo errors with certain modules 2010-10-01 20:12:50 +00:00
ApiUndelete.php * (bug 25248) API: paraminfo errors with certain modules 2010-10-01 20:12:50 +00:00
ApiUpload.php core changes for UploadWizard (merged from r73549 to HEAD in branches/uploadwizard/phase3) 2010-11-03 04:32:41 +00:00
ApiUserrights.php Function return type hints 2010-10-28 00:04:48 +00:00
ApiWatch.php (bug 25174) Add equal sign to boolean parameters in examples, so that the examples work immediately when posted 2010-11-23 22:05:27 +00:00