X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.28;h=78986d7b361a962bd252d362e3a1fce8d568618a;hb=ee1f1c06d7bf8f4634989f9a3f270dd68b293276;hp=8b7dced7f82615f9ffd428ba198c3eb589a4af66;hpb=d7144a8609d646254d4e5b9d39461318ae4355c5;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index 8b7dced7f8..78986d7b36 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -114,12 +114,15 @@ production. indicated by a 'fromencoded' boolean alongside the existing 'from' parameter. * (T28680) action=paraminfo can now return info about all submodules of a module without listing them all explicitly. +* (T146770) It is now possible to assert that the current user is a specific + named user, using the 'assertuser' parameter. === Action API internal changes in 1.28 === * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better interact with ApiParse and ApiExpandTemplates. * (T139565) SECURITY: API: Generate head items in the context of the given title * (T115333) SECURITY: Check read permission when loading page content in ApiParse +* ApiBase::getResultData() was removed (deprecated since 1.25) * ApiBase::makeHelpArrayToString() was removed (deprecated since 1.25) * ApiBase::makeHelpMsgParameters() was removed (deprecated since 1.25) * ApiBase::makeHelpMsg() was removed (deprecated since 1.25) @@ -211,6 +214,9 @@ changes to languages because of Phabricator reports. * IP::isConfiguredProxy() and IP::isTrustedProxy() were removed. Callers should migrate to using the same functions on a ProxyLookup instance, obtainable from MediaWikiServices. +* The ArticleAfterFetchContent, ArticleInsertComplete, ArticleSave, ArticleSaveComplete, + ArticleViewCustom, EditPageGetDiffText, EditPageGetPreviewText and ShowRawCssJs hooks + will now emit deprecation warnings if used. == Compatibility ==