wiki.techinc.nl/includes/api
btongminh f14f01a33b (bug 36751) InstantCommons doesn't follow redirects
This fixes r56837: now redirects are only skipped if the redirects query
parameter is not set. This was presumably the intent of that commit, see
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/56837#code-comments

Change-Id: I27485bba9fe196211baeeb84238e4a397c620a1d
2012-12-22 16:36:16 +01:00
..
ApiBase.php Swap isSpecialPage for canExist() 2012-10-23 23:56:35 +02:00
ApiBlock.php (bug 32434) API allows reblocking the user without reblock parameter. 2012-12-20 17:02:40 +01:00
ApiComparePages.php Fixing creation of DifferenceEninge 2012-08-24 20:49:19 +02:00
ApiDelete.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
ApiDisabled.php
ApiEditPage.php (bug 42410) Add $pageObj->clear() for newtimestamp 2012-11-26 09:20:40 -05:00
ApiEmailUser.php
ApiExpandTemplates.php
ApiFeedContributions.php get rid of Revision::getText 2012-09-14 18:23:21 +02:00
ApiFeedWatchlist.php merging latest master 2012-08-20 16:55:28 +02:00
ApiFileRevert.php pass user object for delete/undelete/filerevert in api/gui 2012-10-06 11:54:50 +02:00
ApiFormatBase.php merge latest master. 2012-09-05 17:50:13 +02:00
ApiFormatDbg.php
ApiFormatDump.php
ApiFormatJson.php
ApiFormatNone.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php
ApiFormatYaml.php API: Fix description for YAML format 2012-11-28 11:41:52 -05:00
ApiHelp.php
ApiImport.php merging latest master 2012-08-20 16:55:28 +02:00
ApiLogin.php
ApiLogout.php
ApiMain.php Correct documentation for "maxlag" API parameter 2012-11-19 17:46:13 -05:00
ApiMove.php add moveoverredirect to result of api move 2012-08-31 16:15:13 +02:00
ApiOpenSearch.php (bug 40448) Replace legacy mwsuggest with mediawiki.searchSuggest 2012-10-02 04:51:51 +02:00
ApiOptions.php (bug 42639) Fix API action=options for multiselect prefs 2012-12-08 10:09:04 +01:00
ApiPageSet.php Revert "(bug 29115) Add redirect target value on page info" 2012-12-12 21:51:54 +00:00
ApiParamInfo.php
ApiParse.php Fix uselang parameter in ApiWatch 2012-11-22 00:39:05 +01:00
ApiPatrol.php
ApiProtect.php
ApiPurge.php Cleanup of Wikidata branch. 2012-10-08 17:34:47 +02:00
ApiQuery.php Fix tabs inside/between statements/text 2012-10-26 18:18:59 +02:00
ApiQueryAllCategories.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
ApiQueryAllImages.php (bug 43177) API: Fix regression in case handling for sha1 params 2012-12-17 09:30:12 -05:00
ApiQueryAllLinks.php
ApiQueryAllMessages.php
ApiQueryAllPages.php
ApiQueryAllUsers.php list=allusers&aurights=[unusedright] returns all users of the wiki 2012-10-28 19:33:14 +00:00
ApiQueryBacklinks.php
ApiQueryBase.php Fix hash validation in api 2012-11-18 18:37:55 +00:00
ApiQueryBlocks.php Fixed action=query list=blocks for IPv6 addresses 2012-11-11 03:25:17 +01:00
ApiQueryCategories.php
ApiQueryCategoryInfo.php merging latest master 2012-08-20 16:55:28 +02:00
ApiQueryCategoryMembers.php
ApiQueryDeletedrevs.php
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php (bug 43207) Fix regression in API generator=duplicatefiles 2012-12-17 14:11:47 -05:00
ApiQueryExternalLinks.php Add 'expandurl' to prop=extlinks/list=exturlusage 2012-10-04 02:04:11 +00:00
ApiQueryExtLinksUsage.php Add 'expandurl' to prop=extlinks/list=exturlusage 2012-10-04 02:04:11 +00:00
ApiQueryFilearchive.php (bug 43177) API: Fix regression in case handling for sha1 params 2012-12-17 09:30:12 -05:00
ApiQueryImageInfo.php (bug 36751) InstantCommons doesn't follow redirects 2012-12-22 16:36:16 +01:00
ApiQueryImages.php
ApiQueryInfo.php Revert "(bug 29115) Add redirect target value on page info" 2012-12-12 21:51:54 +00:00
ApiQueryIWBacklinks.php
ApiQueryIWLinks.php
ApiQueryLangBacklinks.php
ApiQueryLangLinks.php
ApiQueryLinks.php merging latest master 2012-08-20 16:55:28 +02:00
ApiQueryLogEvents.php Fix ApiQueryLogEvents::addLogParams for unknown types using the new format 2012-12-20 13:04:33 +00:00
ApiQueryORM.php Removed reference to * from docs. 2012-10-22 16:39:07 -07:00
ApiQueryPageProps.php
ApiQueryProtectedTitles.php Fix prop=userid in list=protectedtitles 2012-10-31 19:21:30 +01:00
ApiQueryQueryPage.php
ApiQueryRandom.php
ApiQueryRecentChanges.php (bug 34960) drop unused fields rc_moved_to_ns/rc_moved_to_title 2012-09-29 17:19:40 +02:00
ApiQueryRevisions.php Merge "(bug 42168) Nicely handle missing revisions in ApiQueryRevisions." 2012-12-20 14:59:28 +00:00
ApiQuerySearch.php
ApiQuerySiteinfo.php (bug 42089) meta=siteinfo should output the default content model 2012-12-13 21:05:15 +01:00
ApiQueryStashImageInfo.php
ApiQueryTags.php messsage -> message 2012-12-11 17:00:05 +00:00
ApiQueryUserContributions.php
ApiQueryUserInfo.php merge latest master. 2012-09-05 17:50:13 +02:00
ApiQueryUsers.php Fixup a couple of uses of return values of functions that return void 2012-12-09 03:16:14 +00:00
ApiQueryWatchlist.php merging latest master 2012-08-20 16:55:28 +02:00
ApiQueryWatchlistRaw.php
ApiResult.php
ApiRollback.php
ApiRsd.php
ApiSetNotificationTimestamp.php merged master 2012-08-29 15:20:15 +02:00
ApiTokens.php
ApiUnblock.php
ApiUndelete.php pass user object for delete/undelete/filerevert in api/gui 2012-10-06 11:54:50 +02:00
ApiUpload.php Fixed description for async parameter in upload module 2012-12-19 15:48:01 +00:00
ApiUserrights.php
ApiWatch.php Fix uselang parameter in ApiWatch 2012-11-22 00:39:05 +01:00