wiki.techinc.nl/includes/api
2009-07-16 08:04:15 +00:00
..
ApiBase.php other part of the r53342 commit 2009-07-15 23:15:51 +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 Fix syntax error reported by Jidanni 2009-06-06 23:01:08 +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 (bug 19090) Added watchlist parameter, deprecated watch and unwatch parameter in action=edit 2009-07-14 20:48:00 +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
ApiFeedWatchlist.php
ApiFormatBase.php API: (bug 16422) Don't show help in format=jsonfm unless specifically requested with action=help 2009-04-28 11:42:14 +00:00
ApiFormatDbg.php
ApiFormatJson.php here it is ... the upload-api, script-server, js2 (javascript phase2) branch merge 1st attempt. 2009-07-14 23:52:14 +00:00
ApiFormatJson_json.php
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 (bug 19528) Added XSLT parameter to API queries in format=xml 2009-07-13 21:37:49 +00:00
ApiFormatYaml.php
ApiFormatYaml_spyc.php
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 * API: (bug 17774) API pretends action=query doesn't exist for users without read rights 2009-03-06 13:49:44 +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 Revert r52190 ("Return HTTP 503 on API maxlag error"): announcement prompted many complaints, and the change never went live. 2009-07-16 08:04:15 +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
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 r53147, r53149 and r53163 ("Add API module for QueryPage-based special pages"): this has already been worked on more extensively and cleanly in the querypage-work branch, if you wanna work on this please finalize the implementation there rather than reinventing the wheel. 2009-07-13 12:40:19 +00:00
ApiQueryAllCategories.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryAllimages.php
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
ApiQueryAllUsers.php
ApiQueryBacklinks.php Proper casing for getDBkey() 2009-05-24 08:29:10 +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
ApiQueryDuplicateFiles.php API: Change Image: to File: in examples 2009-03-09 10:44:34 +00:00
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryImageInfo.php Fix fatals in ApiQueryImageInfo.php where no metadata exists 2009-03-25 13:59:06 +00:00
ApiQueryImages.php
ApiQueryInfo.php Proper casing for getDBkey() 2009-05-24 08:29:10 +00:00
ApiQueryLangLinks.php
ApiQueryLinks.php
ApiQueryLogEvents.php Added bitwise operations to DatabaseBase and overloaded in DatabaseOracle. 2009-06-13 06:31:38 +00:00
ApiQueryProtectedTitles.php
ApiQueryRandom.php API: Some cleanup 2009-02-27 16:03:01 +00:00
ApiQueryRecentChanges.php API: (bug 14200) Add user and excludeuser to list=recentchanges and list=watchlist. Requires the rc_user_text index, which was finally added on all servers with the recent schema changes. 2009-06-19 08:03:52 +00:00
ApiQueryRevisions.php Added bitwise operations to DatabaseBase and overloaded in DatabaseOracle. 2009-06-13 06:31:38 +00:00
ApiQuerySearch.php API: Add snippet field to list=search output 2009-07-07 20:17:54 +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 API: (bug 19271) list=usercontribs reported all pre-April 2008 revisions as new 2009-06-18 08:59:54 +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 API: (bug 14200) Add user and excludeuser to list=recentchanges and list=watchlist. Requires the rc_user_text index, which was finally added on all servers with the recent schema changes. 2009-06-19 08:03:52 +00:00
ApiQueryWatchlistRaw.php
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 fixed error msg 2009-07-15 23:11:24 +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