wiki.techinc.nl/includes/api
2012-05-20 18:15:42 +00:00
..
ApiBase.php Don't make two database requests to load the same object, again. 2012-05-04 22:10:36 +02:00
ApiBlock.php Merge "multi dbms support in api" 2012-05-20 18:15:42 +00:00
ApiComparePages.php (bug 32498) Allow comparing pages using pageids 2012-04-08 00:30:54 +01:00
ApiDelete.php Don't make two database requests to load the same object, again. 2012-05-04 22:10:36 +02:00
ApiDisabled.php Change usage of quotes in API messages from ``x'' to "x". 2012-01-13 21:11:27 +00:00
ApiEditPage.php Make errors from ArticleSave hooks propagate to the interface 2012-05-10 12:10:25 -07:00
ApiEmailUser.php Removed usage of global objects in SpecialEmailUser 2012-04-13 13:05:36 +02:00
ApiExpandTemplates.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiFeedContributions.php Use right case for Title::makeTitle 2012-05-05 16:08:47 +02:00
ApiFeedWatchlist.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiFileRevert.php Explicitly specify that filename in filerevert is without namespace 2012-05-01 18:54:14 +02:00
ApiFormatBase.php Changed the format to lowercase in help message 2012-04-30 17:52:27 +02:00
ApiFormatDbg.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatDump.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatJson.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatPhp.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatRaw.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatTxt.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatWddx.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatXml.php rem use of escapeLocalURL 2011-12-13 04:58:48 +00:00
ApiFormatYaml.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiHelp.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiImport.php (bug 30975) API import of pages with invalid characters in this wiki 2012-04-29 20:14:40 +02:00
ApiLogin.php Change usage of quotes in API messages from ``x'' to "x". 2012-01-13 21:11:27 +00:00
ApiLogout.php Consistency: made all API examples a verbs 2012-01-12 17:36:06 +00:00
ApiMain.php Add DebugInfos to api result 2012-05-13 11:20:04 +02:00
ApiMove.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiOpenSearch.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiOptions.php Move optionstoken from meta=userinfo to action=tokens. 2012-05-06 16:07:17 +02:00
ApiPageSet.php Fill GenderCache inside ApiPageSet 2012-05-16 16:46:22 +02:00
ApiParamInfo.php Examples can just be a string 2012-02-24 02:06:39 +00:00
ApiParse.php (bug 28814) add properties to output of action=parse 2012-05-05 22:00:45 +02:00
ApiPatrol.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiProtect.php Merge "multi dbms support in api" 2012-05-20 18:15:42 +00:00
ApiPurge.php Merge "Generalizing LinksUpdate to allow extensions to add arbitrary update handlers." 2012-05-14 22:20:04 +00:00
ApiQuery.php Corrected capitalization in the file and class names of API modules 2012-04-16 23:53:56 +02:00
ApiQueryAllCategories.php ApiPageSet::populateFromTitles can work with Titles 2012-05-12 17:02:53 +02:00
ApiQueryAllImages.php ORDER BY/GROUP BY accept arrays 2012-05-05 15:29:08 +02:00
ApiQueryAllLinks.php Merge "multi dbms support in api" 2012-05-20 18:15:42 +00:00
ApiQueryAllMessages.php Corrected capitalization in the file and class names of API modules 2012-04-16 23:53:56 +02:00
ApiQueryAllPages.php ORDER BY/GROUP BY accept arrays 2012-05-05 15:29:08 +02:00
ApiQueryAllUsers.php Merge "multi dbms support in api" 2012-05-20 18:15:42 +00:00
ApiQueryBacklinks.php Merge "multi dbms support in api" 2012-05-20 18:15:42 +00:00
ApiQueryBase.php (bug 19195) Make user IDs more readily available with the API 2012-04-22 14:20:46 +02:00
ApiQueryBlocks.php multi dbms support in api 2012-05-16 19:22:36 +02:00
ApiQueryCategories.php ORDER BY/GROUP BY accept arrays 2012-05-05 15:29:08 +02:00
ApiQueryCategoryInfo.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryCategoryMembers.php Merge "multi dbms support in api" 2012-05-20 18:15:42 +00:00
ApiQueryDeletedrevs.php Merge "multi dbms support in api" 2012-05-20 18:15:42 +00:00
ApiQueryDisabled.php Change usage of quotes in API messages from ``x'' to "x". 2012-01-13 21:11:27 +00:00
ApiQueryDuplicateFiles.php ORDER BY/GROUP BY accept arrays 2012-05-05 15:29:08 +02:00
ApiQueryExternalLinks.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryExtLinksUsage.php Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +00:00
ApiQueryFilearchive.php Merge "ORDER BY/GROUP BY accept arrays" 2012-05-08 18:10:38 +00:00
ApiQueryImageInfo.php Make getContinueStr protected as it's used in subclass by TMH 2012-05-08 19:08:43 +01:00
ApiQueryImages.php ORDER BY/GROUP BY accept arrays 2012-05-05 15:29:08 +02:00
ApiQueryInfo.php Move optionstoken from meta=userinfo to action=tokens. 2012-05-06 16:07:17 +02:00
ApiQueryIWBacklinks.php Merge "multi dbms support in api" 2012-05-20 18:15:42 +00:00
ApiQueryIWLinks.php ORDER BY/GROUP BY accept arrays 2012-05-05 15:29:08 +02:00
ApiQueryLangBacklinks.php Merge "multi dbms support in api" 2012-05-20 18:15:42 +00:00
ApiQueryLangLinks.php ORDER BY/GROUP BY accept arrays 2012-05-05 15:29:08 +02:00
ApiQueryLinks.php ORDER BY/GROUP BY accept arrays 2012-05-05 15:29:08 +02:00
ApiQueryLogEvents.php Documentation updates 2012-03-05 15:23:04 +00:00
ApiQueryPageProps.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryProtectedTitles.php Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +00:00
ApiQueryQueryPage.php Add maxresults to list=querypage 2012-05-12 17:11:47 +02:00
ApiQueryRandom.php Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +00:00
ApiQueryRecentChanges.php multi dbms support in api 2012-05-16 19:22:36 +02:00
ApiQueryRevisions.php Merge "multi dbms support in api" 2012-05-20 18:15:42 +00:00
ApiQuerySearch.php Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +00:00
ApiQuerySiteinfo.php Add unit test for MWNamespace::isNonincludable 2012-05-11 19:52:34 +02:00
ApiQueryStashImageInfo.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryTags.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiQueryUserContributions.php multi dbms support in api 2012-05-16 19:22:36 +02:00
ApiQueryUserInfo.php Merge "(bug 19195) Make user IDs more readily available with the API" 2012-05-10 18:47:42 +00:00
ApiQueryUsers.php Merge "(bug 19195) Make user IDs more readily available with the API" 2012-05-10 18:47:42 +00:00
ApiQueryWatchlist.php (bug 35723) Fix exception in API list=watchlist 2012-04-07 19:01:41 +10:00
ApiQueryWatchlistRaw.php Merge "multi dbms support in api" 2012-05-20 18:15:42 +00:00
ApiResult.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiRollback.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiRsd.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiTokens.php Move optionstoken from meta=userinfo to action=tokens. 2012-05-06 16:07:17 +02:00
ApiUnblock.php Merge "(bug 19195) Make user IDs more readily available with the API" 2012-05-10 18:47:42 +00:00
ApiUndelete.php Removed intval for undelete reason in API 2012-05-02 00:04:11 +02:00
ApiUpload.php Normalising return statements 2012-04-27 16:40:14 +01:00
ApiUserrights.php (bug 19195) Make user IDs more readily available with the API 2012-04-22 14:20:46 +02:00
ApiWatch.php * (bug 34377) action=watch now parses messages using the correct title instead of "API" 2012-02-13 18:42:35 +00:00