wiki.techinc.nl/includes/api
2011-05-15 14:57:10 +00:00
..
ApiBase.php ApiBase::dieUsageMsg() now also accept being given a single element as a string. 2011-05-14 11:19:59 +00:00
ApiBlock.php Various fixes for PHPUnit tests: 2011-04-07 14:54:38 +00:00
ApiComparePages.php Followup r88002, fix naming on param documentation 2011-05-14 09:05:15 +00:00
ApiDelete.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
ApiDisabled.php
ApiEditPage.php Article::updateArticle() doesn't exist anymore 2011-05-13 08:43:42 +00:00
ApiEmailUser.php
ApiExpandTemplates.php * (bug 28265) allow outputting of comments for action=expandtemplates 2011-05-01 22:11:05 +00:00
ApiFeedWatchlist.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiFileRevert.php Whitespace fixes 2011-05-08 21:47:01 +00:00
ApiFormatBase.php Use HTML5 for formatted API output 2011-05-01 21:19:40 +00:00
ApiFormatDbg.php
ApiFormatDump.php
ApiFormatJson.php
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php (bug 24781) Define XML namespace for API output. Also created the referenced URL on the cluster. 2011-05-13 16:34:36 +00:00
ApiFormatYaml.php * (bug 28586) YAML: strings that are the same as boolean literals 2011-04-18 11:42:44 +00:00
ApiHelp.php
ApiImport.php * (bug 28368) add hint for multipart/form-data to api information of action=import&xml= 2011-04-06 22:16:38 +00:00
ApiLogin.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiLogout.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiMain.php Documentation 2011-05-08 16:48:30 +00:00
ApiMove.php
ApiOpenSearch.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiPageSet.php (bug 28952) Add tofragment to the redirect resolution info. 2011-05-14 12:48:07 +00:00
ApiParamInfo.php * (bug 27790) add query type for querymodules to action=paraminfo 2011-05-10 23:46:27 +00:00
ApiParse.php Kill the error suppression operator in the Api 2011-05-15 14:57:10 +00:00
ApiPatrol.php
ApiProtect.php
ApiPurge.php Fix E_STRICT reported on r86273 CR. 2011-05-07 15:28:55 +00:00
ApiQuery.php Kill the error suppression operator in the Api 2011-05-15 14:57:10 +00:00
ApiQueryAllCategories.php
ApiQueryAllimages.php * (bug 27593) API: add error message when sha1/sha1base36 is invalid 2011-05-15 13:16:13 +00:00
ApiQueryAllLinks.php
ApiQueryAllmessages.php * (bug 28249) allow dupes in meta=allmessages&amargs 2011-03-26 18:52:07 +00:00
ApiQueryAllpages.php Followup r86763, and also fix ancient revision from SpecialProtectedpages (Aaron at fault), use $db->getInfinity() 2011-04-23 14:24:42 +00:00
ApiQueryAllUsers.php * (bug 28634) document possible API caveat caused by accounts without the registration time field 2011-05-13 15:04:55 +00:00
ApiQueryBacklinks.php Kill the error suppression operator in the Api 2011-05-15 14:57:10 +00:00
ApiQueryBase.php Whitespace fixes 2011-05-08 21:47:01 +00:00
ApiQueryBlocks.php
ApiQueryCategories.php API: BREAKING CHANGE: (bug 28541) Output of binary ICU sortkeys is broken. Change sortkey fields in prop=categories and list=categorymembers to hexadecimal strings, that way we don't have any issues with scary binary stuff. Also change cmcontinue to take hex-encoded sortkeys and swap the order back to normal (previously sortkey was at the end because it could contain pipe characters, but that's not an issue with hex). 2011-04-17 12:41:29 +00:00
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php API: Clarify help text for cmstartsortkey and cmendsortkey parameters 2011-04-19 15:46:05 +00:00
ApiQueryDeletedrevs.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php
ApiQueryExternalLinks.php Kill the error suppression operator in the Api 2011-05-15 14:57:10 +00:00
ApiQueryExtLinksUsage.php
ApiQueryFilearchive.php Followup r84356, don't pass title string, pass a title object 2011-03-26 18:46:15 +00:00
ApiQueryImageInfo.php Tweak documentation 2011-04-29 23:34:37 +00:00
ApiQueryImages.php
ApiQueryInfo.php Followup r84825 2011-04-01 17:29:15 +00:00
ApiQueryIWBacklinks.php
ApiQueryIWLinks.php
ApiQueryLangBacklinks.php Fix up last errors from r88047 2011-05-14 12:14:25 +00:00
ApiQueryLangLinks.php
ApiQueryLinks.php
ApiQueryLogEvents.php Add some more spacing due to long parameter names 2011-04-23 13:29:11 +00:00
ApiQueryPageProps.php
ApiQueryProtectedTitles.php
ApiQueryQueryPage.php Fix typo in description 2011-04-25 13:44:54 +00:00
ApiQueryRandom.php
ApiQueryRecentChanges.php Fix line removedfor no explicit reason from r85771 2011-05-14 14:44:37 +00:00
ApiQueryRevisions.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiQuerySearch.php
ApiQuerySiteinfo.php Followup r87150 2011-04-30 16:52:28 +00:00
ApiQueryStashImageInfo.php
ApiQueryTags.php
ApiQueryUserContributions.php * (bug 26873) API: Add 'toponly' filter in usercontribs module 2011-04-10 21:52:34 +00:00
ApiQueryUserInfo.php * (bug 28364) add registration date to meta=userinfo 2011-04-10 12:27:32 +00:00
ApiQueryUsers.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
ApiQueryWatchlist.php $db is already defined, don't use $this->getDB() again 2011-05-01 00:17:39 +00:00
ApiQueryWatchlistRaw.php
ApiResult.php Whitespace fixes 2011-05-08 21:47:01 +00:00
ApiRollback.php
ApiRsd.php Followup r87261 2011-05-07 14:02:22 +00:00
ApiUnblock.php Set forgotten api parameters types 2011-04-04 20:51:41 +00:00
ApiUndelete.php
ApiUpload.php Per CR r75906, reintroduce ApiUpload::transformWarnings() 2011-05-15 14:46:13 +00:00
ApiUserrights.php Oops, forgot to revert r86954 in r86973, not needed anymore 2011-04-26 19:23:23 +00:00
ApiWatch.php r86001, now with less scariness :P I took out the delete action and did purge instead, which is a much more self-contained action-with-a-form. Also implement a few changes suggested by Brion on IRC last night. 2011-04-14 10:38:29 +00:00