wiki.techinc.nl/includes/api
Brion Vibber 784d10e4d3 Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
This is an old PHP 4-ism; only needed today if you want to be able to replace the singleton with another object by using the reference as an lval. :)
Killing them because they annoy me.
2008-04-09 18:23:34 +00:00
..
ApiBase.php (bug 11673) Return error 'unknown_action' in specified format 2008-04-05 19:32:21 +00:00
ApiBlock.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiDelete.php API: Added watch and unwatch parameters to action=move and action=delete 2008-03-02 19:00:50 +00:00
ApiEditPage.php Oops, a backtick snuck in 2008-04-04 13:58:43 +00:00
ApiExpandTemplates.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiFeedWatchlist.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiFormatBase.php API: Don't output error messages caused by display_errors=On when using a non-fm format 2008-03-26 14:01:28 +00:00
ApiFormatDbg.php setting property svn:keywords Id to api files that don't have it, for use in getVersion() 2008-03-03 19:34:11 +00:00
ApiFormatJson.php (bug 12136) Extend allowed characters in JSON callback to ][.'"_A-Za-z0-9 2008-04-05 18:52:33 +00:00
ApiFormatJson_json.php setting property svn:keywords Id to api files that don't have it, for use in getVersion() 2008-03-03 19:34:11 +00:00
ApiFormatPhp.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiFormatTxt.php setting property svn:keywords Id to api files that don't have it, for use in getVersion() 2008-03-03 19:34:11 +00:00
ApiFormatWddx.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiFormatXml.php (bug 11401) Added xmldoublequote to xml formatter 2008-03-03 22:19:03 +00:00
ApiFormatYaml.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiFormatYaml_spyc.php doc tweaks: link to http://www.php.net instead of mirrors. 2008-03-27 18:52:08 +00:00
ApiHelp.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiLogin.php API: 2008-03-16 19:08:30 +00:00
ApiLogout.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiMain.php (bug 11673) Return error 'unknown_action' in specified format 2008-04-05 19:32:21 +00:00
ApiMove.php API: Added watch and unwatch parameters to action=move and action=delete 2008-03-02 19:00:50 +00:00
ApiOpenSearch.php * Merged backends for OpenSearch suggestions and AJAX search. 2008-01-30 01:07:49 +00:00
ApiPageSet.php API: 2008-04-04 11:22:58 +00:00
ApiParamInfo.php setting property svn:keywords Id to api files that don't have it, for use in getVersion() 2008-03-03 19:34:11 +00:00
ApiParse.php Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons. 2008-04-09 18:23:34 +00:00
ApiProtect.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiQuery.php (bug 11633) Explicitly convert redirect titles to strings due to PHP's very weak typing on array keys. 2008-04-05 18:34:10 +00:00
ApiQueryAllCategories.php API: Change acprop description to allow for future expansion 2008-03-24 21:08:57 +00:00
ApiQueryAllimages.php API: Adding aiprop parameter to list=allimages, some cleanup 2008-03-17 18:51:32 +00:00
ApiQueryAllLinks.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiQueryAllmessages.php * Introduced list=allimages 2008-03-17 08:25:22 +00:00
ApiQueryAllpages.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiQueryAllUsers.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiQueryBacklinks.php API: 2008-03-18 19:31:02 +00:00
ApiQueryBase.php API performance enhancements (bug 13511): 2008-03-26 13:43:11 +00:00
ApiQueryBlocks.php Use 'suppress' right rather than 'oversight' 2008-04-01 22:50:53 +00:00
ApiQueryCategories.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiQueryCategoryMembers.php Partial revert of r32097: please don't introduce this hybrid behavior thing, it'll only confuse people (has been discussed before). Spending 9 bytes on "Category:" won't kill anyone and ensures consistency with iutitle 2008-03-18 14:59:44 +00:00
ApiQueryDeletedrevs.php API performance enhancements (bug 13511): 2008-03-26 13:43:11 +00:00
ApiQueryExternalLinks.php Missing pages in prop=langlinks and prop=extlinks are now handled properly. (bug 13442) 2008-03-20 18:23:55 +00:00
ApiQueryExtLinksUsage.php Revert ApiQueryExtLinksUsage.php back to r32772: Forgot to do svn revert . on working copy 2008-04-04 11:51:55 +00:00
ApiQueryImageInfo.php (bug 13606) Added archivename to iiprop 2008-04-04 11:49:20 +00:00
ApiQueryImages.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiQueryInfo.php Oops 2008-03-27 13:55:16 +00:00
ApiQueryLangLinks.php Missing pages in prop=langlinks and prop=extlinks are now handled properly. (bug 13442) 2008-03-20 18:23:55 +00:00
ApiQueryLinks.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiQueryLogEvents.php proper name 2008-04-02 17:43:57 +00:00
ApiQueryRandom.php API: Improving list=random. We now use the wrap-around from Title::getRandomTitle() to get enough pages anyway if we're unlucky, and check for duplicates. 2008-02-01 23:05:19 +00:00
ApiQueryRecentChanges.php Oops, let's use a RIGHT JOIN here rather than an INNER JOIN, or rcprop=redirect will drop all log entries. 2008-04-07 13:27:33 +00:00
ApiQueryRevisions.php API: Added rvsection parameter to prop=revisions to allow fetching the content of a certain section only 2008-03-14 13:07:38 +00:00
ApiQuerySearch.php (bug 13482) Disabled search types handled properly 2008-03-23 13:16:48 +00:00
ApiQuerySiteinfo.php Don't use $wgDBservers to get server ip, it isn't set on Wikimedia and return host="" for all db servers 2008-04-08 20:24:31 +00:00
ApiQueryUserContributions.php API performance enhancements (bug 13511): 2008-03-26 13:43:11 +00:00
ApiQueryUserInfo.php API: Adding uiprop=ratelimits to meta=userinfo. Note that this option only reveals rate limits applicable to the current user, not the entire $wgRateLimits array. 2008-02-01 14:46:46 +00:00
ApiQueryUsers.php (bug 13517) list=users threw fatal error when only invalid usernames are specified 2008-03-26 18:08:58 +00:00
ApiQueryWatchlist.php (bug 13444) Add description to list=watchlist 2008-03-20 18:28:02 +00:00
ApiResult.php
ApiRollback.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiUnblock.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00
ApiUndelete.php API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?) 2008-01-28 19:05:26 +00:00