Merge "Remove User::EDIT_TOKEN_SUFFIX, a deprecated constant since 1.27."
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 7 Dec 2018 23:14:53 +0000 (23:14 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 7 Dec 2018 23:14:53 +0000 (23:14 +0000)
1  2 
RELEASE-NOTES-1.33

diff --combined RELEASE-NOTES-1.33
@@@ -26,11 -26,6 +26,11 @@@ production
  * (T199334) $wgTagStatisticsNewTable — This temporary setting, added in
    MediaWiki 1.32, has now been removed. When loading Special:Tags, MediaWiki
    will now always use the `change_tag_def` instead of the `change_tag` table.
 +* MediaWiki now always tidies user output, and most related
 +  configuration has been removed. Thus $wgUseTidy, $wgTidyBin,
 +  $wgTidyConf, $wgTidyOpts, $wgTidyInternal, and $wgDebugTidy, all
 +  deprecated since 1.26, have now all been removed. The $wgTidyConfig
 +  setting remains only for Remex experimental features or debugging.
  * …
  
  === New features in 1.33 ===
@@@ -111,9 -106,6 +111,9 @@@ because of Phabricator reports
  * ParserOptions defaults 'tidy' to true now, since the untidy modes of the
    parser are being deprecated and ParserOptions::getCanonicalOverrides()
    has always been true at any rate.
 +* Support for disabling tidy and external tidy implementations has been removed.
 +  This was deprecated in 1.32. The pure PHP Remex tidy implementation is now
 +  used and no configuration is necessary.
  * A number of deprecated methods for API documentation, intended for overriding
    by extensions, are no longer called by MediaWiki, and will emit deprecation
    notices if your extension attempts to use them:
    * filterTimezoneInput()
    * getTimeZoneList()
  * mw.util.jsMessage(), deprecated in 1.20, was removed. Use mw.notify instead.
+ * (T61113) User::EDIT_TOKEN_SUFFIX was removed. It was deprecated since 1.27.
  
  === Deprecations in 1.33 ===
  * The configuration option $wgUseESI has been deprecated, and is expected