wiki.techinc.nl/includes/api
Sam Reed 1cfab244fc Followup r69719 r66716, add variable definition to false
Per -rakkaus/#mediawiki-i18n- [22-Jul-2010 09:44:40] PHP Notice:  Undefined property: ApiQueryInfo::$fld_displaytitle in /www/w/includes/api/ApiQueryInfo.php on line 266
2010-07-22 09:47:46 +00:00
..
ApiBase.php Add braces 2010-07-22 06:44:23 +00:00
ApiBlock.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiDelete.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiDisabled.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiEditPage.php Remove 'minordefault' preference completely 2010-07-14 18:50:32 +00:00
ApiEmailUser.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiExpandTemplates.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiFeedWatchlist.php Apply r69357 to trunk; was a fix for trunk but got committed to REL1_16 2010-07-15 09:25:58 +00:00
ApiFormatBase.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiFormatDbg.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiFormatJson.php Whitespace fix 2010-07-08 09:28:31 +00:00
ApiFormatPhp.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiFormatRaw.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiFormatTxt.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiFormatWddx.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiFormatXml.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiFormatYaml.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiFormatYaml_spyc.php Fixed some doxygen warnings 2010-07-11 18:24:53 +00:00
ApiHelp.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiImport.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiLogin.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiLogout.php API: Make output containing private or user-specific data uncacheable for logged-in users by setting Vary: Cookie or Cache-Control: private, whichever is appropriate. Fixes instances in core and WMF-deployed extensions only. Without this change, the output of requests like ?action=query&list=recentchanges&rcprop=patrolled&smaxage=3600 would be cached in Squid and viewable for anyone using the same URL, even if they don't have patrol rights. Other, more serious exploits are also possible. Also avoid using $wgUser in one place, kill some unused global $wgUser; instances and tweak a comment. 2010-07-14 19:00:54 +00:00
ApiMain.php Reverse-merge r69521 from 1.16wmf4: fix OpenSearch caching 2010-07-19 08:19:54 +00:00
ApiMove.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiOpenSearch.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiPageSet.php Followup to r69587: forgot to hit Save *facepalm* 2010-07-20 09:26:56 +00:00
ApiParamInfo.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiParse.php follow up r69339: 2010-07-14 21:46:52 +00:00
ApiPatrol.php API: Make output containing private or user-specific data uncacheable for logged-in users by setting Vary: Cookie or Cache-Control: private, whichever is appropriate. Fixes instances in core and WMF-deployed extensions only. Without this change, the output of requests like ?action=query&list=recentchanges&rcprop=patrolled&smaxage=3600 would be cached in Squid and viewable for anyone using the same URL, even if they don't have patrol rights. Other, more serious exploits are also possible. Also avoid using $wgUser in one place, kill some unused global $wgUser; instances and tweak a comment. 2010-07-14 19:00:54 +00:00
ApiProtect.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiPurge.php API: Make output containing private or user-specific data uncacheable for logged-in users by setting Vary: Cookie or Cache-Control: private, whichever is appropriate. Fixes instances in core and WMF-deployed extensions only. Without this change, the output of requests like ?action=query&list=recentchanges&rcprop=patrolled&smaxage=3600 would be cached in Squid and viewable for anyone using the same URL, even if they don't have patrol rights. Other, more serious exploits are also possible. Also avoid using $wgUser in one place, kill some unused global $wgUser; instances and tweak a comment. 2010-07-14 19:00:54 +00:00
ApiQuery.php Follow-up r69233: Add existence check for NS_MEDIA titles 2010-07-21 14:40:24 +00:00
ApiQueryAllCategories.php * (bug 23473) - Give description of properties on all modules 2010-06-23 19:36:26 +00:00
ApiQueryAllimages.php * (bug 23473) - Give description of properties on all modules 2010-06-23 19:36:26 +00:00
ApiQueryAllLinks.php Minor followup to r68482, fix the fail I introduced 2010-06-23 19:49:02 +00:00
ApiQueryAllmessages.php API: Make output containing private or user-specific data uncacheable for logged-in users by setting Vary: Cookie or Cache-Control: private, whichever is appropriate. Fixes instances in core and WMF-deployed extensions only. Without this change, the output of requests like ?action=query&list=recentchanges&rcprop=patrolled&smaxage=3600 would be cached in Squid and viewable for anyone using the same URL, even if they don't have patrol rights. Other, more serious exploits are also possible. Also avoid using $wgUser in one place, kill some unused global $wgUser; instances and tweak a comment. 2010-07-14 19:00:54 +00:00
ApiQueryAllpages.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryAllUsers.php Rem superfluous code, as per comments on r68338 2010-06-29 20:22:52 +00:00
ApiQueryBacklinks.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryBase.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryBlocks.php API: Make output containing private or user-specific data uncacheable for logged-in users by setting Vary: Cookie or Cache-Control: private, whichever is appropriate. Fixes instances in core and WMF-deployed extensions only. Without this change, the output of requests like ?action=query&list=recentchanges&rcprop=patrolled&smaxage=3600 would be cached in Squid and viewable for anyone using the same URL, even if they don't have patrol rights. Other, more serious exploits are also possible. Also avoid using $wgUser in one place, kill some unused global $wgUser; instances and tweak a comment. 2010-07-14 19:00:54 +00:00
ApiQueryCategories.php * (bug 23473) - Give description of properties on all modules 2010-06-23 19:36:26 +00:00
ApiQueryCategoryInfo.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryCategoryMembers.php * (bug 23473) - Give description of properties on all modules 2010-06-23 19:36:26 +00:00
ApiQueryDeletedrevs.php follow up r69339: 2010-07-14 21:46:52 +00:00
ApiQueryDisabled.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryDuplicateFiles.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryExternalLinks.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryExtLinksUsage.php * (bug 23473) - Give description of properties on all modules 2010-06-23 19:36:26 +00:00
ApiQueryFilearchive.php API: Make output containing private or user-specific data uncacheable for logged-in users by setting Vary: Cookie or Cache-Control: private, whichever is appropriate. Fixes instances in core and WMF-deployed extensions only. Without this change, the output of requests like ?action=query&list=recentchanges&rcprop=patrolled&smaxage=3600 would be cached in Squid and viewable for anyone using the same URL, even if they don't have patrol rights. Other, more serious exploits are also possible. Also avoid using $wgUser in one place, kill some unused global $wgUser; instances and tweak a comment. 2010-07-14 19:00:54 +00:00
ApiQueryImageInfo.php Stylize API 2010-07-06 13:15:59 +00:00
ApiQueryImages.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryInfo.php Followup r69719 r66716, add variable definition to false 2010-07-22 09:47:46 +00:00
ApiQueryIWBacklinks.php Rename the iwl_prefix_from_title index (again) to iwl_prefix_title_from and change the field order accordingly. Fixed r66892 which inserted iwl_from into the index (which was a good thing) but put it in the wrong place. I went out of my way to make sure the index isn't dropped and recreated needlessly, but since I don't know how to do the drop-index-if-exists thing in the Postgres updater, I left that out. The Postgres updater will now create the new index without dropping any old incarnations if present. I did create the patch files with the DROP INDEX statements to make it easier to add this behavior. Also tweak ApiQueryIWBacklinks to use this index properly. 2010-07-22 08:52:58 +00:00
ApiQueryIWLinks.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryLangLinks.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryLinks.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryLogEvents.php follow up r69339: Add a missing setVaryCookie for consistency and to avoid user X with skin Y getting the response marked up for skin B. 2010-07-14 21:00:09 +00:00
ApiQueryProtectedTitles.php follow up r69339: 2010-07-14 21:46:52 +00:00
ApiQueryRandom.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiQueryRecentChanges.php follow up r69339: 2010-07-14 21:46:52 +00:00
ApiQueryRevisions.php Fix fatal error from undefined $wgParser. 2010-07-19 05:57:23 +00:00
ApiQuerySearch.php Follow-up r69203: remove str_replace( '_', ' ', $query ); was only needed for Special:Search/$par case, not applicable to API 2010-07-21 14:31:24 +00:00
ApiQuerySiteinfo.php Use $wgContLang not $wgLang for checkTitleEncoding() and getSpecialPageAliases(), it doesn't make sense to use the user language, WebRequest and SpecialPage certainly don't. The DatabaseOracle use of checkTitleEncoding() is weird and probably broken, but at least it uses the right object now. 2010-07-22 04:00:39 +00:00
ApiQueryTags.php * (bug 23473) - Give description of properties on all modules 2010-06-23 19:36:26 +00:00
ApiQueryUserContributions.php follow up r69339: 2010-07-14 21:46:52 +00:00
ApiQueryUserInfo.php API: Make output containing private or user-specific data uncacheable for logged-in users by setting Vary: Cookie or Cache-Control: private, whichever is appropriate. Fixes instances in core and WMF-deployed extensions only. Without this change, the output of requests like ?action=query&list=recentchanges&rcprop=patrolled&smaxage=3600 would be cached in Squid and viewable for anyone using the same URL, even if they don't have patrol rights. Other, more serious exploits are also possible. Also avoid using $wgUser in one place, kill some unused global $wgUser; instances and tweak a comment. 2010-07-14 19:00:54 +00:00
ApiQueryUsers.php API: Make output containing private or user-specific data uncacheable for logged-in users by setting Vary: Cookie or Cache-Control: private, whichever is appropriate. Fixes instances in core and WMF-deployed extensions only. Without this change, the output of requests like ?action=query&list=recentchanges&rcprop=patrolled&smaxage=3600 would be cached in Squid and viewable for anyone using the same URL, even if they don't have patrol rights. Other, more serious exploits are also possible. Also avoid using $wgUser in one place, kill some unused global $wgUser; instances and tweak a comment. 2010-07-14 19:00:54 +00:00
ApiQueryWatchlist.php follow up r69339: 2010-07-14 21:46:52 +00:00
ApiQueryWatchlistRaw.php * (bug 23473) - Give description of properties on all modules 2010-06-23 19:36:26 +00:00
ApiResult.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiRollback.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiUnblock.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiUndelete.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiUpload.php Stylize API 2010-07-06 13:15:59 +00:00
ApiUserrights.php Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
ApiWatch.php API: Make output containing private or user-specific data uncacheable for logged-in users by setting Vary: Cookie or Cache-Control: private, whichever is appropriate. Fixes instances in core and WMF-deployed extensions only. Without this change, the output of requests like ?action=query&list=recentchanges&rcprop=patrolled&smaxage=3600 would be cached in Squid and viewable for anyone using the same URL, even if they don't have patrol rights. Other, more serious exploits are also possible. Also avoid using $wgUser in one place, kill some unused global $wgUser; instances and tweak a comment. 2010-07-14 19:00:54 +00:00