This week, the Symfony translation component improved the loader for INI files and a new config:debug command was proposed for Symfony 2.5 to dump the current configuration. Meanwhile, Silex improved the form CSRF extension when the translator service is available and Twig improved a test about how to access attributes for XML variables.

Symfony2 development highlights

2.3 changelog:

  • eb74cb6: [Twig Bridge] added lines to exceptions for the trans and transchoice tags
  • 3db1b10: [DomCrawler] allowed the TextAreaFormField to be used with valid/invalid HTML
  • 72d4583: [HttpKernel] added delta for Request comparison on tests
  • 1f22d3a: [Form] update DateTime objects only if the actual value has changed

Master changelog:

  • 5ef60f1: [Translation] added INI_SCANNER_RAW option to parse ini files
  • eb6d02c, 12eabd8: [WebProfilerBundle] use inline images instead of asset() function

Newest issues and pull requests

Twig development highlights

Master changelog:

  • 46a5852: minor simplification on the Twig Autoloader
  • e9e4748: added a note about how to check for dynamic attribute existence in the docs
  • bdbc56d: added test for accessing xml attributes

Silex development highlights

Master changelog:

  • c074545: the form csrf extension should use the translator if available

They talked about us

Published in #A week of symfony