This week, the inline fragment renderer was fixed when passing objects as attributes. Moreover, the HInclude fragment renderer was also improved to fix the handling of a default 'template' as a string. Lastly, another big PHP project (phpBB) decided to start using Twig for its templates.

Symfony2 development highlights

2.2 changelog:

  • 82dbaee: [HttpKernel] fixed the inline renderer when passing objects as attributes
  • 218bb90, bb59f40: [HttpFoundation] added JSON_NUMERIC_CHECK flag to fix issues when json response is used in JavaScript apps and especially in AngularJS (reverted)
  • 9d1004b: [HttpKernel] fix handling of a default template as a string in HIncludeFragmentRenderer
  • 91bb757: [Console] fixed ProgressHelper shows 100% percentage before complete
  • 06b69b8, 2dc1ee0: [HttpKernel] fixed inline fragment renderer
  • aaa40e5: [Config] fixed configuration validation error messages for the min and max functions
  • 9c5f8c6: [Yaml] removed wrong comment removal inside a string block

Master changelog:

  • cb5659a: [FrameworkBundle] supported multiple IPs for matching

They talked about us

Published in #A week of symfony