User:KartikMistry/MLEB-2017-01

From mediawiki.org

Hello all,

I would like to announce the release of MediaWiki Language Extension Bundle 2017.01. This bundle is The bundle is compatible with MediaWiki 1.26 and 1.27 or above and requires PHP 5.5.9 or above.

Next MLEB is expected to be released in 3 months. If there are major changes or important bug fixes, we will do intermediate release. Please give us your feedback at https://www.mediawiki.org/wiki/Talk:MLEB.

Quick links:

Release notes for each extension are below.

-- Kartik Mistry

Highlights and upgrade notes[edit]

Babel[edit]

  • Kunal Mehta fixed compatibility with MediaWiki 1.27 version.
  • This, that and the other fixed categorization of 'pt-br' and similar language codes.
  • This, that and the other fixed Babel AutoCreate's edit summaries to use content language instead of user's UI language.

CLDR[edit]

  • Reedy updated CLDR to 30.0.2

CleanChanges[edit]

  • Maintenance and localisation updates only.

LocalisationUpdate[edit]

  • Niklas Laxström added warning for deprecated PHP entry point. Use wfLoadExtensions( array( 'LocalisationUpdate' ) ); to load extension in LocalSettings.php now.

Translate[edit]

  • Niklas Laxström made insertables more touch friendly.
  • Niklas Laxström made several improvements for MessageTable.
  • Niklas Laxström moved SpecialPage(Preparation|Migration) to tag, as they are related to page translation.
  • Niklas Laxström made several improvements in Special:TranslationStats.
  • Niklas Laxström implemented plural aware message content comparison.
  • Federico Leva added option to keep outdated page translation without removing them. T60429

UniversalLanguageSelector[edit]

  • Fomafix added patch to remove jquery.i18n library which is available in MediaWiki core since 1.26 version.
  • Niklas Laxström added warning for deprecated PHP entry point. Use wfLoadExtensions( array( 'UniversalLanguageSelector' ) ); to load extension in LocalSettings.php now.