Merge "JSON formatversion=2 is no longer experimental"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 13 Nov 2018 20:47:27 +0000 (20:47 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 13 Nov 2018 20:47:27 +0000 (20:47 +0000)
1  2 
RELEASE-NOTES-1.33

diff --combined RELEASE-NOTES-1.33
@@@ -15,16 -15,12 +15,16 @@@ production
    the current parse language where available.
  
  ==== Changed configuration ====
 +* Some external link searches will not work correctly until update.php (or
 +  refreshExternallinksIndex.php) is run. These include searches for links using
 +  IP addresses, internationalized domain names, and possibly mailto links.
  * …
  
  ==== Removed configuration ====
  * …
  
  === New features in 1.33 ===
 +* The 'GetPreferences' hook now receives an additional $context parameter.
  * …
  
  === External library changes in 1.33 ===
@@@ -33,8 -29,6 +33,8 @@@
  * …
  
  ==== Changed external libraries ====
 +* Updated wikimedia/xmp-reader from 0.6.0 to 0.6.1.
 +* Updated wikimedia/scoped-callback from 2.0.0 to 3.0.0.
  * …
  
  ==== Removed external libraries ====
@@@ -45,6 -39,7 +45,7 @@@
  
  === Action API changes in 1.33 ===
  * (T198913) Added 'ApiOptions' hook.
+ * The JSON formatversion=2 is no longer experimental.
  * …
  
  === Action API internal changes in 1.33 ===
@@@ -65,7 -60,7 +66,7 @@@ MediaWiki supports over 350 languages. 
  Below only new and removed languages are listed, as well as changes to languages
  because of Phabricator reports.
  
 -* 
 +* (T203908) Added language support for Eastern Pwo (kjp).
  
  === Breaking changes in 1.33 ===
  * The parameteter $lang in DifferenceEngine::setTextLanguage must be of type
  * The hooks LanguageGetSpecialPageAliases and LanguageGetMagic, deprecated since
    1.16, have now been removed. Instead, use $specialPageAliases or $magicWords
    respectively in a $wgExtensionMessagesFiles file.
 -* …
 +* The following methods of the Preferences class, deprecated in 1.31, have been
 +  removed:
 +  * getSaveBlacklist()
 +  * loadPreferenceValues()
 +  * getOptionFromUser()
 +  * profilePreferences()
 +  * skinPreferences()
 +  * filesPreferences()
 +  * datetimePreferences()
 +  * renderingPreferences()
 +  * editingPreferences()
 +  * rcPreferences()
 +  * watchlistPreferences()
 +  * searchPreferences()
 +  * miscPreferences()
 +  * generateSkinOptions()
 +  * getDateOptions()
 +  * getImageSizes()
 +  * getThumbSizes()
 +  * validateSignature()
 +  * cleanSignature()
 +  * getTimezoneOptions()
 +  * filterIntval()
 +  * filterTimezoneInput()
 +  * getTimeZoneList()
  
  === Deprecations in 1.33 ===
  * The configuration option $wgUseESI has been deprecated, and is expected
    applied for Arabic and Malayalam in the future.  Please enable these on
    your local wiki (if you have them explicitly set to false) and run
    maintenance/cleanupTitles.php to fix any existing page titles.
 -* OutputPage::parse() and OutputPage::parseInline() have been deprecated
 -  due to untidy output and inconsistent handling of wrapper divs and
 -  interface/content language defaults.  Use OutputPage::parseAsContent(),
 -  OutputPage::parseAsInterface(), or OutputPage::parseInlineAsInterface()
 -  as appropriate.
  * The LegacyHookPreAuthenticationProvider class, deprecated since its creation
    in 1.27 as part of the AuthManager re-write, now emits deprecation warnings.
    This will help identify the issue if you added it to $wgAuthManagerConfig.
  * …
  
  === Other changes in 1.33 ===
 +* (T208871) The hard-coded Google search form on the database error page was
 +  removed.
  * …
  
  == Compatibility ==