User: Don't fail mysteriously when passing a User object to idFromName()
[lhc/web/wiklou.git] / RELEASE-NOTES-1.33
index 39e288d..5ed9d5a 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 ====
 * …
@@ -95,6 +96,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 ===