wiki.techinc.nl/includes/api
2009-04-03 13:27:30 +00:00
..
ApiBase.php Followup to r49013: forgot to commit ApiBase.php 2009-03-29 16:40:31 +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 API: (bug 18099) Editing a non-existent page with appendtext caused the contents of the noarticletext(anon) message to appear in the page text 2009-03-24 16:15:43 +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 API: Crusade against extract(). Left one extract() call alone in ApiQueryBacklinks.php because I don't have a better alternative for it. 2008-12-17 16:34:01 +00:00
ApiFeedWatchlist.php Fix E_WARNING reported by siebrand 2009-02-05 15:31:06 +00:00
ApiFormatBase.php Changed ereg(i)_replace to preg_replace, the former is throwing E_DEPRECATED since PHP 5.3 2009-03-18 19:25:29 +00:00
ApiFormatDbg.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ApiFormatJson.php API: Add a check for PHP bug 45314 (PHP's WDDX formatter messes up UTF-8) and fix up a similar check for JSON, which couldn't possibly succeed due to missing quotes. See also http://lists.wikimedia.org/pipermail/mediawiki-api/2009-March/001039.html 2009-03-23 19:58:07 +00:00
ApiFormatJson_json.php * svn:eol-style native for r45755 2009-01-15 10:18:44 +00:00
ApiFormatPhp.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
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 WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ApiFormatWddx.php Followup on r48713: fix a very stupid typo 2009-03-23 20:06:16 +00:00
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 WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ApiFormatYaml_spyc.php * fix doxygen warnings 2008-12-08 17:29:24 +00:00
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 Redo r48746 (API userrights, reverted in r48909 and r48910) in a way that doesn't break CentralAuth. Basically, this works around PHP's inability (at least in < 5.3) to override static methods by adding a hook. Changes to CentralAuth in next commit. 2009-03-28 19:08:47 +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 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 * API: (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when the current user is blocked 2009-03-07 12:58:41 +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: Change Image: to File: in examples 2009-03-09 10:44:34 +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 Check for title validity in ApiQueryCategories 2009-03-25 13:43:45 +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 quick fix: add WHERE ar_deleted = 0. Nicer would be to make revision objects from the rows like queryRevisions does. 2009-03-09 09:08:40 +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 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 Every time someone relies on equality propagation, god kills a kitten 2009-03-20 20:21:38 +00:00
ApiQuerySearch.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQuerySiteinfo.php (bug 17795) Make meta=siteinfo respect $wgDisableCounters. 2009-03-05 13:52:14 +00:00
ApiQueryUserContributions.php API: Fix up r46825: 2009-02-09 14:07:18 +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