wiki.techinc.nl/includes/api
2007-09-02 14:00:11 +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
ApiFormatBase.php * Introduce wfScript() wrapper around script path generation 2007-07-06 03:41:04 +00:00
ApiFormatJson.php
ApiFormatJson_json.php
ApiFormatPhp.php
ApiFormatWddx.php
ApiFormatXml.php
ApiFormatYaml.php
ApiFormatYaml_spyc.php
ApiHelp.php
ApiLogin.php API: fixed bad login throttling bug (i hope) 2007-08-09 09:53:05 +00:00
ApiMain.php Allow API modules to be defined in extensions 2007-08-31 15:23:48 +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 Fixed typo, fld_len -> fld_size 2007-09-02 14:00:11 +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