Update Special:BlockList to present Partial Block details from the database
[lhc/web/wiklou.git] / RELEASE-NOTES-1.32
index 89c1f3a..5d11653 100644 (file)
@@ -135,7 +135,7 @@ production.
 ==== New external libraries ====
 * Added wikimedia/xmp-reader 0.6.0.
 * Added Add pear/Net_SMTP 1.8.0.
-* 
+* Added EasyDeflate (unversioned).
 
 ==== Changed external libraries ====
 * Updated qunitjs from 2.4.0 to 2.6.2.
@@ -146,12 +146,18 @@ production.
 * Updated composer/spdx-licenses from 1.3.0 to 1.4.0.
 * Updated jquery.i18n from 1.0.4 to 1.0.5.
 * Updated wikimedia/timestamp from 1.0.0 to 2.2.0.
-* Updated wikimedia/remex-html from 1.0.3 to 2.0.0.
-* Updated jquery from v3.2.1 to v3.3.1.
+* Updated wikimedia/remex-html from 1.0.3 to 2.0.1.
+* Updated jquery from 3.2.1 to 3.3.1.
+* Updated wikimedia/base-convert from 1.0.1 to 2.0.0
+* Updated OOjs from 2.2.0 to 2.2.2
+* Updated mustache.js from 0.8.2-d9aa703 to 1.0.0
+* Updated sinonjs from 1.17.3 to 1.17.7
+* Updated OOUI from 0.26.3 to 0.29.2
+* Updated CLDRPluralRuleParser from 0.1.0 to 1.3.2-pre
+* Updated jquery.client from 2.0.0 to 2.0.1.
 
 ==== Removed external libraries ====
 * pear/mail_mime-decode was removed.
-* …
 
 === Bug fixes in 1.32 ===
 * SpecialPage::execute() will now only call checkLoginSecurityLevel() if
@@ -420,6 +426,26 @@ because of Phabricator reports.
   * ApiUsageException::getCodeString() (deprecated in 1.29)
   * ApiUsageException::getMessageArray() (deprecated in 1.29)
 * Class UsageException, deprecated in 1.29, has been removed.
+* MediaWiki no longer has a 'JavaScript-powered' wikitext toolbar built in. The
+  old "bulletin board style toolbar", known as "the 2006 wikitext editor", has
+  been removed, and instead sysadmins will be required to choose one (or more)
+  of the several extensions available for this purpose if they need the
+  functionality. The MediaWiki "tarball" releases have included the replacement
+  extension for this, the WikiEditor extension aka "the 2010 wikitext editor",
+  for many years now. As part of this, several parts of MediaWiki have been
+  removed or simplified:
+  * The user option 'showtoolbar' (shown as "Show edit toolbar") is no longer
+    available; if an extension adds a toolbar via the EditPageBeforeEditToolbar
+    hook, it will be shown; extensions should provide a specific user preference
+    to disable themselves as needed.
+  * The public methods Language::getImageFile() and ::getImageFiles(), and the
+    related specification of $imageFiles within individual languages' code file,
+    as well as the referenced static media assets, all of which were only used
+    inside MediaWiki itself for providing the icons for the old toolbar, have
+    been removed without explicit deprecation.
+  * The internal ResourceLoader module "mediawiki.toolbar", which is unused
+    except by MediaWiki itself and back-compatibility code, has been removed.
+  * The internal ResourceLoaderEditToolbarModule class has been removed.
 
 === Deprecations in 1.32 ===
 * HTMLForm::setSubmitProgressive() is deprecated. No need to call it. Submit