..
i18n
Localisation updates from https://translatewiki.net .
2015-03-05 21:34:15 +01:00
ApiBase.php
API: Add caution to docs for ApiBase::getCustomPrinter
2015-03-03 21:50:50 +00:00
ApiBlock.php
ApiCheckToken.php
API: Add authz features for RESTBase
2015-02-19 16:45:03 -05:00
ApiClearHasMsg.php
ApiComparePages.php
ApiCreateAccount.php
New convenience method ApiBase::lacksSameOriginSecurity()
2015-02-27 09:48:37 -05:00
ApiDelete.php
ApiDisabled.php
ApiEditPage.php
Add a hook run after EditPage::attemptSave for WikiEditor
2015-02-26 16:44:52 +00:00
ApiEmailUser.php
ApiExpandTemplates.php
API: Add page properties to action=expandtemplates output
2014-12-22 21:45:59 +00:00
ApiFeedContributions.php
Introduce ApiFeedContributions::feedItem hook
2015-01-23 10:11:22 -08:00
ApiFeedRecentChanges.php
ApiFeedWatchlist.php
API: Handle invalid titles in action=feedwatchlist
2015-03-03 10:29:49 -05:00
ApiFileRevert.php
ApiFormatBase.php
Replace wfRunHooks calls with direct Hooks::run calls
2014-12-10 12:26:59 -08:00
ApiFormatDbg.php
ApiFormatDump.php
ApiFormatFeedWrapper.php
ApiFormatJson.php
ApiFormatNone.php
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php
Improve testing for ApiFormatBase subclasses
2014-12-23 14:55:23 -05:00
ApiFormatXml.php
ApiFormatYaml.php
ApiHelp.php
API: Allow for documenting individual values of 'prop' parameters
2014-12-22 16:46:44 -05:00
ApiHelpParamValueMessage.php
API: Allow for documenting individual values of 'prop' parameters
2014-12-22 16:46:44 -05:00
ApiImageRotate.php
Made wfFindFile/wfLocalFile callers use explicit "latest" flags
2015-03-06 04:18:50 +00:00
ApiImport.php
Updated some try-catch statements: MWException -> Exception
2015-01-09 17:20:22 -08:00
ApiLogin.php
New convenience method ApiBase::lacksSameOriginSecurity()
2015-02-27 09:48:37 -05:00
ApiLogout.php
Replace wfRunHooks calls with direct Hooks::run calls
2014-12-10 12:26:59 -08:00
ApiMain.php
Browser should clear cache for API responses
2015-03-05 10:59:59 -05:00
ApiManageTags.php
Creation, deletion and improved management of change tags
2015-02-04 14:14:18 -05:00
ApiModuleManager.php
ApiMove.php
API: Check suppressredirect right in ApiMove
2014-11-26 14:43:58 -05:00
ApiOpenSearch.php
Add lots of @throws
2014-12-24 13:49:20 +00:00
ApiOptions.php
ApiPageSet.php
ApiPageSet lazy loads content models
2015-01-23 21:58:52 +00:00
ApiParamInfo.php
API: paraminfo html strings shouldn't include unnecessary <p>s
2015-03-02 14:29:30 +00:00
ApiParse.php
Fix phpcs errors in includes/
2015-01-08 20:15:07 +01:00
ApiPatrol.php
Fix case of various newFromID/newFromId functions
2014-12-10 19:40:27 +00:00
ApiProtect.php
ApiPurge.php
ApiQuery.php
New hooks ApiMain::moduleManager and ApiQuery::moduleManager
2015-02-23 10:38:40 -08:00
ApiQueryAllCategories.php
ApiQueryAllDeletedRevisions.php
API: Fix namespace handling in list=alldeletedrevs with from/to/predix
2014-11-24 10:14:37 -05:00
ApiQueryAllImages.php
Allow querying for multiple MIME types in the allimages API
2014-12-29 22:57:29 +01:00
ApiQueryAllLinks.php
ApiQueryAllMessages.php
ApiQueryAllPages.php
API: Avoid MySQL filesort with list=allpages&apfilterlanglinks=withlanglinks
2014-12-19 00:08:36 +00:00
ApiQueryAllUsers.php
ApiQueryBacklinks.php
ApiQueryBacklinksprop.php
ApiQueryBase.php
API: Don't allow '#' in title-parts
2015-02-20 10:18:00 -05:00
ApiQueryBlocks.php
API: Unconditionally load ipb_timestamp in ApiQueryBlocks
2015-02-18 16:54:25 -05:00
ApiQueryCategories.php
Removed FORCE INDEX from API category queries
2015-02-23 05:10:57 +00:00
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php
ApiQueryContributors.php
ApiQueryDeletedRevisions.php
ApiQueryDeletedrevs.php
New convenience method ApiBase::lacksSameOriginSecurity()
2015-02-27 09:48:37 -05:00
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php
ApiQueryFilearchive.php
ApiQueryFileRepoInfo.php
ApiQueryImageInfo.php
API: Allow for documenting individual values of 'prop' parameters
2014-12-22 16:46:44 -05:00
ApiQueryImages.php
ApiQueryInfo.php
New convenience method ApiBase::lacksSameOriginSecurity()
2015-02-27 09:48:37 -05:00
ApiQueryIWBacklinks.php
ApiQueryIWLinks.php
ApiQueryLangBacklinks.php
ApiQueryLangLinks.php
ApiQueryLinks.php
ApiQueryLogEvents.php
Fix parameter order for block logs
2015-02-24 19:37:03 +01:00
ApiQueryORM.php
ApiQueryPagePropNames.php
ApiQueryPageProps.php
ApiQueryPagesWithProp.php
ApiQueryPrefixSearch.php
API: Properly handle limit and continuation for generator=prefixsearch
2015-03-04 09:30:14 -05:00
ApiQueryProtectedTitles.php
ApiQueryQueryPage.php
ApiQueryRandom.php
ApiQueryRecentChanges.php
New convenience method ApiBase::lacksSameOriginSecurity()
2015-02-27 09:48:37 -05:00
ApiQueryRevisions.php
New convenience method ApiBase::lacksSameOriginSecurity()
2015-02-27 09:48:37 -05:00
ApiQueryRevisionsBase.php
Revision: mark getRaw*() methods as deprecated
2015-01-18 06:57:56 +01:00
ApiQuerySearch.php
API: Don't dump Title object into API result
2015-02-03 10:01:08 -05:00
ApiQuerySiteinfo.php
Expose installed libraries in action=query&meta=siteinfo
2015-02-12 23:25:19 +00:00
ApiQueryStashImageInfo.php
Pass user to FileRepo::getUploadStash
2015-01-31 21:46:05 +01:00
ApiQueryTags.php
Creation, deletion and improved management of change tags
2015-02-04 14:14:18 -05:00
ApiQueryTokens.php
New convenience method ApiBase::lacksSameOriginSecurity()
2015-02-27 09:48:37 -05:00
ApiQueryUserContributions.php
ApiQueryUserInfo.php
New convenience method ApiBase::lacksSameOriginSecurity()
2015-02-27 09:48:37 -05:00
ApiQueryUsers.php
New convenience method ApiBase::lacksSameOriginSecurity()
2015-02-27 09:48:37 -05:00
ApiQueryWatchlist.php
Merge "Add default type param for recentchanges and watchlist query api modules"
2015-02-23 13:32:12 +00:00
ApiQueryWatchlistRaw.php
ApiResult.php
Add lots of @throws
2014-12-24 13:49:20 +00:00
ApiRevisionDelete.php
ApiRollback.php
ApiRsd.php
Replace wfRunHooks calls with direct Hooks::run calls
2014-12-10 12:26:59 -08:00
ApiSetNotificationTimestamp.php
ApiStashEdit.php
Remove getSecondaryDataUpdates and friends from ParserOutput.
2015-02-24 11:01:16 +01:00
ApiTokens.php
New convenience method ApiBase::lacksSameOriginSecurity()
2015-02-27 09:48:37 -05:00
ApiUnblock.php
ApiUndelete.php
Replace wfRunHooks calls with direct Hooks::run calls
2014-12-10 12:26:59 -08:00
ApiUpload.php
Chunked upload: Return expected offset on offset error
2015-02-12 17:04:41 +01:00
ApiUserrights.php
ApiWatch.php