Merge "Honor transform limit for images with many old revisions"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.22
index 257bd6f..95da63b 100644 (file)
@@ -12,6 +12,7 @@ production.
 * $wgRedirectScript was removed. It was unused.
 
 === New features in 1.22 ===
+* (bug 44525) mediawiki.jqueryMsg can now parse (whitelisted) HTML elements and attributes.
 
 === Bug fixes in 1.22 ===
 
@@ -31,6 +32,12 @@ changes to languages because of Bugzilla reports.
   Nostalgia was moved to an extension.
 * Event namespace used by jquery.makeCollapsible has been changed from
   'mw-collapse' to 'mw-collapsible' for consistency with the module name.
+* BREAKING CHANGE: The "ExternalAuth" authentication subsystem was removed, along
+  with its associated globals of $wgExternalAuthType, $wgExternalAuthConf,
+  $wgAutocreatePolicy and $wgAllowPrefChange. Affected users are encouraged to
+  use AuthPlugin for external authentication/authorization needs.
+* The Quickbar feature of the legacy skin model and the last remnants of it
+  throughout the code base have been removed.
 
 == Compatibility ==