| .. |
|
ApiBase.php
|
Implement getRequireOnlyOneParameterErrorMessages, to make the error messages requireOnlyOneParameter can throw.
|
2011-02-25 19:09:39 +00:00 |
|
ApiBlock.php
|
-Add &watchuser option to ApiBlock
|
2011-01-02 19:58:27 +00:00 |
|
ApiDelete.php
|
Implement getRequireOnlyOneParameterErrorMessages, to make the error messages requireOnlyOneParameter can throw.
|
2011-02-25 19:09:39 +00:00 |
|
ApiDisabled.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiEditPage.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiEmailUser.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiExpandTemplates.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiFeedWatchlist.php
|
Styleli[zs]e the API up to date (Been a while since)
|
2010-12-30 17:06:09 +00:00 |
|
ApiFormatBase.php
|
Followup to r79532: Did I really need to implement a parameter? No, I did not.
|
2011-01-04 01:35:01 +00:00 |
|
ApiFormatDbg.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiFormatDump.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiFormatJson.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiFormatPhp.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiFormatRaw.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiFormatTxt.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiFormatWddx.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiFormatXml.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiFormatYaml.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiHelp.php
|
Add some method documentation
|
2010-12-23 19:24:38 +00:00 |
|
ApiImport.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiLogin.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiLogout.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiMain.php
|
A few return type hints
|
2011-01-30 08:16:13 +00:00 |
|
ApiMove.php
|
Implement getRequireOnlyOneParameterErrorMessages, to make the error messages requireOnlyOneParameter can throw.
|
2011-02-25 19:09:39 +00:00 |
|
ApiOpenSearch.php
|
Minor followup to r79649. Rename variables
|
2011-01-06 00:31:23 +00:00 |
|
ApiPageSet.php
|
initFromQueryResult doesn't use the $db parameter.
|
2011-01-12 00:24:25 +00:00 |
|
ApiParamInfo.php
|
Make paraminfo output examples along with parameter information.
|
2011-01-21 23:12:51 +00:00 |
|
ApiParse.php
|
Refactor code a little bit, save doing redundant checks if known not necessary.
|
2011-02-24 23:03:55 +00:00 |
|
ApiPatrol.php
|
BREAKING CHANGE: Require POST for patrolling revisions and salt the patrol token with 'patrol' instead of rc_id.
|
2010-12-09 21:29:03 +00:00 |
|
ApiProtect.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiPurge.php
|
Followup r79638
|
2011-01-05 17:57:12 +00:00 |
|
ApiQuery.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryAllCategories.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryAllimages.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryAllLinks.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryAllmessages.php
|
* Add a amtitle param to meta=allmessages
|
2011-02-09 15:19:45 +00:00 |
|
ApiQueryAllpages.php
|
Follow-up r82853: Filter out create restriction from SpecialProtectedPages and Api. Added Title::getFilteredRestrictionTypes() for this purpose.
|
2011-02-26 16:29:48 +00:00 |
|
ApiQueryAllUsers.php
|
* (bug 27708) list=users does not have a property to return user id
|
2011-02-25 16:19:44 +00:00 |
|
ApiQueryBacklinks.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryBase.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiQueryBlocks.php
|
* (bug 27616) Add userid of blocked user and blocker to list=blocks
|
2011-02-21 19:48:15 +00:00 |
|
ApiQueryCategories.php
|
Bit of documentation, explicitness, variable definition
|
2011-02-24 23:03:00 +00:00 |
|
ApiQueryCategoryInfo.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiQueryCategoryMembers.php
|
Implement getRequireOnlyOneParameterErrorMessages, to make the error messages requireOnlyOneParameter can throw.
|
2011-02-25 19:09:39 +00:00 |
|
ApiQueryDeletedrevs.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiQueryDisabled.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiQueryDuplicateFiles.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryExternalLinks.php
|
* (bug 26485) add a elextlinks param to prop=extlinks
|
2011-01-05 19:45:19 +00:00 |
|
ApiQueryExtLinksUsage.php
|
* (bug 26485) add a elextlinks param to prop=extlinks
|
2011-01-05 19:45:19 +00:00 |
|
ApiQueryFilearchive.php
|
Display userid, and actually put username in user (like usual)
|
2011-02-25 17:21:34 +00:00 |
|
ApiQueryImageInfo.php
|
Followup r82810, r82813, r82814
|
2011-02-25 21:41:19 +00:00 |
|
ApiQueryImages.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryInfo.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryIWBacklinks.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryIWLinks.php
|
* (bug 26483) add a iwtitles param to prop=iwlinks
|
2011-01-05 21:28:18 +00:00 |
|
ApiQueryLangLinks.php
|
* (bug 26484) add a lltitles param to prop=langlinks
|
2011-01-05 21:51:12 +00:00 |
|
ApiQueryLinks.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryLogEvents.php
|
Styleli[zs]e the API up to date (Been a while since)
|
2010-12-30 17:06:09 +00:00 |
|
ApiQueryPageProps.php
|
* (bug 27479) API error when using both prop=pageprops and prop=info&inprop=displaytitle
|
2011-02-16 23:38:21 +00:00 |
|
ApiQueryProtectedTitles.php
|
Bit of documentation, explicitness, variable definition
|
2011-02-24 23:03:00 +00:00 |
|
ApiQueryQueryPage.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryRandom.php
|
Bit of documentation, explicitness, variable definition
|
2011-02-24 23:03:00 +00:00 |
|
ApiQueryRecentChanges.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryRevisions.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQuerySearch.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQuerySiteinfo.php
|
* Expose list of skins in meta=siteinfo
|
2011-01-23 02:05:26 +00:00 |
|
ApiQueryStashImageInfo.php
|
Commit stuff from my w/c
|
2011-02-25 16:53:33 +00:00 |
|
ApiQueryTags.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryUserContributions.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiQueryUserInfo.php
|
* (bug 25767) Add userrights properties to allusers and users query lists
|
2011-01-04 01:39:02 +00:00 |
|
ApiQueryUsers.php
|
* (bug 27708) list=users does not have a property to return user id
|
2011-02-25 16:19:44 +00:00 |
|
ApiQueryWatchlist.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiQueryWatchlistRaw.php
|
More parameter documentation
|
2011-02-19 00:30:18 +00:00 |
|
ApiResult.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiRollback.php
|
Method documentation
|
2011-01-02 04:37:06 +00:00 |
|
ApiRsd.php
|
Styleli[zs]e the API up to date (Been a while since)
|
2010-12-30 17:06:09 +00:00 |
|
ApiUnblock.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiUndelete.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiUpload.php
|
Implement getRequireOnlyOneParameterErrorMessages, to make the error messages requireOnlyOneParameter can throw.
|
2011-02-25 19:09:39 +00:00 |
|
ApiUserrights.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiWatch.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |