wiki.techinc.nl/includes/api
2009-07-10 13:55:48 +00:00
..
ApiBase.php API: (bug 18731) Show correct SVN links for extension modules in api.php?version . Guesswork to get the path assumes extensions are in a directory called extensions/extensionname , which should be a valid assumption on sane installs. 2009-05-09 12:52:38 +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
ApiEditPage.php Followup to r50132: I guess I was smoking some pretty good stuff there 2009-05-02 15:03:02 +00:00
ApiEmailUser.php
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 API: (bug 16422) Don't show help in format=jsonfm unless specifically requested with action=help 2009-04-28 11:42: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 API: (bug 18617) Add xml:space="preserve" attribute to relevant tags in XML output so overzealous XML parsers will leave whitespace in e.g. revision content alone 2009-04-29 13:12:27 +00:00
ApiFormatYaml.php
ApiFormatYaml_spyc.php
ApiHelp.php
ApiImport.php
ApiLogin.php
ApiLogout.php
ApiMain.php API: Return HTTP 503 status code on maxlag error, like index.php does 2009-06-20 08:10:30 +00:00
ApiMove.php
ApiOpenSearch.php
ApiPageSet.php
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
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 * 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
ApiQueryAllCategories.php
ApiQueryAllimages.php
ApiQueryAllLinks.php
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
ApiQueryBlocks.php
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 don't allow querying specific namespace if misermode is enabled 2009-07-10 13:55:48 +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
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php
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
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 * Introduced a new system for localisation caching. The system is based around fast fetches of individual messages, minimising memory overhead and startup time in the typical case. It handles both core messages (formerly in Language.php) and extension messages (formerly in MessageCache.php). Profiling indicates a significant win for average throughput. 2009-06-28 07:11:43 +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
ApiRollback.php API: (bug 19313) action=rollback returns wrong revid on master/slave setups 2009-06-21 09:49:52 +00:00
ApiUnblock.php
ApiUndelete.php
ApiUserrights.php Remove ugly userrights-CentralAuth hack introduced in r48970 and friends: 2009-03-29 16:39:42 +00:00
ApiWatch.php