wiki.techinc.nl/includes/api
Michael Dale 7efc871cba * (bug 20336) changed json_decode json_encode to static class in global functions
** we should update extensions as well
* added config for fileCheckModify date check to scriptLoader unique script id generation
2009-09-09 22:26:16 +00:00
..
ApiBase.php API: BREAKING CHANGE: (bug 20426) Instead of throwing an error when a limit is set too high/low, throw a warning and continue with the limit set to the maximum/minimum 2009-08-28 16:37:48 +00:00
ApiBlock.php Followup to r50744: Actually declare the method as public static, and use it in the API 2009-05-23 00:05:40 +00:00
ApiDelete.php * Per my CR comments on r44560: merged FileCache into RepoGroup and fixed wfFindFile() global function bloat. Did not port unused functions such as the batch loading functions. 2009-08-15 09:59:59 +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 Cleaning up some old PHP 4 object-reference usage in some edit filtering hooks. 2009-08-21 21:51:29 +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 Don't overload wluser parameter, use new wlowner 2009-07-26 17:04:22 +00:00
ApiFormatBase.php * Add buffering to ApiFormatBase, which allows buffering the result without needing ob_* functions. This is for async downloads, but I couldn't get it to work yet so this commit does not contain the files that actually use the buffering. 2009-08-28 21:18:39 +00:00
ApiFormatDbg.php
ApiFormatJson.php * (bug 20336) changed json_decode json_encode to static class in global functions 2009-09-09 22:26:16 +00:00
ApiFormatJson_json.php * updates for strict compliance mode chunk uploading 2009-07-25 03:25:01 +00:00
ApiFormatPhp.php
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
ApiFormatWddx.php Followup on r48713: fix a very stupid typo 2009-03-23 20:06:16 +00:00
ApiFormatXml.php Cleanup for r55641: call static function statically 2009-09-08 23:54:03 +00:00
ApiFormatYaml.php
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 Revert broken rewrite of login forms: 2009-09-08 18:40:05 +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 Follow-up to r55639: per CR comment, make API help caching disableable, and let the cache key depend on the version string 2009-09-09 12:54:56 +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 18749) Add generator flag to action=paraminfo output. Also fixes an internal error in r50367 2009-05-10 09:52:31 +00:00
ApiParse.php API: Make usage of the parser cache in action=parse actually work; was broken since its introduction 2009-06-21 14:29:32 +00:00
ApiPatrol.php Kill a bunch of unused $wgUser 2009-04-28 03:03:48 +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 Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQueryAllCategories.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryAllimages.php Unify properties in ApiQueryAllimages, ApiQueryImageinfo and ApiUpload. 2009-08-26 17:30:36 +00:00
ApiQueryAllLinks.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryAllmessages.php follow-up r52858: remove unused "global $wgMessageCache;" 2009-07-08 09:38:03 +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: Do a STRAIGHT_JOIN in ApiQueryBacklinks's first query to counter a MySQL 4 bug where the optmizer chooses to do a table scan on page instead. 2009-08-27 14:58:19 +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 API: (bug 18518) Add clprop=hidden to prop=categories. Also use array_flip($params['prop']) to simplify code 2009-05-04 15:10:42 +00:00
ApiQueryCategoryInfo.php Proper casing for getDBkey() 2009-05-24 08:29:10 +00:00
ApiQueryCategoryMembers.php (bug 19640) API: Unbreak cmnamespace in miser mode by filtering on the PHP side. This is a dirty, temporary hack that'll have to do until we can do this properly on the database side. 2009-07-15 10:07:02 +00:00
ApiQueryDeletedrevs.php API: Fix list=deletedrevs paging bug pointed out by Splarka on IRC 2009-04-28 11:30:02 +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 Unify properties in ApiQueryAllimages, ApiQueryImageinfo and ApiUpload. 2009-08-26 17:30:36 +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 Proper casing for getDBkey() 2009-05-24 08:29:10 +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 Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +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 adding public access methods for use by XMLRC extension. 2009-09-03 16:15:55 +00:00
ApiQueryRevisions.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQuerySearch.php API: Per rainman, mark list=search as an expensive query and lower its limits to 50/500 from 500/5000 2009-08-26 21:13:06 +00:00
ApiQuerySiteinfo.php (bug 17809) Add number of users in user groups to meta=siteinfo 2009-07-12 12:10:27 +00:00
ApiQueryUserContributions.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQueryUserInfo.php API: Added uiprop=changeablegroups to meta=userinfo 2009-03-26 13:10:13 +00:00
ApiQueryUsers.php Followup to r49056: gender property gives "unknown" when gender option is null 2009-06-03 15:36:44 +00:00
ApiQueryWatchlist.php Don't overload wluser parameter, use new wlowner 2009-07-26 17:04:22 +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 19313) action=rollback returns wrong revid on master/slave setups 2009-06-21 09:49:52 +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
ApiUpload.php * Add buffering to ApiFormatBase, which allows buffering the result without needing ob_* functions. This is for async downloads, but I couldn't get it to work yet so this commit does not contain the files that actually use the buffering. 2009-08-28 21:18:39 +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