wiki.techinc.nl/includes/api
2010-06-18 09:30:38 +00:00
..
ApiBase.php (bug 24016) API: Handle parameters specified in simple string syntax ( 'paramname' => 'defaultval' ) correctly when outputting help. Patch by Brad Jorsch. 2010-06-18 09:30:38 +00:00
ApiBlock.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiDelete.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiDisabled.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiEditPage.php Return some more verbose error messages when editing fails using the API. Added wfDeprecated to Article::updateArticle() and used the Status result from Article::doEdit directly in EditPage::internalAttemptSave. 2010-06-09 19:52:11 +00:00
ApiEmailUser.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiExpandTemplates.php ApiExpandTemplates.php: fix copyright symbol, coding style tweaks, more braces 2010-02-22 20:27:06 +00:00
ApiFeedWatchlist.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiFormatBase.php Fixed for r58099 per CR: 2010-06-03 09:53:28 +00:00
ApiFormatDbg.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiFormatJson.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiFormatPhp.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiFormatRaw.php API: coding style cleanup, fix copyright symbol, more braces 2010-02-23 12:30:23 +00:00
ApiFormatTxt.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiFormatWddx.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiFormatXml.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiFormatYaml.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiFormatYaml_spyc.php Stylize Api upto date 2010-04-17 20:58:04 +00:00
ApiGo.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiHelp.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiImport.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiLogin.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiLogout.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiMain.php Fixed for r58099 per CR: 2010-06-03 09:53:28 +00:00
ApiMove.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiOpenSearch.php API: fix copyright symbol, coding style cleanup, more braces 2010-02-23 18:05:46 +00:00
ApiPageSet.php Stylize Api upto date 2010-04-17 20:58:04 +00:00
ApiParamInfo.php Append " and errors" to getDescription for ApiParamInfo to signify that information about the errors a module can return is there 2010-04-24 11:58:52 +00:00
ApiParse.php Followup to r66873 2010-05-25 18:37:55 +00:00
ApiPatrol.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiProtect.php Fixed a bunch of silly instances of [^!=]==\s*(true|false) 2010-06-09 11:44:05 +00:00
ApiPurge.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiQuery.php * (bug 23524) Api Modules as followup to bug 14473 (Add iwlinks table to track inline interwiki link usage 2010-05-25 19:50:20 +00:00
ApiQueryAllCategories.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryAllimages.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryAllLinks.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryAllmessages.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryAllpages.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryAllUsers.php API: (bug 23534) Fix regression from r46809 (!) causing DB query error 2010-05-15 18:00:55 +00:00
ApiQueryBacklinks.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryBase.php Fixed some doxygen warnings 2010-03-08 21:11:32 +00:00
ApiQueryBlocks.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryCategories.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryCategoryInfo.php API: fix copyright symbol, coding style cleanup, more braces 2010-02-24 14:00:23 +00:00
ApiQueryCategoryMembers.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryDeletedrevs.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryDisabled.php API: fix copyright symbol, coding style cleanup, more braces 2010-02-24 14:00:23 +00:00
ApiQueryDuplicateFiles.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryExternalLinks.php API: fix copyright symbol, coding style cleanup, more braces 2010-02-24 14:00:23 +00:00
ApiQueryExtLinksUsage.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryFilearchive.php Followup r66259 r66168 2010-05-12 09:00:09 +00:00
ApiQueryImageInfo.php * (bug 23835) Need "thumbmime" result in "imageinfo" query 2010-06-08 12:40:11 +00:00
ApiQueryImages.php API: fix copyright symbol, coding style cleanup, more braces 2010-02-24 14:45:19 +00:00
ApiQueryInfo.php Move some braces 2010-06-13 01:23:12 +00:00
ApiQueryIWBacklinks.php Fixup mixture of copy pasta fail, and some oversights from r66891 due to comments by Roan 2010-06-08 20:50:06 +00:00
ApiQueryIWLinks.php Followup r66872 2010-05-25 18:34:11 +00:00
ApiQueryLangLinks.php API: fix copyright symbol, coding style cleanup, more braces 2010-02-24 14:45:19 +00:00
ApiQueryLinks.php API: Add pltitles and tltemplates to prop=links and prop=templates respectively, similar to prop=categories's clcategories 2010-06-06 10:17:02 +00:00
ApiQueryLogEvents.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryProtectedTitles.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryRandom.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryRecentChanges.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryRevisions.php Fixed fatal error because of undefined $wgParser variable 2010-06-01 16:21:00 +00:00
ApiQuerySearch.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQuerySiteinfo.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryTags.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiQueryUserContributions.php Change text to Users for bug 23620 2010-05-21 19:18:04 +00:00
ApiQueryUserInfo.php Minor followup to r68156, add "user" as implicit group 2010-06-17 08:00:42 +00:00
ApiQueryUsers.php Followup to r68157: simplify ApiQueryUsers::getAutoGroups() 2010-06-17 09:39:07 +00:00
ApiQueryWatchlist.php Fix method comment from r66539 2010-06-06 12:30:46 +00:00
ApiQueryWatchlistRaw.php * (bug 23548) Allow access of another users watchlist through watchlistraw using token and username 2010-05-16 16:37:34 +00:00
ApiResult.php Fixed some doxygen warnings 2010-03-08 21:11:32 +00:00
ApiRollback.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiUnblock.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiUndelete.php Mixture of things. 2010-05-11 22:30:18 +00:00
ApiUpload.php * re r65152 add back async option for uploadByURL API call 2010-06-12 03:58:31 +00:00
ApiUserrights.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00
ApiWatch.php Remove arrays from getDescription where we are only using 1 line 2010-05-25 20:46:09 +00:00