wiki.techinc.nl/includes/api
2008-10-30 14:43:41 +00:00
..
ApiBase.php Add some docs on these class constants 2008-10-30 00:39:21 +00:00
ApiBlock.php API: Per IRC conversation with Splarka, add a few words about token availability from prop=info in the help text for action=block and action=unblock 2008-10-27 12:06:49 +00:00
ApiDelete.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiDisabled.php API: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabled by putting $wgAPIModules['foo'] = 'ApiDisabled'; in LocalSettings.php 2008-09-25 20:50:50 +00:00
ApiEditPage.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiEmailUser.php API: 2008-09-25 21:39:36 +00:00
ApiExpandTemplates.php
ApiFeedWatchlist.php
ApiFormatBase.php * (bug 15392) ApiFormatBase::formatHTML now uses $wgUrlProtocols. 2008-08-31 17:11:22 +00:00
ApiFormatDbg.php
ApiFormatJson.php
ApiFormatJson_json.php
ApiFormatPhp.php
ApiFormatTxt.php
ApiFormatWddx.php (bug 15673) Add indentation and newlines to format=wddxfm output: 2008-09-25 14:23:24 +00:00
ApiFormatXml.php API: (bug 16105) Image metadata attributes with spaces produce invalid XML. Just replace spaces with underscores in the XML formatter and be done with it. 2008-10-25 15:53:58 +00:00
ApiFormatYaml.php
ApiFormatYaml_spyc.php Removed scary YAML parsing code, the function of which is to load from a user input string, except if the string has no line breaks in it, in which case an arbitrary local file/URL is loaded and handed to the attacker on a nicely encapsulated silver platter. Doesn't appear to be used either by core or extensions, but you never know when someone might try. 2008-10-25 14:01:35 +00:00
ApiHelp.php
ApiLogin.php (bug 15479) action=login no longer sets wait parameter when result="Throttled"; regression from r40054 2008-09-04 19:48:48 +00:00
ApiLogout.php
ApiMain.php Do a last check before creating the object to not throw a fatal error when calling api.php?format= 2008-10-25 16:23:09 +00:00
ApiMove.php * (bug 15845) API: Added pageid/fromid parameter to action=delete/move, making manipulation of legacy pages with invalid titles possible 2008-10-07 14:57:59 +00:00
ApiOpenSearch.php
ApiPageSet.php Don't show orphaned revisions (will matter for bug 11402 later) 2008-10-29 04:17:31 +00:00
ApiParamInfo.php API: Add allowsduplicates attribute to action=paraminfo output 2008-10-04 15:03:03 +00:00
ApiParse.php API: Added redirect resolution to action=parse. Based on a patch by Robert Chin 2008-10-24 12:28:14 +00:00
ApiPatrol.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiProtect.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiPurge.php Fix some doxygen stuff. 2008-09-19 00:21:03 +00:00
ApiQuery.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiQueryAllCategories.php (bug 15985) Fix acfrom and aifrom breakage when sorting in descending order 2008-10-16 14:28:49 +00:00
ApiQueryAllimages.php (bug 15985) Fix acfrom and aifrom breakage when sorting in descending order 2008-10-16 14:28:49 +00:00
ApiQueryAllLinks.php API: 2008-08-27 16:48:30 +00:00
ApiQueryAllmessages.php
ApiQueryAllpages.php (bug 15767) API: apfilterlanglinks returns duplicate results 2008-10-05 09:35:47 +00:00
ApiQueryAllUsers.php
ApiQueryBacklinks.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiQueryBase.php * Fix r41814: totally broken use of empty(), ignores conditions that compare with numeric zero. I've told you before, don't use empty() to test for zero-length arrays. 2008-10-25 08:13:40 +00:00
ApiQueryBlocks.php Fixed more wfGetDB() calls with no arguments. 2008-09-21 09:15:28 +00:00
ApiQueryCategories.php (bug 15348) prop=categories returns timestamps that aren't in ISO 8601 format 2008-08-28 16:26:27 +00:00
ApiQueryCategoryInfo.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiQueryCategoryMembers.php Per Catrope's request, commiting patch on bug 16017: 2008-10-18 10:09:19 +00:00
ApiQueryDeletedrevs.php Revert r40792. Filesort is gone, but table scan is still there for time range. 2008-09-13 20:41:58 +00:00
ApiQueryDisabled.php API: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabled by putting $wgAPIModules['foo'] = 'ApiDisabled'; in LocalSettings.php 2008-09-25 20:50:50 +00:00
ApiQueryDuplicateFiles.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiQueryImageInfo.php * Don't force rendering in File::getThumbnail(). The old code (pre-filerepo) required rendering to be forced all the time, the new code is much smarter about when to render and doesn't need rendering to be forced. Forcing rendering causes non-scaler servers to be used for scaling. 2008-09-05 04:23:24 +00:00
ApiQueryImages.php
ApiQueryInfo.php API: Also throw a warning when tokens for missing pages are denied 2008-10-27 12:16:47 +00:00
ApiQueryLangLinks.php
ApiQueryLinks.php
ApiQueryLogEvents.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiQueryRandom.php Tweaks for r40686, r40687: 2008-09-10 13:30:42 +00:00
ApiQueryRecentChanges.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiQueryRevisions.php Don't show orphaned revisions (will matter for bug 11402 later) 2008-10-29 04:17:31 +00:00
ApiQuerySearch.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiQuerySiteinfo.php API: Self-revert r42811 (BREAKING CHANGE: Putting meta=siteinfo output in <siteinfo> element for consistency with every other API module.). On second thought, it's not really necessary. 2008-10-30 14:43:41 +00:00
ApiQueryUserContributions.php usertext, not user :) 2008-10-28 18:49:00 +00:00
ApiQueryUserInfo.php Followup to r41257: don't give out a token when we're in JSON callback mode 2008-09-25 15:27:04 +00:00
ApiQueryUsers.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiQueryWatchlist.php API: * (bug 16159) Add wlshow=patrolled|!patrolled to list=watchlist 2008-10-28 14:20:29 +00:00
ApiQueryWatchlistRaw.php Add a meaningful example for list=watchlistraw 2008-10-04 14:30:33 +00:00
ApiResult.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiRollback.php Removed all instances of empty() where error suppression was not intended. Replaced with conversion to boolean, count() or empty string check as appropriate. Fixes a number of bugs due to incorrect conversion to boolean: suppressed edit summaries containing '0', ignored titles called '0', searches for '0' ignored, etc. 2008-10-25 14:04:43 +00:00
ApiUnblock.php API: Per IRC conversation with Splarka, add a few words about token availability from prop=info in the help text for action=block and action=unblock 2008-10-27 12:06:49 +00:00
ApiUndelete.php wfReadOnly now checked in ApiMain::requestWriteMode 2008-08-28 20:25:53 +00:00
ApiWatch.php missing svn:keywords property 2008-09-04 22:20:32 +00:00