wiki.techinc.nl/includes/api
Brion Vibber 3a7e2083e8 Revert r25297, r25298 for now.
Adds what seems to be a very purpose-specific extension into the core API:
a) shortly before release
b) while apparently not implementing much of its interface
c) with an interface that looks kind of strange to me
2007-08-30 13:47:06 +00:00
..
ApiBase.php Variable $user seemed to be used before it was defined - removing. 2007-08-20 08:04:12 +00:00
ApiFeedWatchlist.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
ApiFormatBase.php * Introduce wfScript() wrapper around script path generation 2007-07-06 03:41:04 +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 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
ApiLogin.php API: fixed bad login throttling bug (i hope) 2007-08-09 09:53:05 +00:00
ApiMain.php Revert r25297, r25298 for now. 2007-08-30 13:47:06 +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
ApiQuery.php API: Added meta=userinfo module to get data about the currently logged-in user. 2007-07-31 17:53:37 +00:00
ApiQueryAllLinks.php API: 2007-07-30 08:09:15 +00:00
ApiQueryAllpages.php API: 2007-08-09 08:41:58 +00:00
ApiQueryAllUsers.php * (bug 10971) aufrom parameter doesn't work with spaces 2007-08-17 13:01:35 +00:00
ApiQueryBacklinks.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
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
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 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
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 * (bug 11072) Fix regression in API image history query 2007-08-27 21:32:47 +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 API: Added various edit tokens to prop=info (except rollback - will be added to revisions) 2007-08-01 22:46:22 +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: Fixed Bug 10544 Add 'rc_id' column to 'recentchanges' query. 2007-07-15 01:12:54 +00:00
ApiQueryRevisions.php API: Added size property (rev_len) 2007-08-09 06:38:48 +00:00
ApiQuerySearch.php API: 2007-07-30 08:09:15 +00:00
ApiQuerySiteinfo.php (bug 11094) Update API help for 'siteinfo' - based on a patch by VasilievVV 2007-08-28 15:37:31 +00:00
ApiQueryUserContributions.php Better variable and method naming 2007-08-13 18:18:18 +00:00
ApiQueryUserInfo.php Per Brion's suggestion, fixed blocker user detection: User::whoIs($wgUser->blockedBy()); 2007-08-01 20:11:29 +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
ApiResult.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