This week, Symfony started performing continuous integration for Windows systems. This resulted in lots of fixes for Windows tests, specially those related to internationalization. Meanwhile, Translation component made the "target" node optional in XLIFF files.

Symfony2 development highlights

2.3 changelog:

  • 1076a0f: [FrameworkBundle] fixed precedence of xdebug.file_link_format
  • 3dcda1a, b856f62: [Translation] supported omitting the <target> node in an .xlf file
  • b9760ef: consistently used str_replace to unify directory separators
  • 8bbd8d9: added appveyor.yml for continuous integration on Windows
  • ea92610: [FrameworkBundle] fixed the validation of form resources to register the default theme

2.7 changelog:

  • f31fa8c: [Form] fixed the handling of values for multiple choice types
  • cbba074: [VarDumper] fixed HtmlDumper to target specific the head tag
  • ea5d656: Windows and Intl fixes
  • 5df64dc: [Form] fixed the retrieval of the value with property path when using a loader
  • ccb3f56: [Debug] ignored silencing for deprecations

2.8 changelog:

  • 9d698e7: [Form] made deprecation notice more precise
  • f3bfc19: fixed BC break after split of ACL from core
  • 4278fe4: [Security] deprecated Security ClassUtils in favor of Acl ClassUtils

Newest issues and pull requests

Twig development highlights

Master changelog:

  • 9561582: fixed regression when using the deprecated Twig_Test_* classes

Silex development highlights

Master changelog:

  • d29f739: used Stateful object to check if Interactive Login have been triggered

They talked about us

Published in #A week of symfony