wiki.techinc.nl/includes/api
2009-05-20 20:07:33 +00:00
..
ApiBase.php API: (bug 18731) Show correct SVN links for extension modules in api.php?version . Guesswork to get the path assumes extensions are in a directory called extensions/extensionname , which should be a valid assumption on sane installs. 2009-05-09 12:52:38 +00:00
ApiBlock.php (bug 18549) Make Special:Blockip (and api action=block) respect $wgEnableUserEmail and $wgSysopEmailBans 2009-05-15 17:08:38 +00:00
ApiDelete.php * API: (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when the current user is blocked 2009-03-07 12:58:41 +00:00
ApiDisabled.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +00:00
ApiEditPage.php Followup to r50132: I guess I was smoking some pretty good stuff there 2009-05-02 15:03:02 +00:00
ApiEmailUser.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +00:00
ApiExpandTemplates.php
ApiFeedWatchlist.php Fix E_WARNING reported by siebrand 2009-02-05 15:31:06 +00:00
ApiFormatBase.php API: (bug 16422) Don't show help in format=jsonfm unless specifically requested with action=help 2009-04-28 11:42:14 +00:00
ApiFormatDbg.php
ApiFormatJson.php API: (bug 16422) Don't show help in format=jsonfm unless specifically requested with action=help 2009-04-28 11:42:14 +00:00
ApiFormatJson_json.php
ApiFormatPhp.php
ApiFormatRaw.php * API: Really fix bug 17673 this time: exportnowrap still returned fatal errors when no titles were given or generated 2009-03-20 11:40:54 +00:00
ApiFormatTxt.php
ApiFormatWddx.php Followup on r48713: fix a very stupid typo 2009-03-23 20:06:16 +00:00
ApiFormatXml.php API: (bug 18617) Add xml:space="preserve" attribute to relevant tags in XML output so overzealous XML parsers will leave whitespace in e.g. revision content alone 2009-04-29 13:12:27 +00:00
ApiFormatYaml.php
ApiFormatYaml_spyc.php
ApiHelp.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +00:00
ApiImport.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +00:00
ApiLogin.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +00:00
ApiLogout.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +00:00
ApiMain.php Re-adding ApiMain::requestWriteMode() (removed in r48901) for backwards compatibility: this way extensions can call requestWriteMode() AND define function isWriteMode() { return true; } without causing fatal errors 2009-05-20 20:07:33 +00:00
ApiMove.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +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: (bug 18749) Add generator flag to action=paraminfo output. Also fixes an internal error in r50367 2009-05-10 09:52:31 +00:00
ApiParse.php Fixed bug #11213 - [edit] section links in printable version interfere with cut-and-paste of article text 2009-03-18 23:27:48 +00:00
ApiPatrol.php Kill a bunch of unused $wgUser 2009-04-28 03:03:48 +00:00
ApiProtect.php * API: (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when the current user is blocked 2009-03-07 12:58:41 +00:00
ApiPurge.php (bug 18311) Purging images via the API now works. This is why we should use articleFromTitle() rather than new Article(). 2009-04-03 13:27:30 +00:00
ApiQuery.php * API: Really fix bug 17673 this time: exportnowrap still returned fatal errors when no titles were given or generated 2009-03-20 11:40:54 +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: (bug 18601) generator=backlinks returns invalid continue parameter. Patch by Brad Jorsch 2009-04-27 14:09:47 +00:00
ApiQueryBase.php * API: (bug 17529) rvend ignored when rvstartid is specified 2009-02-18 15:26:09 +00:00
ApiQueryBlocks.php Fix check against wrong permission (should be 'hideuser') 2009-03-09 10:01:00 +00:00
ApiQueryCategories.php API: (bug 18518) Add clprop=hidden to prop=categories. Also use array_flip($params['prop']) to simplify code 2009-05-04 15:10:42 +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: Fix list=deletedrevs paging bug pointed out by Splarka on IRC 2009-04-28 11:30:02 +00:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php API: Change Image: to File: in examples 2009-03-09 10:44:34 +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 Fix fatals in ApiQueryImageInfo.php where no metadata exists 2009-03-25 13:59:06 +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: Fix E_NOTICE which broke displaying of legacy restrictions (page.page_restrictions) in prop=info 2009-03-17 15:18:26 +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 Fix up r47901: don't return the string "true" or "false", be consistent with the rest of the API 2009-03-01 11:02:49 +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: Don't give patrol tokens for non-new RCs if only NP patrol is enabled 2009-03-29 12:51:39 +00:00
ApiQueryRevisions.php Fix E_STRICT reported on Translatewiki.net 2009-05-12 14:15:08 +00:00
ApiQuerySearch.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQuerySiteinfo.php Fix up r50126: dump $wgDBtype rather than a class name, per CR comment 2009-05-04 07:00:52 +00:00
ApiQueryUserContributions.php Fix up r50600, which had no effect 2009-05-15 10:42:25 +00:00
ApiQueryUserInfo.php API: Added uiprop=changeablegroups to meta=userinfo 2009-03-26 13:10:13 +00:00
ApiQueryUsers.php Added usprop=gender to list=users 2009-03-31 03:48:08 +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: (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when the current user is blocked 2009-03-07 12:58:41 +00:00
ApiUnblock.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +00:00
ApiUndelete.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +00:00
ApiUserrights.php Remove ugly userrights-CentralAuth hack introduced in r48970 and friends: 2009-03-29 16:39:42 +00:00
ApiWatch.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +00:00