wiki.techinc.nl/includes/api
2007-09-06 11:28:04 +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
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
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 (bug 10980) Add exclude redirects on backlinks 2007-09-04 14:44:46 +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
ApiQueryCategoryMembers.php Additional fix of bug 10890 2007-09-04 14:30:31 +00:00
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php API: 2007-08-09 08:41:58 +00:00
ApiQueryImageInfo.php * (bug 11115) API: Adding the SHA1 to the imageinfo query 2007-09-03 19:58:05 +00:00
ApiQueryImages.php
ApiQueryInfo.php API: Really fixing bug 10898 this time 2007-09-06 11:28:04 +00:00
ApiQueryLangLinks.php
ApiQueryLinks.php
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
ApiResult.php