| .. |
|
ApiBase.php
|
Elaborate docs added in r53753 per CR comment
|
2009-07-26 18:24:47 +00:00 |
|
ApiBlock.php
|
Followup to r50744: Actually declare the method as public static, and use it in the API
|
2009-05-23 00:05:40 +00:00 |
|
ApiDelete.php
|
* Per my CR comments on r44560: merged FileCache into RepoGroup and fixed wfFindFile() global function bloat. Did not port unused functions such as the batch loading functions.
|
2009-08-15 09:59:59 +00:00 |
|
ApiDisabled.php
|
|
|
|
ApiEditPage.php
|
(bug 19090) Added watchlist parameter, deprecated watch and unwatch parameter in action=edit
|
2009-07-14 20:48:00 +00:00 |
|
ApiEmailUser.php
|
|
|
|
ApiExpandTemplates.php
|
|
|
|
ApiFeedWatchlist.php
|
Don't overload wluser parameter, use new wlowner
|
2009-07-26 17:04:22 +00:00 |
|
ApiFormatBase.php
|
|
|
|
ApiFormatDbg.php
|
|
|
|
ApiFormatJson.php
|
* removed plain-text output because IE is retarded treats plain-text as html (in fact no mime type I have found lets you send text to IE and have it treat it like text :( ....
|
2009-08-15 22:38:01 +00:00 |
|
ApiFormatJson_json.php
|
* updates for strict compliance mode chunk uploading
|
2009-07-25 03:25:01 +00:00 |
|
ApiFormatPhp.php
|
|
|
|
ApiFormatRaw.php
|
|
|
|
ApiFormatTxt.php
|
|
|
|
ApiFormatWddx.php
|
|
|
|
ApiFormatXml.php
|
(bug 19528) Added XSLT parameter to API queries in format=xml
|
2009-07-13 21:37:49 +00:00 |
|
ApiFormatYaml.php
|
|
|
|
ApiFormatYaml_spyc.php
|
|
|
|
ApiHelp.php
|
|
|
|
ApiImport.php
|
|
|
|
ApiLogin.php
|
|
|
|
ApiLogout.php
|
|
|
|
ApiMain.php
|
Revert r52190 ("Return HTTP 503 on API maxlag error"): announcement prompted many complaints, and the change never went live.
|
2009-07-16 08:04:15 +00:00 |
|
ApiMove.php
|
|
|
|
ApiOpenSearch.php
|
|
|
|
ApiPageSet.php
|
|
|
|
ApiParamInfo.php
|
|
|
|
ApiParse.php
|
API: Make usage of the parser cache in action=parse actually work; was broken since its introduction
|
2009-06-21 14:29:32 +00:00 |
|
ApiPatrol.php
|
|
|
|
ApiProtect.php
|
|
|
|
ApiPurge.php
|
|
|
|
ApiQuery.php
|
(bug 19004) Added support for tags to the API. Patch by Matthew Britton.
|
2009-08-03 17:48:01 +00:00 |
|
ApiQueryAllCategories.php
|
|
|
|
ApiQueryAllimages.php
|
Overide getDB() method to make sure to make sure the repo's DB is used which may not necesarilly be the same as the local DB.
|
2009-08-04 08:40:38 +00:00 |
|
ApiQueryAllLinks.php
|
|
|
|
ApiQueryAllmessages.php
|
follow-up r52858: remove unused "global $wgMessageCache;"
|
2009-07-08 09:38:03 +00:00 |
|
ApiQueryAllpages.php
|
|
|
|
ApiQueryAllUsers.php
|
|
|
|
ApiQueryBacklinks.php
|
Proper casing for getDBkey()
|
2009-05-24 08:29:10 +00:00 |
|
ApiQueryBase.php
|
|
|
|
ApiQueryBlocks.php
|
|
|
|
ApiQueryCategories.php
|
|
|
|
ApiQueryCategoryInfo.php
|
Proper casing for getDBkey()
|
2009-05-24 08:29:10 +00:00 |
|
ApiQueryCategoryMembers.php
|
(bug 19640) API: Unbreak cmnamespace in miser mode by filtering on the PHP side. This is a dirty, temporary hack that'll have to do until we can do this properly on the database side.
|
2009-07-15 10:07:02 +00:00 |
|
ApiQueryDeletedrevs.php
|
|
|
|
ApiQueryDisabled.php
|
|
|
|
ApiQueryDuplicateFiles.php
|
|
|
|
ApiQueryExternalLinks.php
|
|
|
|
ApiQueryExtLinksUsage.php
|
|
|
|
ApiQueryImageInfo.php
|
|
|
|
ApiQueryImages.php
|
|
|
|
ApiQueryInfo.php
|
Proper casing for getDBkey()
|
2009-05-24 08:29:10 +00:00 |
|
ApiQueryLangLinks.php
|
|
|
|
ApiQueryLinks.php
|
|
|
|
ApiQueryLogEvents.php
|
(bug 19004) Added support for tags to the API. Patch by Matthew Britton.
|
2009-08-03 17:48:01 +00:00 |
|
ApiQueryProtectedTitles.php
|
|
|
|
ApiQueryRandom.php
|
|
|
|
ApiQueryRecentChanges.php
|
(bug 19004) Added support for tags to the API. Patch by Matthew Britton.
|
2009-08-03 17:48:01 +00:00 |
|
ApiQueryRevisions.php
|
(bug 19004) Added support for tags to the API. Patch by Matthew Britton.
|
2009-08-03 17:48:01 +00:00 |
|
ApiQuerySearch.php
|
* Added fields to list=search output: size, wordcount, timestamp, snippet
|
2009-07-28 21:13:48 +00:00 |
|
ApiQuerySiteinfo.php
|
(bug 17809) Add number of users in user groups to meta=siteinfo
|
2009-07-12 12:10:27 +00:00 |
|
ApiQueryTags.php
|
fix for r54291: missing ending $ in $Id$
|
2009-08-03 19:57:35 +00:00 |
|
ApiQueryUserContributions.php
|
(bug 19004) Added support for tags to the API. Patch by Matthew Britton.
|
2009-08-03 17:48:01 +00:00 |
|
ApiQueryUserInfo.php
|
|
|
|
ApiQueryUsers.php
|
Followup to r49056: gender property gives "unknown" when gender option is null
|
2009-06-03 15:36:44 +00:00 |
|
ApiQueryWatchlist.php
|
Don't overload wluser parameter, use new wlowner
|
2009-07-26 17:04:22 +00:00 |
|
ApiQueryWatchlistRaw.php
|
|
|
|
ApiResult.php
|
|
|
|
ApiRollback.php
|
API: (bug 19313) action=rollback returns wrong revid on master/slave setups
|
2009-06-21 09:49:52 +00:00 |
|
ApiUnblock.php
|
|
|
|
ApiUndelete.php
|
|
|
|
ApiUpload.php
|
* added missing setIndexedTagName for some upload api array results
|
2009-08-15 10:22:20 +00:00 |
|
ApiUserrights.php
|
|
|
|
ApiWatch.php
|
|
|