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
- 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
- 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
- [RFC][Security] SecurityContext::isGranted returns false when SecurityContext::getUser is empty
- [Dependency Injection][RFC] Add active flag in service definition
- [Translation] Make plural translations more standard
- [FrameworkBundle] new config:debug command to dump current configuration
- Anonymous user should be a user object, not a string
- [Doctrine] RegisterMappingsPass should take the doctrine.orm.mappings config into account
Twig development highlights
- 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
- c074545: the form csrf extension should use the translator if available