X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=50d40a61453c621d771a8ac249622319f6f2094e;hb=7e2d5705394f0fd50df609100d887d85a8f753f0;hp=d1952c803df0a21bc4f4517076963e994c87ae32;hpb=23299ca8790bcf1aebcf54e0932b94338e630474;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index d1952c803d..50d40a6145 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -86,6 +86,8 @@ production. auto-creation when 'createaccount' is not granted to all users. * Deprecated AuthPluginAutoCreate hook in favor of LocalUserCreated. * Most cookie-handling methods in User are deprecated. +* $wgAllowAsyncCopyUploads and $CopyUploadAsyncTimeout were removed. This was an + experimental feature that has never worked. === New features in 1.27 === * $wgDataCenterId and $wgDataCenterRoles where added, which will serve as @@ -183,6 +185,7 @@ production. * action=login transparently allows login using bot passwords. Clients should merely need to change the username and password used after setting up a bot password. +* action=upload no longer understands statuskey, asyncdownload or leavemessage. === Action API internal changes in 1.27 === * ApiQueryORM removed. @@ -284,6 +287,13 @@ changes to languages because of Phabricator reports. * FileRepo::getRootUrl() was removed (deprecated since 1.20). * User::generateToken() was removed (deprecated since 1.20). * WikiPage::getRawText() was removed (deprecated since 1.21). +* ParserOutput::hasCustomDataUpdates() was removed (deprecated since 1.25). +* ParserOutput::addSecondaryDataUpdate() was removed (deprecated since 1.25). +* ParserOutput::getSecondaryDataUpdates() was removed (deprecated since 1.25). +* Gallery images with multiple caption pipes no longer concatenate them all + together but instead pick the final one, similar to image syntax. +* XML-like parser tags (such as ), when unclosed, will be left unparsed + rather than consume everything until the end of the page. == Compatibility ==