wiki.techinc.nl/includes/api
Sam Reed f985524076 More versions added to @deprecated tags
Couple of inbound calls fixed up

Some ancient code removed as it's been marked deprecated
2011-05-06 21:50:18 +00:00
..
ApiBase.php More versions added to @deprecated tags 2011-05-06 21:50:18 +00:00
ApiBlock.php Various fixes for PHPUnit tests: 2011-04-07 14:54:38 +00:00
ApiComparePages.php Followup r87225 2011-05-02 11:12:48 +00:00
ApiDelete.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
ApiDisabled.php Delete all the "API for MediaWiki 1.8+" comments 2010-12-22 20:52:06 +00:00
ApiEditPage.php More parameter documentation 2011-02-19 00:30:18 +00:00
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 * (bug 28265) allow outputting of comments for action=expandtemplates 2011-05-01 22:11:05 +00:00
ApiFeedWatchlist.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiFileRevert.php Follow-up r83302: Check permissions 2011-04-14 21:09:16 +00:00
ApiFormatBase.php Use HTML5 for formatted API output 2011-05-01 21:19:40 +00:00
ApiFormatDbg.php Delete all the "API for MediaWiki 1.8+" comments 2010-12-22 20:52:06 +00:00
ApiFormatDump.php Delete all the "API for MediaWiki 1.8+" comments 2010-12-22 20:52:06 +00:00
ApiFormatJson.php Delete all the "API for MediaWiki 1.8+" comments 2010-12-22 20:52:06 +00:00
ApiFormatPhp.php Delete all the "API for MediaWiki 1.8+" comments 2010-12-22 20:52:06 +00:00
ApiFormatRaw.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiFormatTxt.php Delete all the "API for MediaWiki 1.8+" comments 2010-12-22 20:52:06 +00:00
ApiFormatWddx.php Delete all the "API for MediaWiki 1.8+" comments 2010-12-22 20:52:06 +00:00
ApiFormatXml.php Delete all the "API for MediaWiki 1.8+" comments 2010-12-22 20:52:06 +00:00
ApiFormatYaml.php * (bug 28586) YAML: strings that are the same as boolean literals 2011-04-18 11:42:44 +00:00
ApiHelp.php Add some method documentation 2010-12-23 19:24:38 +00:00
ApiImport.php * (bug 28368) add hint for multipart/form-data to api information of action=import&xml= 2011-04-06 22:16:38 +00:00
ApiLogin.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiLogout.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiMain.php More versions added to @deprecated tags 2011-05-06 21:50:18 +00:00
ApiMove.php More documentation 2011-03-07 14:59:41 +00:00
ApiOpenSearch.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiPageSet.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiParamInfo.php Followup r87132, per Bryan, still return the "limit" to be the current users limit, but return high/low limit 2011-04-29 21:46:17 +00:00
ApiParse.php * (bug 28812) API's parse module documentation should no longer include section tree warning 2011-05-04 18:14:30 +00:00
ApiPatrol.php BREAKING CHANGE: Require POST for patrolling revisions and salt the patrol token with 'patrol' instead of rc_id. 2010-12-09 21:29:03 +00:00
ApiProtect.php Follow-ups to r84258 2011-03-18 22:28:39 +00:00
ApiPurge.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiQuery.php Refactor the factory/i18n/list/etc static methods from SpecialPage into their own class; there's no reason we need to be parsing them in every single SpecialPage subclass. Leave all the methods as stubs in SpecialPage.php; if we required PHP 5.3 they could be replaced by a a __callStatic() magic method, but that doesn't work on PHP 5.2. 2011-04-17 11:31:11 +00:00
ApiQueryAllCategories.php * (bug 27340) API: Allow listing of "small" categories 2011-03-13 17:16:07 +00:00
ApiQueryAllimages.php * (bug 27589) list=allimages&aiprop=archivename is useless 2011-03-21 23:51:26 +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 28249) allow dupes in meta=allmessages&amargs 2011-03-26 18:52:07 +00:00
ApiQueryAllpages.php Followup r86763, and also fix ancient revision from SpecialProtectedpages (Aaron at fault), use $db->getInfinity() 2011-04-23 14:24:42 +00:00
ApiQueryAllUsers.php Remove unneeded manual quoting from r87180 2011-05-01 11:20:14 +00:00
ApiQueryBacklinks.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiQueryBase.php Followup r85884 2011-04-30 23:18:34 +00:00
ApiQueryBlocks.php More cleanup in Block.php. Push Block::encodeExpiry() and Block::decodeExpiry() deeper into the callstack, to DatabaseBase for encode and Language for decode. The vast majority of callers of these functions are not handling block expiries, but expiries generally, particularly page protections. 2011-03-18 19:15:56 +00:00
ApiQueryCategories.php API: BREAKING CHANGE: (bug 28541) Output of binary ICU sortkeys is broken. Change sortkey fields in prop=categories and list=categorymembers to hexadecimal strings, that way we don't have any issues with scary binary stuff. Also change cmcontinue to take hex-encoded sortkeys and swap the order back to normal (previously sortkey was at the end because it could contain pipe characters, but that's not an issue with hex). 2011-04-17 12:41:29 +00:00
ApiQueryCategoryInfo.php Delete all the "API for MediaWiki 1.8+" comments 2010-12-22 20:52:06 +00:00
ApiQueryCategoryMembers.php API: Clarify help text for cmstartsortkey and cmendsortkey parameters 2011-04-19 15:46:05 +00:00
ApiQueryDeletedrevs.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiQueryDisabled.php Delete all the "API for MediaWiki 1.8+" comments 2010-12-22 20:52:06 +00:00
ApiQueryDuplicateFiles.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryExternalLinks.php Followup r84698, remove unused $db 2011-03-25 10:37:56 +00:00
ApiQueryExtLinksUsage.php Followup r84698, remove unused $db 2011-03-25 10:37:56 +00:00
ApiQueryFilearchive.php Followup r84356, don't pass title string, pass a title object 2011-03-26 18:46:15 +00:00
ApiQueryImageInfo.php Tweak documentation 2011-04-29 23:34:37 +00:00
ApiQueryImages.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryInfo.php Followup r84825 2011-04-01 17:29:15 +00:00
ApiQueryIWBacklinks.php * (bug 28104) Namespace for local pages in interwiki backlinks (iwbacklinks) 2011-03-18 19:15:33 +00:00
ApiQueryIWLinks.php * (bug 26483) add a iwtitles param to prop=iwlinks 2011-01-05 21:28:18 +00:00
ApiQueryLangLinks.php * (bug 26484) add a lltitles param to prop=langlinks 2011-01-05 21:51:12 +00:00
ApiQueryLinks.php More parameter documentation 2011-02-19 00:30:18 +00:00
ApiQueryLogEvents.php Add some more spacing due to long parameter names 2011-04-23 13:29:11 +00:00
ApiQueryPageProps.php * (bug 27479) API error when using both prop=pageprops and prop=info&inprop=displaytitle 2011-02-16 23:38:21 +00:00
ApiQueryProtectedTitles.php More cleanup in Block.php. Push Block::encodeExpiry() and Block::decodeExpiry() deeper into the callstack, to DatabaseBase for encode and Language for decode. The vast majority of callers of these functions are not handling block expiries, but expiries generally, particularly page protections. 2011-03-18 19:15:56 +00:00
ApiQueryQueryPage.php Fix typo in description 2011-04-25 13:44:54 +00:00
ApiQueryRandom.php Tweak comments, remove some unused stuff. 2011-02-27 21:10:11 +00:00
ApiQueryRecentChanges.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
ApiQueryRevisions.php Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here. 2011-04-25 14:05:57 +00:00
ApiQuerySearch.php Fix the last assignment in conditional, bit of code duplication, as the next isn't iterable :( 2011-03-25 10:36:07 +00:00
ApiQuerySiteinfo.php Followup r87150 2011-04-30 16:52:28 +00:00
ApiQueryStashImageInfo.php * (bug 27586) Remove duplication of props in ApiQueryStashImageInfo by using ApiQueryImageInfo 2011-03-22 00:08:45 +00:00
ApiQueryTags.php Remove second parameters from wfEmptyMsg() calls 2011-03-07 17:10:22 +00:00
ApiQueryUserContributions.php * (bug 26873) API: Add 'toponly' filter in usercontribs module 2011-04-10 21:52:34 +00:00
ApiQueryUserInfo.php * (bug 28364) add registration date to meta=userinfo 2011-04-10 12:27:32 +00:00
ApiQueryUsers.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
ApiQueryWatchlist.php $db is already defined, don't use $this->getDB() again 2011-05-01 00:17:39 +00:00
ApiQueryWatchlistRaw.php More parameter documentation 2011-02-19 00:30:18 +00:00
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 A few minor RSD changes 2011-05-02 17:32:42 +00:00
ApiUnblock.php Set forgotten api parameters types 2011-04-04 20:51:41 +00:00
ApiUndelete.php Delete all the "API for MediaWiki 1.8+" comments 2010-12-22 20:52:06 +00:00
ApiUpload.php API upload errors may now return the parameter that needs to be changed and a sessionkey to fix the error. This is for now only done for uploads that can be fixed by changing the filename, but may be extended later to comment and pagetext. 2011-03-25 21:22:02 +00:00
ApiUserrights.php Oops, forgot to revert r86954 in r86973, not needed anymore 2011-04-26 19:23:23 +00:00
ApiWatch.php r86001, now with less scariness :P I took out the delete action and did purge instead, which is a much more self-contained action-with-a-form. Also implement a few changes suggested by Brion on IRC last night. 2011-04-14 10:38:29 +00:00