| .. |
|
ApiBase.php
|
better error message and comment
|
2012-03-08 00:34:42 +00:00 |
|
ApiBlock.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiComparePages.php
|
Consistency: made all API examples a verbs
|
2012-01-12 17:36:06 +00:00 |
|
ApiDelete.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 19:30:01 +00:00 |
|
ApiDisabled.php
|
Change usage of quotes in API messages from ``x'' to "x".
|
2012-01-13 21:11:27 +00:00 |
|
ApiEditPage.php
|
Rather than using an error code of unknownerror, use the error code returned by EditPage if it's a string, and it has length, else just return the usual "unknownerror"
|
2012-01-13 23:14:28 +00:00 |
|
ApiEmailUser.php
|
Consistency: made all API examples a verbs
|
2012-01-12 17:36:06 +00:00 |
|
ApiExpandTemplates.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiFeedContributions.php
|
fix for bug33214 - catch all exceptions in api execute and provides necessary parameters required by the custom printer
|
2012-03-17 02:23:06 +00:00 |
|
ApiFeedWatchlist.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiFileRevert.php
|
Re-instate most of the revisions for bug 33147 "API examples should explain what they do"
|
2011-12-27 16:22:35 +00:00 |
|
ApiFormatBase.php
|
* (bug 34313) MediaWiki API intro message about "HTML format" should mention the format parameter.
|
2012-02-10 14:39:12 +00:00 |
|
ApiFormatDbg.php
|
Removed the 'eclipse helper' bit on top of every API module
|
2011-11-16 00:17:26 +00:00 |
|
ApiFormatDump.php
|
Removed the 'eclipse helper' bit on top of every API module
|
2011-11-16 00:17:26 +00:00 |
|
ApiFormatJson.php
|
Removed the 'eclipse helper' bit on top of every API module
|
2011-11-16 00:17:26 +00:00 |
|
ApiFormatPhp.php
|
Removed the 'eclipse helper' bit on top of every API module
|
2011-11-16 00:17:26 +00:00 |
|
ApiFormatRaw.php
|
Removed the 'eclipse helper' bit on top of every API module
|
2011-11-16 00:17:26 +00:00 |
|
ApiFormatTxt.php
|
Removed the 'eclipse helper' bit on top of every API module
|
2011-11-16 00:17:26 +00:00 |
|
ApiFormatWddx.php
|
Removed the 'eclipse helper' bit on top of every API module
|
2011-11-16 00:17:26 +00:00 |
|
ApiFormatXml.php
|
rem use of escapeLocalURL
|
2011-12-13 04:58:48 +00:00 |
|
ApiFormatYaml.php
|
Removed the 'eclipse helper' bit on top of every API module
|
2011-11-16 00:17:26 +00:00 |
|
ApiHelp.php
|
Re-instate most of the revisions for bug 33147 "API examples should explain what they do"
|
2011-12-27 16:22:35 +00:00 |
|
ApiImport.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiLogin.php
|
Change usage of quotes in API messages from ``x'' to "x".
|
2012-01-13 21:11:27 +00:00 |
|
ApiLogout.php
|
Consistency: made all API examples a verbs
|
2012-01-12 17:36:06 +00:00 |
|
ApiMain.php
|
Make UsageException extend MWException
|
2012-03-16 02:02:41 +00:00 |
|
ApiMove.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiOpenSearch.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiPageSet.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 18:01:54 +00:00 |
|
ApiParamInfo.php
|
Examples can just be a string
|
2012-02-24 02:06:39 +00:00 |
|
ApiParse.php
|
Update core usage of getLanguageName[s].
|
2012-03-08 20:56:26 +00:00 |
|
ApiPatrol.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiProtect.php
|
* Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() into WikiPage::doUpdateRestrictions(); older methods still work for backward compatibility, but marked Title::updateTitleProtection() as deprecated and for removal in 1.20 since no extension calls it
|
2011-12-18 16:01:31 +00:00 |
|
ApiPurge.php
|
Fix bug 32948:
|
2012-01-21 07:59:25 +00:00 |
|
ApiQuery.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 18:01:54 +00:00 |
|
ApiQueryAllCategories.php
|
More documentation updates as I've been going around
|
2011-12-11 20:57:57 +00:00 |
|
ApiQueryAllimages.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryAllLinks.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryAllmessages.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiQueryAllpages.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryAllUsers.php
|
Merge r111667 into trunk
|
2012-02-16 20:13:35 +00:00 |
|
ApiQueryBacklinks.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryBase.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 18:01:54 +00:00 |
|
ApiQueryBlocks.php
|
Fix possibly undefined variables
|
2012-02-18 01:07:42 +00:00 |
|
ApiQueryCategories.php
|
Change usage of quotes in API messages from ``x'' to "x".
|
2012-01-13 21:11:27 +00:00 |
|
ApiQueryCategoryInfo.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiQueryCategoryMembers.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryDeletedrevs.php
|
Re-instate most of the revisions for bug 33147 "API examples should explain what they do"
|
2011-12-27 16:22:35 +00:00 |
|
ApiQueryDisabled.php
|
Change usage of quotes in API messages from ``x'' to "x".
|
2012-01-13 21:11:27 +00:00 |
|
ApiQueryDuplicateFiles.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiQueryExternalLinks.php
|
Re-instate most of the revisions for bug 33147 "API examples should explain what they do"
|
2011-12-27 16:22:35 +00:00 |
|
ApiQueryExtLinksUsage.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryFilearchive.php
|
Re-instate most of the revisions for bug 33147 "API examples should explain what they do"
|
2011-12-27 16:22:35 +00:00 |
|
ApiQueryImageInfo.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiQueryImages.php
|
Change usage of quotes in API messages from ``x'' to "x".
|
2012-01-13 21:11:27 +00:00 |
|
ApiQueryInfo.php
|
Normalise casing of getArticleID used in core
|
2012-03-11 18:54:55 +00:00 |
|
ApiQueryIWBacklinks.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryIWLinks.php
|
Re-instate most of the revisions for bug 33147 "API examples should explain what they do"
|
2011-12-27 16:22:35 +00:00 |
|
ApiQueryLangBacklinks.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryLangLinks.php
|
Re-instate most of the revisions for bug 33147 "API examples should explain what they do"
|
2011-12-27 16:22:35 +00:00 |
|
ApiQueryLinks.php
|
Change usage of quotes in API messages from ``x'' to "x".
|
2012-01-13 21:11:27 +00:00 |
|
ApiQueryLogEvents.php
|
Documentation updates
|
2012-03-05 15:23:04 +00:00 |
|
ApiQueryPageProps.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiQueryProtectedTitles.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryQueryPage.php
|
Removed the 'eclipse helper' bit on top of every API module
|
2011-11-16 00:17:26 +00:00 |
|
ApiQueryRandom.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryRecentChanges.php
|
Fix exception from list=recentchanges rcprop=loginfo: update for new log system
|
2012-02-28 00:14:33 +00:00 |
|
ApiQueryRevisions.php
|
* (bug 33117) prop=revisions allows deleted text to be exposed through cache pollution
|
2012-01-11 21:52:44 +00:00 |
|
ApiQuerySearch.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQuerySiteinfo.php
|
fix r113403
|
2012-03-10 02:07:31 +00:00 |
|
ApiQueryStashImageInfo.php
|
Based on diff to wikia, set more functions consistently public rather than protected
|
2011-08-17 22:24:21 +00:00 |
|
ApiQueryTags.php
|
Removed the 'eclipse helper' bit on top of every API module
|
2011-11-16 00:17:26 +00:00 |
|
ApiQueryUserContributions.php
|
* (bug 33398) Wrong escape in online documentation for usercontribs
|
2011-12-28 13:36:32 +00:00 |
|
ApiQueryUserInfo.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiQueryUsers.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiQueryWatchlist.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryWatchlistRaw.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiResult.php
|
Removed the 'eclipse helper' bit on top of every API module
|
2011-11-16 00:17:26 +00:00 |
|
ApiRollback.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiRsd.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiUnblock.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiUndelete.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiUpload.php
|
* (bug 32341) Add upload by URL domain limitation.
|
2012-02-09 23:22:38 +00:00 |
|
ApiUserrights.php
|
Oh noes, moar http:// -> https://
|
2011-11-28 15:43:11 +00:00 |
|
ApiWatch.php
|
* (bug 34377) action=watch now parses messages using the correct title instead of "API"
|
2012-02-13 18:42:35 +00:00 |