wiki.techinc.nl/includes/api
Roan Kattouw a901d184dd API: * Fix up r42471 which hardcoded pl_from instead of using $this->bl_from
* Fix the second half of bug 16076 (using pl_from>=123 in combination with multiple values for pl_namespace and pl_title causes filesort)
* By pure accident this fixes a bug about list=backlinks&blredirect dropping results under obscure conditions
2008-10-24 22:22:40 +00:00
..
ApiBase.php API: * BREAKING CHANGE: (bug 16074) Providing prop=revisions&rvprop=content with too many titles or revisions (typically through a generator) no longer causes an error, but a warning 2008-10-24 13:05:44 +00:00
ApiBlock.php (bug 8440) Add API support for new blocking flag, also fix defaults so anywhere else we use an IPBlockForm it'll use a more sensible default. 2008-10-02 09:34:29 +00:00
ApiDelete.php * (bug 15845) API: Added pageid/fromid parameter to action=delete/move, making manipulation of legacy pages with invalid titles possible 2008-10-07 14:57:59 +00:00
ApiDisabled.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
ApiEditPage.php (bug 15647) API edit with basetimestamp fails if the page has been deleted and undeleted since the last edit 2008-10-04 13:43:17 +00:00
ApiEmailUser.php API: 2008-09-25 21:39:36 +00:00
ApiExpandTemplates.php
ApiFeedWatchlist.php
ApiFormatBase.php
ApiFormatDbg.php
ApiFormatJson.php
ApiFormatJson_json.php
ApiFormatPhp.php
ApiFormatTxt.php
ApiFormatWddx.php (bug 15673) Add indentation and newlines to format=wddxfm output: 2008-09-25 14:23:24 +00:00
ApiFormatXml.php * (bug 15497) Removed encoding attribute from <?xml ?> tags 2008-09-10 13:39:24 +00:00
ApiFormatYaml.php
ApiFormatYaml_spyc.php
ApiHelp.php
ApiLogin.php
ApiLogout.php
ApiMain.php Use getParameter() for the "maxage" and "smaxage" parameters rather than pulling them straight out of the request 2008-10-10 17:09:53 +00:00
ApiMove.php * (bug 15845) API: Added pageid/fromid parameter to action=delete/move, making manipulation of legacy pages with invalid titles possible 2008-10-07 14:57:59 +00:00
ApiOpenSearch.php
ApiPageSet.php
ApiParamInfo.php API: Add allowsduplicates attribute to action=paraminfo output 2008-10-04 15:03:03 +00:00
ApiParse.php API: Added redirect resolution to action=parse. Based on a patch by Robert Chin 2008-10-24 12:28:14 +00:00
ApiPatrol.php Fix some doxygen stuff. 2008-09-19 00:21:03 +00:00
ApiProtect.php Remove debugging code 2008-10-04 15:06:24 +00:00
ApiPurge.php Fix some doxygen stuff. 2008-09-19 00:21:03 +00:00
ApiQuery.php (bug 15768) Add list=watchlistraw to the API 2008-10-04 13:33:44 +00:00
ApiQueryAllCategories.php (bug 15985) Fix acfrom and aifrom breakage when sorting in descending order 2008-10-16 14:28:49 +00:00
ApiQueryAllimages.php (bug 15985) Fix acfrom and aifrom breakage when sorting in descending order 2008-10-16 14:28:49 +00:00
ApiQueryAllLinks.php
ApiQueryAllmessages.php
ApiQueryAllpages.php (bug 15767) API: apfilterlanglinks returns duplicate results 2008-10-05 09:35:47 +00:00
ApiQueryAllUsers.php
ApiQueryBacklinks.php API: * Fix up r42471 which hardcoded pl_from instead of using $this->bl_from 2008-10-24 22:22:40 +00:00
ApiQueryBase.php (bug 15881) API: Empty or invalid parameters cause database errors 2008-10-07 18:23:39 +00:00
ApiQueryBlocks.php Fixed more wfGetDB() calls with no arguments. 2008-09-21 09:15:28 +00:00
ApiQueryCategories.php
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php Per Catrope's request, commiting patch on bug 16017: 2008-10-18 10:09:19 +00:00
ApiQueryDeletedrevs.php Revert r40792. Filesort is gone, but table scan is still there for time range. 2008-09-13 20:41:58 +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: Add examples for list=duplicatefiles 2008-10-04 21:54:11 +00:00
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php
ApiQueryImageInfo.php * Don't force rendering in File::getThumbnail(). The old code (pre-filerepo) required rendering to be forced all the time, the new code is much smarter about when to render and doesn't need rendering to be forced. Forcing rendering causes non-scaler servers to be used for scaling. 2008-09-05 04:23:24 +00:00
ApiQueryImages.php
ApiQueryInfo.php (bug 15647) API edit with basetimestamp fails if the page has been deleted and undeleted since the last edit 2008-10-04 13:43:17 +00:00
ApiQueryLangLinks.php
ApiQueryLinks.php
ApiQueryLogEvents.php * (bug 15492) list=recentchanges&rctype=log does't list log action 2008-09-06 12:18:36 +00:00
ApiQueryRandom.php Tweaks for r40686, r40687: 2008-09-10 13:30:42 +00:00
ApiQueryRecentChanges.php (bug 15945) API: Use User::useRCPatrol() and useNPPatrol() rather than isAllowed('patrol') in list=recentchanges 2008-10-14 12:46:11 +00:00
ApiQueryRevisions.php API: * BREAKING CHANGE: (bug 16074) Providing prop=revisions&rvprop=content with too many titles or revisions (typically through a generator) no longer causes an error, but a warning 2008-10-24 13:05:44 +00:00
ApiQuerySearch.php
ApiQuerySiteinfo.php API: (bug 16047) Added activeusers attribute to meta=siteinfo&siprop=statistics output 2008-10-22 12:16:24 +00:00
ApiQueryUserContributions.php Per Catrope's request, commiting patch on bug 16018: 2008-10-18 10:14:02 +00:00
ApiQueryUserInfo.php Followup to r41257: don't give out a token when we're in JSON callback mode 2008-09-25 15:27:04 +00:00
ApiQueryUsers.php
ApiQueryWatchlist.php
ApiQueryWatchlistRaw.php Add a meaningful example for list=watchlistraw 2008-10-04 14:30:33 +00:00
ApiResult.php
ApiRollback.php Remove unused global declaration. 2008-09-11 02:03:34 +00:00
ApiUnblock.php
ApiUndelete.php
ApiWatch.php