wiki.techinc.nl/includes/api
2009-05-04 15:10:42 +00:00
..
ApiBase.php API: Fix regression from r32224 with caused bug 18597 (internal error for empty generator= parameter) 2009-04-27 14:21:16 +00:00
ApiBlock.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +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
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 API: (bug 16422) Don't show help in format=jsonfm unless specifically requested with action=help 2009-04-28 11:42:14 +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
ApiPageSet.php
ApiParamInfo.php * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +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
ApiQueryAllimages.php
ApiQueryAllLinks.php
ApiQueryAllmessages.php
ApiQueryAllpages.php
ApiQueryAllUsers.php
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
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
ApiQueryCategoryMembers.php
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
ApiQueryExtLinksUsage.php
ApiQueryImageInfo.php Fix fatals in ApiQueryImageInfo.php where no metadata exists 2009-03-25 13:59:06 +00:00
ApiQueryImages.php
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
ApiQueryLinks.php
ApiQueryLogEvents.php
ApiQueryProtectedTitles.php
ApiQueryRandom.php
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 API: Add parentid (rev_parent_id) to prop=revisions output, as requested by Luca 2009-04-13 10:48:11 +00:00
ApiQuerySearch.php
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 API: (bug 18554) Also list hidden revisions in list=usercontribs for privileged users 2009-04-22 09:21:33 +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
ApiQueryWatchlistRaw.php
ApiResult.php
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