wiki.techinc.nl/includes/api
2007-12-02 14:36:32 +00:00
..
ApiBase.php * Add limit=max to API. It also adds limit info to output 2007-11-29 15:19:56 +00:00
ApiBlock.php Oops, requestWriteMode() is in ApiMain, not ApiBase 2007-12-02 14:36:32 +00:00
ApiChangeRights.php Oops, requestWriteMode() is in ApiMain, not ApiBase 2007-12-02 14:36:32 +00:00
ApiDelete.php Oops, requestWriteMode() is in ApiMain, not ApiBase 2007-12-02 14:36:32 +00:00
ApiExpandTemplates.php Revert r27581, 27598, 27626 2007-11-19 15:32:06 +00:00
ApiFeedWatchlist.php (bug 11218) Add 'allrev' parameter option to feedwatchlist, to allow multiple revisions for each page to displayed. 2007-09-26 03:24:01 +00:00
ApiFormatBase.php * Use *bold* and $italics$ highlighting only in API help. It completely breaks formatting on meta=allmessages and no one needs it 2007-12-01 17:37:08 +00:00
ApiFormatJson.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ApiFormatJson_json.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ApiFormatPhp.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ApiFormatWddx.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ApiFormatXml.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ApiFormatYaml.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ApiFormatYaml_spyc.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ApiHelp.php Revert part of Brion's 27627: please don't throw away the child (maxlag) with the bathwater (format=raw) 2007-11-19 15:57:58 +00:00
ApiLogin.php API: Provide details message on first failed log-in too (probably where it's needed the most). 2007-11-18 05:46:44 +00:00
ApiMain.php APIEDIT BRANCH MERGE: Adding apiedit modules: action={block,changerights,delete,move,protect,rollback,unblock,undelete} and list={blocks,deletedrevs}. $wgEnableWriteAPI must be explicitly set to enable these modules. 2007-12-02 14:24:07 +00:00
ApiMove.php Oops, requestWriteMode() is in ApiMain, not ApiBase 2007-12-02 14:36:32 +00:00
ApiOpenSearch.php API: Removed maximum limit checking when running api in an internal mode. 2007-07-15 00:52:35 +00:00
ApiPageSet.php Variable $titleString seemed to be used before it was defined - removing. 2007-08-20 08:13:16 +00:00
ApiParse.php Fix a bug with pages without interwiki/etc. 2007-12-01 13:49:39 +00:00
ApiProtect.php Oops, requestWriteMode() is in ApiMain, not ApiBase 2007-12-02 14:36:32 +00:00
ApiQuery.php APIEDIT BRANCH MERGE: Adding apiedit modules: action={block,changerights,delete,move,protect,rollback,unblock,undelete} and list={blocks,deletedrevs}. $wgEnableWriteAPI must be explicitly set to enable these modules. 2007-12-02 14:24:07 +00:00
ApiQueryAllLinks.php API: 2007-07-30 08:09:15 +00:00
ApiQueryAllmessages.php API: add meta=allmessages 2007-12-01 17:04:13 +00:00
ApiQueryAllpages.php API: 2007-10-15 13:50:43 +00:00
ApiQueryAllUsers.php (bug 11562) API: Added a user_registration parameter/field to the list=allusers query. Patch by Bryan Tong Minh <Bryan.TongMinh at gmail.com>. 2007-10-26 03:48:58 +00:00
ApiQueryBacklinks.php Fix regression from r26954 -- caused non-empty data sets to *fail* to render, in addition to making empty data sets render. :) 2007-11-16 22:50:59 +00:00
ApiQueryBase.php API: Added various edit tokens to prop=info (except rollback - will be added to revisions) 2007-08-01 22:46:22 +00:00
ApiQueryBlocks.php APIEDIT BRANCH MERGE: Adding apiedit modules: action={block,changerights,delete,move,protect,rollback,unblock,undelete} and list={blocks,deletedrevs}. $wgEnableWriteAPI must be explicitly set to enable these modules. 2007-12-02 14:24:07 +00:00
ApiQueryCategories.php API: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop=content will now check that the page can be read. 2007-07-14 19:04:31 +00:00
ApiQueryCategoryMembers.php *(bug 11275) Enable descending sort in API categorymembers 2007-09-10 14:17:33 +00:00
ApiQueryDeletedrevs.php APIEDIT BRANCH MERGE: Adding apiedit modules: action={block,changerights,delete,move,protect,rollback,unblock,undelete} and list={blocks,deletedrevs}. $wgEnableWriteAPI must be explicitly set to enable these modules. 2007-12-02 14:24:07 +00:00
ApiQueryExternalLinks.php API: implemented prop=imageinfo, minor cleanup 2007-07-07 03:05:09 +00:00
ApiQueryExtLinksUsage.php API: 2007-08-09 08:41:58 +00:00
ApiQueryImageInfo.php API: Fixing bug in iiprop=metadata handling: 2007-10-20 18:27:39 +00:00
ApiQueryImages.php API: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop=content will now check that the page can be read. 2007-07-14 19:04:31 +00:00
ApiQueryInfo.php Make API check for page restrictions in the old format too. 2007-11-27 10:22:14 +00:00
ApiQueryLangLinks.php API: implemented prop=imageinfo, minor cleanup 2007-07-07 03:05:09 +00:00
ApiQueryLinks.php API: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop=content will now check that the page can be read. 2007-07-14 19:04:31 +00:00
ApiQueryLogEvents.php (bug 10634) Fake out log_id until the column is live on Wikimedia 2007-07-18 21:47:09 +00:00
ApiQueryRecentChanges.php API: Add type filtering to list=recentchanges 2007-10-12 14:03:43 +00:00
ApiQueryRevisions.php Reverting prop=revisions diff generation: way too expensive and DoS-vulnerable 2007-12-02 00:22:32 +00:00
ApiQuerySearch.php API: 2007-07-30 08:09:15 +00:00
ApiQuerySiteinfo.php API: Include, if possible, svn rev in siteinfo query result. 2007-10-06 02:30:00 +00:00
ApiQueryUserContributions.php Better variable and method naming 2007-08-13 18:18:18 +00:00
ApiQueryUserInfo.php API: Getting a list of all user preferences is easy, so let's just do that 2007-11-03 16:08:43 +00:00
ApiQueryWatchlist.php API: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop=content will now check that the page can be read. 2007-07-14 19:04:31 +00:00
ApiRender.php Revert r27581, 27598, 27626 2007-11-19 15:32:06 +00:00
ApiResult.php API: Fixing bug in iiprop=metadata handling: 2007-10-20 18:27:39 +00:00
ApiRollback.php Oops, requestWriteMode() is in ApiMain, not ApiBase 2007-12-02 14:36:32 +00:00
ApiUnblock.php Oops, requestWriteMode() is in ApiMain, not ApiBase 2007-12-02 14:36:32 +00:00
ApiUndelete.php Oops, requestWriteMode() is in ApiMain, not ApiBase 2007-12-02 14:36:32 +00:00