Merge "Diff and history link separated via CSS"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.33
index 39e288d..ae1468e 100644 (file)
@@ -11,7 +11,8 @@ production.
 * $wgEnablePartialBlocks – This enables the Partial Blocks feature, which gives
   accounts with block permissions the ability to block users, IPs, and IP ranges
   from editing specific pages, while allowing them to edit the rest of the wiki.
-* …
+* $wgMediaInTargetLanguage – whether multilingual images should be dispalyed in
+  the current parse language where available.
 
 ==== Changed configuration ====
 * …
@@ -20,6 +21,7 @@ production.
 * …
 
 === New features in 1.33 ===
+* The 'GetPreferences' hook now receives an additional $context parameter.
 * …
 
 === External library changes in 1.33 ===
@@ -95,6 +97,11 @@ because of Phabricator reports.
   the FakeAuthTemplate and LoginForm classes are removed, that FakeAuthTemplate
   is no longer passed into LoginSignupSpecialPage->getFieldDefinitions(), and
   that LoginSignupSpecialPage->getBCFieldDefinitions() is removed.
+* The 'jquery.localize' module, deprecated in 1.32, has been removed. Instead,
+  use 'jquery.i18n'.
+* The hooks LanguageGetSpecialPageAliases and LanguageGetMagic, deprecated since
+  1.16, have now been removed. Instead, use $specialPageAliases or $magicWords
+  respectively in a $wgExtensionMessagesFiles file.
 * …
 
 === Deprecations in 1.33 ===