wiki.techinc.nl/includes/api
daniel cbc2014b2d Use integers for content_model and content_format.
Representing content_model and content_format as integers in the
database was suggested by Asher mainly to save space.

This change entails some refactoring and renaming, but no big
change in logic.
2012-05-14 10:22:52 +02:00
..
ApiBase.php Simplify and refactor out api code for getting title or page id 2012-04-27 15:58:04 +01:00
ApiBlock.php Bug 35646 - ApiBlockTest::testMakeNormalBlock() broken 2012-04-02 19:12:20 +01:00
ApiComparePages.php Use integers for content_model and content_format. 2012-05-14 10:22:52 +02:00
ApiDelete.php merged from master 2012-04-29 21:41:03 +02:00
ApiDisabled.php
ApiEditPage.php merged from master 2012-04-29 21:41:03 +02:00
ApiEmailUser.php Removed usage of global objects in SpecialEmailUser 2012-04-13 13:05:36 +02:00
ApiExpandTemplates.php
ApiFeedContributions.php Revert r107309, r113601, r113704, r113742, r113792, r113838, r113859, r113893, r113894, r113952, r114047, r114252, r114256, r114257. This reverts the remaining 'new' revisions in core. 2012-03-21 00:16:50 +00:00
ApiFeedWatchlist.php
ApiFileRevert.php
ApiFormatBase.php Fixed api.php?action=parse&format=xmlfm hitting PCRE limit. 2012-04-03 11:19:14 +02:00
ApiFormatDbg.php
ApiFormatDump.php
ApiFormatJson.php
ApiFormatNone.php New API format 'none', used to minimize the response size when the output is not needed. 2012-04-16 17:45:51 +02:00
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php
ApiFormatYaml.php
ApiHelp.php
ApiImport.php
ApiLogin.php
ApiLogout.php
ApiMain.php merged from master 2012-04-25 19:49:09 +02:00
ApiMove.php
ApiOpenSearch.php
ApiPageSet.php Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar 2012-02-09 18:01:54 +00:00
ApiParamInfo.php Examples can just be a string 2012-02-24 02:06:39 +00:00
ApiParse.php merged from master 2012-04-29 21:41:03 +02:00
ApiPatrol.php
ApiProtect.php Simplify and refactor out api code for getting title or page id 2012-04-27 15:58:04 +01:00
ApiPurge.php use ParserOutput::getSecondaryDataUpdates() as the primary method of getting pending updates 2012-04-17 17:54:00 +02:00
ApiQuery.php Corrected capitalization in the file and class names of API modules 2012-04-16 23:53:56 +02:00
ApiQueryAllCategories.php (bug 35855) fix min and max parameters in list=allcategories 2012-04-16 20:43:17 +02:00
ApiQueryAllImages.php Corrected capitalization in the file and class names of API modules 2012-04-16 23:53:56 +02:00
ApiQueryAllLinks.php
ApiQueryAllMessages.php Corrected capitalization in the file and class names of API modules 2012-04-16 23:53:56 +02:00
ApiQueryAllPages.php Corrected capitalization in the file and class names of API modules 2012-04-16 23:53:56 +02:00
ApiQueryAllUsers.php (bug 33602) list=allusers throws exceptions with invalid names 2012-04-26 23:45:09 +02:00
ApiQueryBacklinks.php
ApiQueryBase.php Can't return values from functions that don't return anything 2012-04-19 14:07:40 +01:00
ApiQueryBlocks.php Fix possibly undefined variables 2012-02-18 01:07:42 +00:00
ApiQueryCategories.php (bug 26909) follow up r102947: fix the navigation with 'dir' 2012-03-30 23:19:34 +02:00
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php Simplify and refactor out api code for getting title or page id 2012-04-27 15:58:04 +01:00
ApiQueryDeletedrevs.php Add some spacing 2012-04-10 14:08:20 +01:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php (bug 26909) follow up r102947: fix the navigation with 'dir' 2012-03-30 23:19:34 +02:00
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php
ApiQueryFilearchive.php Corrected capitalization in the file and class names of API modules 2012-04-16 23:53:56 +02:00
ApiQueryImageInfo.php
ApiQueryImages.php (bug 26909) follow up r102947: fix the navigation with 'dir' 2012-03-30 23:19:34 +02:00
ApiQueryInfo.php Normalise casing of getArticleID used in core 2012-03-11 18:54:55 +00:00
ApiQueryIWBacklinks.php
ApiQueryIWLinks.php (bug 26909) follow up r102947: fix the navigation with 'dir' 2012-03-30 23:19:34 +02:00
ApiQueryLangBacklinks.php
ApiQueryLangLinks.php (bug 26909) follow up r102947: fix the navigation with 'dir' 2012-03-30 23:19:34 +02:00
ApiQueryLinks.php (bug 26909) follow up r102947: fix the navigation with 'dir' 2012-03-30 23:19:34 +02:00
ApiQueryLogEvents.php Documentation updates 2012-03-05 15:23:04 +00:00
ApiQueryPageProps.php
ApiQueryProtectedTitles.php
ApiQueryQueryPage.php
ApiQueryRandom.php
ApiQueryRecentChanges.php (bug 27757) API method for retrieving tokens 2012-04-02 18:06:03 +01:00
ApiQueryRevisions.php renamed getDifferenceEngine to createDifferenceEngine 2012-04-17 21:02:03 +02:00
ApiQuerySearch.php
ApiQuerySiteinfo.php fix r113403 2012-03-10 02:07:31 +00:00
ApiQueryStashImageInfo.php
ApiQueryTags.php
ApiQueryUserContributions.php
ApiQueryUserInfo.php
ApiQueryUsers.php
ApiQueryWatchlist.php (bug 35723) Fix exception in API list=watchlist 2012-04-07 19:01:41 +10:00
ApiQueryWatchlistRaw.php (bug 32384) API: Allow descending order for list=watchlistraw 2012-03-31 22:30:42 +02:00
ApiResult.php
ApiRollback.php
ApiRsd.php
ApiTokens.php Make API action=tokens extendable 2012-04-25 12:48:53 +04:00
ApiUnblock.php Bug 35646 - ApiBlockTest::testMakeNormalBlock() broken 2012-04-02 19:12:20 +01:00
ApiUndelete.php
ApiUpload.php Normalising return statements 2012-04-27 16:40:14 +01:00
ApiUserrights.php
ApiWatch.php * (bug 34377) action=watch now parses messages using the correct title instead of "API" 2012-02-13 18:42:35 +00:00