This week, the Symfony community attention focused on the aftermath of the great SymfonyCon 2013 conference and the financing round announced by the parent company of Symfony.

Symfony2 development highlights

2.3 changelog:

  • 10e43b7: [Filesystem] changed the mode for a target file in copy() to be write only (stream wrappers like S3 do not support w+)
  • c05232f: [Validator] removed deprecated constraints calls (Min, Max, MaxLength, MinLength)
  • 06985eb: [DependencyInjection] do normalization on tag options
  • 0af3d19: [Routing] removed usage of deprecated _scheme requirement
  • 57ee519: [HttpFoundation] BinaryFileResponse should also return 416 or 200 on some range-requets
  • 0bbde05: [Form] fixed issue in BaseDateTimeTransformer when invalid timezone cause Transformation filed exception
  • 2e0bf0e: [Config] allow 0 as ArrayNode name
  • bee06e9: [Config] let ArrayNode::normalizeValue respect order of value array provided
  • faf2c8e: [HttpFoundation] fixed constants that don't exist in 2.3 (only in 2.4)
  • 3132b04: [BrowserKit] fixed CookieJar is totally ignorant of RFC 6265 edge cases
  • eb86af9: [Security] logger should manipulate the user reloaded from provider
  • c6f210b: [DependencyInjection] fixed support for backslashes in service ids

2.4 changelog:

  • 404944e: [Form] fixed deprecated usage and clarify constructor defaults for number formatter
  • cfff054: [DomCrawler] Crawler default namespace fix
  • 8edc855: [FrameworkBundle] added extra details in XMLDescriptor to improve container description

Newest issues and pull requests

They talked about us

Symfony Advent Calendar 2013

Published by the Association Francophone des Utilisateurs de Symfony


Do you have any idea or suggestion to improve the A week of Symfony posts? Please, leave a comment below or send me an email to javier.eguiluz[at]sensiolabs.com

Published in #A week of symfony