| .. |
|
ApiBase.php
|
Fix trailing whitespace
|
2011-06-29 23:46:39 +00:00 |
|
ApiBlock.php
|
Single messages can be passed as strings to Api::dieUsageMsg()
|
2011-05-19 17:51:16 +00:00 |
|
ApiComparePages.php
|
Followup r89550, add new error message to getPossibleErrors
|
2011-06-06 09:40:45 +00:00 |
|
ApiDelete.php
|
Removed raw Article->field accessing
|
2011-06-28 14:10:55 +00:00 |
|
ApiDisabled.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiEditPage.php
|
* (bug 29278) server error 500 when attempting to add text to a page via redirect (redirect points to the page and page is edited)
|
2011-06-20 22:32:08 +00:00 |
|
ApiEmailUser.php
|
(bug 27862; follow-up r77714) Make emailuser api module not freak out when SpecialEmailUser returns a status object instead of true.
|
2011-03-05 03:35:49 +00:00 |
|
ApiExpandTemplates.php
|
* (bug 28265) allow outputting of comments for action=expandtemplates
|
2011-05-01 22:11:05 +00:00 |
|
ApiFeedContributions.php
|
Followup r89564
|
2011-06-06 15:34:14 +00:00 |
|
ApiFeedWatchlist.php
|
Followup r89562, use 'feedformat' not 'feed'
|
2011-06-13 21:35:23 +00:00 |
|
ApiFileRevert.php
|
Single messages can be passed as strings to Api::dieUsageMsg()
|
2011-05-19 17:51:16 +00:00 |
|
ApiFormatBase.php
|
Followup r89528, don't use $wgRequest use $this->getMain()->getRequest()->response()/$this->getRequest()->response() (the latter when we're already in main!)
|
2011-06-05 20:29:47 +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
|
Even more documentation in various files
|
2011-05-29 14:24:27 +00:00 |
|
ApiFormatYaml.php
|
* (bug 28586) YAML: strings that are the same as boolean literals
|
2011-04-18 11:42:44 +00:00 |
|
ApiHelp.php
|
Add some method documentation
|
2010-12-23 19:24:38 +00:00 |
|
ApiImport.php
|
Replace more multiple calls to $this->getResult() in methods with temporary variable
|
2011-06-30 01:06:17 +00:00 |
|
ApiLogin.php
|
Revert r89537 till we decide a sane way to have it on/off as API bools suck
|
2011-06-06 19:26:58 +00:00 |
|
ApiLogout.php
|
Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here.
|
2011-04-25 14:05:57 +00:00 |
|
ApiMain.php
|
Replace more multiple calls to $this->getResult() in methods with temporary variable
|
2011-06-30 01:06:17 +00:00 |
|
ApiMove.php
|
Replace more multiple calls to $this->getResult() in methods with temporary variable
|
2011-06-30 01:06:17 +00:00 |
|
ApiOpenSearch.php
|
Rm all mentions of "this module" in API action descriptions. They are supposed to be read by API users, not MW coders, thus internal terminology shouldn't be used here.
|
2011-04-25 14:05:57 +00:00 |
|
ApiPageSet.php
|
Fix fixme on r89549
|
2011-06-06 15:58:55 +00:00 |
|
ApiParamInfo.php
|
Fix 2 usages of 'bool' when 'boolean' is used elsewhere
|
2011-06-05 21:56:27 +00:00 |
|
ApiParse.php
|
Replace more multiple calls to $this->getResult() in methods with temporary variable
|
2011-06-30 01:06:17 +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
|
Replace more multiple calls to $this->getResult() in methods with temporary variable
|
2011-06-30 01:06:17 +00:00 |
|
ApiPurge.php
|
Replace more multiple calls to $this->getResult() in methods with temporary variable
|
2011-06-30 01:06:17 +00:00 |
|
ApiQuery.php
|
Fix trailing whitespace
|
2011-06-29 23:46:39 +00:00 |
|
ApiQueryAllCategories.php
|
Minor tweaks for r83833 per CR
|
2011-06-30 02:14:45 +00:00 |
|
ApiQueryAllimages.php
|
Followup r89576, and other related revisions
|
2011-06-25 03:50:41 +00:00 |
|
ApiQueryAllLinks.php
|
Followup r83843, r83837, per brian, addOption unconditionally replaces ORDER BY etc, so fix that
|
2011-03-13 19:28:44 +00:00 |
|
ApiQueryAllmessages.php
|
Swap else if for elseif
|
2011-06-17 16:03:52 +00:00 |
|
ApiQueryAllpages.php
|
Followup r86763, and also fix ancient revision from SpecialProtectedpages (Aaron at fault), use $db->getInfinity()
|
2011-04-23 14:24:42 +00:00 |
|
ApiQueryAllUsers.php
|
* (bug 28634) document possible API caveat caused by accounts without the registration time field
|
2011-05-13 15:04:55 +00:00 |
|
ApiQueryBacklinks.php
|
Replace more multiple calls to $this->getResult() in methods with temporary variable
|
2011-06-30 01:06:17 +00:00 |
|
ApiQueryBase.php
|
Replace more multiple calls to $this->getResult() in methods with temporary variable
|
2011-06-30 01:06:17 +00:00 |
|
ApiQueryBlocks.php
|
* (bug 27716) Make a method to do checking of 0 or 1 of the parameters existence (like requireOnlyOneParameter), but without needing one of the parameters
|
2011-06-06 16:45:40 +00:00 |
|
ApiQueryCategories.php
|
Single messages can be passed as strings to Api::dieUsageMsg()
|
2011-05-19 17:51:16 +00:00 |
|
ApiQueryCategoryInfo.php
|
Delete all the "API for MediaWiki 1.8+" comments
|
2010-12-22 20:52:06 +00:00 |
|
ApiQueryCategoryMembers.php
|
Replace more multiple calls to $this->getResult() in methods with temporary variable
|
2011-06-30 01:06:17 +00:00 |
|
ApiQueryDeletedrevs.php
|
Add some documentation
|
2011-06-01 16:40:59 +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
|
Kill the error suppression operator in the Api
|
2011-05-15 14:57:10 +00:00 |
|
ApiQueryExtLinksUsage.php
|
Followup r84698, remove unused $db
|
2011-03-25 10:37:56 +00:00 |
|
ApiQueryFilearchive.php
|
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
|
2011-07-01 02:25:19 +00:00 |
|
ApiQueryImageInfo.php
|
Swap else if for elseif
|
2011-06-17 16:03:52 +00:00 |
|
ApiQueryImages.php
|
Minor refactoring
|
2011-06-06 15:01:27 +00:00 |
|
ApiQueryInfo.php
|
* (bug 29070) Add token to action=watch
|
2011-05-21 16:38:40 +00:00 |
|
ApiQueryIWBacklinks.php
|
* (bug 28104) Namespace for local pages in interwiki backlinks (iwbacklinks)
|
2011-03-18 19:15:33 +00:00 |
|
ApiQueryIWLinks.php
|
* (bug 26483) add a iwtitles param to prop=iwlinks
|
2011-01-05 21:28:18 +00:00 |
|
ApiQueryLangBacklinks.php
|
Fix 2 things from CR in r88047, and one not noticed
|
2011-05-19 21:13:03 +00:00 |
|
ApiQueryLangLinks.php
|
* (bug 26484) add a lltitles param to prop=langlinks
|
2011-01-05 21:51:12 +00:00 |
|
ApiQueryLinks.php
|
Swap else if for elseif
|
2011-06-17 16:03:52 +00:00 |
|
ApiQueryLogEvents.php
|
Fix trailing whitespace
|
2011-06-29 23:46:39 +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
|
More cleanup in Block.php. Push Block::encodeExpiry() and Block::decodeExpiry() deeper into the callstack, to DatabaseBase for encode and Language for decode. The vast majority of callers of these functions are not handling block expiries, but expiries generally, particularly page protections.
|
2011-03-18 19:15:56 +00:00 |
|
ApiQueryQueryPage.php
|
Single messages can be passed as strings to Api::dieUsageMsg()
|
2011-05-19 17:51:16 +00:00 |
|
ApiQueryRandom.php
|
Tweak comments, remove some unused stuff.
|
2011-02-27 21:10:11 +00:00 |
|
ApiQueryRecentChanges.php
|
Replace more multiple calls to $this->getResult() in methods with temporary variable
|
2011-06-30 01:06:17 +00:00 |
|
ApiQueryRevisions.php
|
* (bug 28897) rvparse doesn’t seem to work with rvsection
|
2011-06-05 16:34:09 +00:00 |
|
ApiQuerySearch.php
|
Correct the documentation of srprop.
|
2011-07-06 20:47:26 +00:00 |
|
ApiQuerySiteinfo.php
|
Replace more multiple calls to $this->getResult() in methods with temporary variable
|
2011-06-30 01:06:17 +00:00 |
|
ApiQueryStashImageInfo.php
|
And even more documentation
|
2011-05-28 18:58:51 +00:00 |
|
ApiQueryTags.php
|
Simplify checks by using wfMessage() instead of wfEmptyMsg()
|
2011-06-21 20:05:00 +00:00 |
|
ApiQueryUserContributions.php
|
Add some documentation
|
2011-06-01 16:40:59 +00:00 |
|
ApiQueryUserInfo.php
|
* (bug 28364) add registration date to meta=userinfo
|
2011-04-10 12:27:32 +00:00 |
|
ApiQueryUsers.php
|
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
|
2011-04-21 00:07:09 +00:00 |
|
ApiQueryWatchlist.php
|
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
|
2011-07-01 02:25:19 +00:00 |
|
ApiQueryWatchlistRaw.php
|
Single messages can be passed as strings to Api::dieUsageMsg()
|
2011-05-19 17:51:16 +00:00 |
|
ApiResult.php
|
Fix trailing whitespace
|
2011-06-29 23:46:39 +00:00 |
|
ApiRollback.php
|
Single messages can be passed as strings to Api::dieUsageMsg()
|
2011-05-19 17:51:16 +00:00 |
|
ApiRsd.php
|
Followup r87261
|
2011-05-07 14:02:22 +00:00 |
|
ApiUnblock.php
|
Single messages can be passed as strings to Api::dieUsageMsg()
|
2011-05-19 17:51:16 +00:00 |
|
ApiUndelete.php
|
* (bug 28392) mark action=undelete×tamps as type "timestamp"
|
2011-06-05 23:18:22 +00:00 |
|
ApiUpload.php
|
Fix trailing whitespace
|
2011-06-29 23:46:39 +00:00 |
|
ApiUserrights.php
|
Fix trailing whitespace
|
2011-06-29 23:46:39 +00:00 |
|
ApiWatch.php
|
FU r89545: change broke api watching by switching watch and unwatch around.
|
2011-06-14 13:10:26 +00:00 |