wiki.techinc.nl/includes/api
2011-03-14 11:07:58 +00:00
..
ApiBase.php Followup r82060 2011-03-03 23:22:39 +00:00
ApiBlock.php Follow-up r83825: fix fatal in API 2011-03-13 17:02:50 +00:00
ApiDelete.php Implement getRequireOnlyOneParameterErrorMessages, to make the error messages requireOnlyOneParameter can throw. 2011-02-25 19:09:39 +00:00
ApiDisabled.php
ApiEditPage.php
ApiEmailUser.php (bug 27862; follow-up r77714) Make emailuser api module not freak out when SpecialEmailUser returns a status object instead of true. 2011-03-05 03:35:49 +00:00
ApiExpandTemplates.php
ApiFeedWatchlist.php
ApiFileRevert.php More documentation 2011-03-07 14:59:41 +00:00
ApiFormatBase.php
ApiFormatDbg.php
ApiFormatDump.php
ApiFormatJson.php
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php
ApiFormatYaml.php
ApiHelp.php
ApiImport.php
ApiLogin.php Follow-up r83080: make ApiUploadTest really work this time 2011-03-11 20:04:17 +00:00
ApiLogout.php
ApiMain.php (bug 27018) Added action=filerevert to revert files to an old version. Copied procedure from FileRevertForm, as most of the verification procedure is simple enough to not warrant the effort of writing a dedicated backend. 2011-03-05 17:23:35 +00:00
ApiMove.php More documentation 2011-03-07 14:59:41 +00:00
ApiOpenSearch.php
ApiPageSet.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiParamInfo.php
ApiParse.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiPatrol.php
ApiProtect.php
ApiPurge.php
ApiQuery.php
ApiQueryAllCategories.php * (bug 27340) API: Allow listing of "small" categories 2011-03-13 17:16:07 +00:00
ApiQueryAllimages.php 2011-03-13 22:23:57 +00:00
ApiQueryAllLinks.php Followup r83843, r83837, per brian, addOption unconditionally replaces ORDER BY etc, so fix that 2011-03-13 19:28:44 +00:00
ApiQueryAllmessages.php * (bug 27183) API: Add filter by customisation state for meta=allmessages 2011-03-13 16:36:51 +00:00
ApiQueryAllpages.php Follow-up r82853: Filter out create restriction from SpecialProtectedPages and Api. Added Title::getFilteredRestrictionTypes() for this purpose. 2011-02-26 16:29:48 +00:00
ApiQueryAllUsers.php Followup r83849, fix join to be on indexed user_name 2011-03-14 11:07:58 +00:00
ApiQueryBacklinks.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiQueryBase.php * (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear in auto generated document, as it is on mw.org 2011-03-13 00:07:22 +00:00
ApiQueryBlocks.php * (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear in auto generated document, as it is on mw.org 2011-03-12 23:39:15 +00:00
ApiQueryCategories.php Bit of documentation, explicitness, variable definition 2011-02-24 23:03:00 +00:00
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php Fixup a couple more hardcoded module prefixes in help 2011-03-13 17:28:53 +00:00
ApiQueryDeletedrevs.php Followup r83843, r83837, per brian, addOption unconditionally replaces ORDER BY etc, so fix that 2011-03-13 19:28:44 +00:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php
ApiQueryExternalLinks.php Refactor out the duplication I left with a TODO in r79659 2011-02-27 21:31:47 +00:00
ApiQueryExtLinksUsage.php Fixup a couple more hardcoded module prefixes in help 2011-03-13 17:28:53 +00:00
ApiQueryFilearchive.php * (bug 27585) add pagecount to list=filearchive 2011-03-13 23:04:51 +00:00
ApiQueryImageInfo.php Follow-up r83286: detabify description for mediatype 2011-03-05 15:14:49 +00:00
ApiQueryImages.php
ApiQueryInfo.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiQueryIWBacklinks.php
ApiQueryIWLinks.php
ApiQueryLangLinks.php
ApiQueryLinks.php
ApiQueryLogEvents.php Followup r83856 2011-03-13 22:12:57 +00:00
ApiQueryPageProps.php
ApiQueryProtectedTitles.php * (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear in auto generated document, as it is on mw.org 2011-03-12 23:39:15 +00:00
ApiQueryQueryPage.php
ApiQueryRandom.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiQueryRecentChanges.php * (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear in auto generated document, as it is on mw.org 2011-03-12 23:39:15 +00:00
ApiQueryRevisions.php * (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear in auto generated document, as it is on mw.org 2011-03-12 23:39:15 +00:00
ApiQuerySearch.php
ApiQuerySiteinfo.php
ApiQueryStashImageInfo.php Commit stuff from my w/c 2011-02-25 16:53:33 +00:00
ApiQueryTags.php Remove second parameters from wfEmptyMsg() calls 2011-03-07 17:10:22 +00:00
ApiQueryUserContributions.php * (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear in auto generated document, as it is on mw.org 2011-03-12 23:39:15 +00:00
ApiQueryUserInfo.php Per Platonides, fix for r82686: make ApiUploadTest work again 2011-03-02 12:52:47 +00:00
ApiQueryUsers.php * (bug 28010) Passing a non existant user to list=users gives internal error 2011-03-12 22:23:43 +00:00
ApiQueryWatchlist.php * (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear in auto generated document, as it is on mw.org 2011-03-12 23:39:15 +00:00
ApiQueryWatchlistRaw.php
ApiResult.php (bug 27018) Added action=filerevert to revert files to an old version. Copied procedure from FileRevertForm, as most of the verification procedure is simple enough to not warrant the effort of writing a dedicated backend. 2011-03-05 17:23:35 +00:00
ApiRollback.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiRsd.php
ApiUnblock.php Further massive rewrite of the blocking frontend: spin out unblocking into a new SpecialUnblock.php. This leaves IPBlockList as, astonishingly enough, a list of blocks... :D 2011-03-13 21:33:52 +00:00
ApiUndelete.php
ApiUpload.php Implement getRequireOnlyOneParameterErrorMessages, to make the error messages requireOnlyOneParameter can throw. 2011-02-25 19:09:39 +00:00
ApiUserrights.php
ApiWatch.php