From: James D. Forrester Date: Wed, 24 Aug 2016 00:20:01 +0000 (-0700) Subject: RELEASE-NOTES: Add release note for 74fa607 X-Git-Tag: 1.31.0-rc.0~5882^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=f0da1e5495bd15e0c82f2773da26bd5705c1ca57;p=lhc%2Fweb%2Fwiklou.git RELEASE-NOTES: Add release note for 74fa607 Also kill a couple of double-spaces that had crept in. Change-Id: I639369bafa17b65ac50082ae46187964e749d0d1 --- diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index 92ac869535..1463c6d508 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -24,8 +24,11 @@ production. input methods provided by the UniversalLanguageSelector extension. * When $wgPingback is true, MediaWiki will periodically ping https://www.mediawiki.org/beacon with basic information about the local - MediaWiki installation. This data includes, for example, the type of system, + MediaWiki installation. This data includes, for example, the type of system, PHP version, and chosen database backend. This behavior is off by default. +* When $wgEditButtonPublishNotSave is true, MediaWiki will label the button to + store-to-database-and-show-to-others as "Publish page"/"Publish changes"; if + false, the default, they will be "Save page"/"Save changes". === New features in 1.28 === * User::isBot() method for checking if an account is a bot role account. @@ -100,7 +103,7 @@ changes to languages because of Phabricator reports. === Other changes in 1.28 === * (T128697) Improved handling of large diffs. -* [BREAKING CHANGE] $wgExtendedLoginCookies has been removed. You can +* [BREAKING CHANGE] $wgExtendedLoginCookies has been removed. You can use or update a custom session provider if needed. * Deprecated APIEditBeforeSave hook in favor of EditFilterMergedContent. * The 'UploadVerification' hook is deprecated. Use 'UploadVerifyFile' instead.