wiki.techinc.nl/includes/api
Roan Kattouw 88f35cdf6e API: Some cleanup
* Aggressively intval() numeric things; addresses the concerns raised on bug 11633
* Use ApiQueryBase::addTitleInfo() everywhere
* Remove a drug-induced-looking line from ApiQueryWatchlist.php
2009-02-27 16:03:01 +00:00
..
ApiBase.php API: (bug 17703) Fix regression from r47039 causing error code and error text to be switched for some errors. r47039 was backported to the 1.14 branch, will backport this one too. 2009-02-27 14:28:12 +00:00
ApiBlock.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiDelete.php Fix broken calls to ArticleDelete hook. 2009-01-29 01:04:00 +00:00
ApiDisabled.php
ApiEditPage.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiEmailUser.php Revert r46512 (Add "check" parameter to action=email) and its followups r46515 and r46517. This functionality is already present in list=users (as usprop=emailable), where it belongs 2009-01-31 13:20:36 +00:00
ApiExpandTemplates.php
ApiFeedWatchlist.php Fix E_WARNING reported by siebrand 2009-02-05 15:31:06 +00:00
ApiFormatBase.php API: More docs, break long lines in docs 2009-02-13 14:13:03 +00:00
ApiFormatDbg.php
ApiFormatJson.php
ApiFormatJson_json.php * svn:eol-style native for r45755 2009-01-15 10:18:44 +00:00
ApiFormatPhp.php
ApiFormatRaw.php Nitpicking brigade: fix copyright year 2009-02-04 14:18:53 +00:00
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php * API: (bug 17326) BREAKING CHANGE: Changing output format for prop=imageinfo&iiprop=metadata to something based on name/value pairs. This means we don't use parts of the metadata in attributes anymore, something that caused invalid XML to be output. For more info on the exact format, see the mediawiki-api mailing list 2009-02-03 16:25:50 +00:00
ApiFormatYaml.php
ApiFormatYaml_spyc.php
ApiHelp.php
ApiImport.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiLogin.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiLogout.php
ApiMain.php API: Make UTF-8 cleanup actually work; it was broken from the beginning. Apparently I expected array_walk to behave like array_map, which is not the case. 2009-02-10 15:56:34 +00:00
ApiMove.php Remove a TODO from ApiMove and add a FIXME to SpecialMovepage 2009-02-09 15:15:49 +00:00
ApiOpenSearch.php API: Fix up r47142: use a boolean parameter for suggest 2009-02-12 17:27:05 +00:00
ApiPageSet.php Fix logic error from bad casing 2009-02-18 05:29:11 +00:00
ApiParamInfo.php API: Make information about the main module (ApiMain) and the pageset module (ApiPageSet) available through action=paraminfo 2009-02-14 14:56:20 +00:00
ApiParse.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiPatrol.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiProtect.php API: (bug 17317) Added watch parameter to action=protect 2009-02-02 16:38:40 +00:00
ApiPurge.php
ApiQuery.php API: (bug 17673) Using &exportnowrap without &export results in an internal error 2009-02-26 10:11:53 +00:00
ApiQueryAllCategories.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryAllimages.php * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory 2009-02-05 14:30:59 +00:00
ApiQueryAllLinks.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryAllmessages.php Fix up r47037, which was itself a fix-up of r46845. Change suggested by Brad Jorsch 2009-02-09 19:24:28 +00:00
ApiQueryAllpages.php * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory 2009-02-05 14:30:59 +00:00
ApiQueryAllUsers.php * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory 2009-02-05 14:30:59 +00:00
ApiQueryBacklinks.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryBase.php * API: (bug 17529) rvend ignored when rvstartid is specified 2009-02-18 15:26:09 +00:00
ApiQueryBlocks.php * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory 2009-02-05 14:30:59 +00:00
ApiQueryCategories.php * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory 2009-02-05 14:30:59 +00:00
ApiQueryCategoryInfo.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryCategoryMembers.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryDeletedrevs.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory 2009-02-05 14:30:59 +00:00
ApiQueryExternalLinks.php * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory 2009-02-05 14:30:59 +00:00
ApiQueryExtLinksUsage.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryImageInfo.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryImages.php * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory 2009-02-05 14:30:59 +00:00
ApiQueryInfo.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryLangLinks.php * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory 2009-02-05 14:30:59 +00:00
ApiQueryLinks.php * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory 2009-02-05 14:30:59 +00:00
ApiQueryLogEvents.php Slight fix for r47781: remove useless if($index) conditional: $index is always set and non-false 2009-02-25 14:42:31 +00:00
ApiQueryProtectedTitles.php Document ptlevel parameter. I should really learn to get stuff right in fewer than 5 commits 2009-02-13 21:53:08 +00:00
ApiQueryRandom.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryRecentChanges.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryRevisions.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQuerySearch.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQuerySiteinfo.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryUserContributions.php API: Fix up r46825: 2009-02-09 14:07:18 +00:00
ApiQueryUserInfo.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryUsers.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryWatchlist.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryWatchlistRaw.php * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory 2009-02-05 14:30:59 +00:00
ApiResult.php Proposed fix for bug 17552. Also the name of the function should be changed, because there's nothing internal about it. 2009-02-18 12:41:28 +00:00
ApiRollback.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiUnblock.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiUndelete.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiWatch.php Fix comment leftover from ApiLogout 2009-01-14 00:00:40 +00:00