The last week of the year brought the release of Symfony 2.0.8 and the addition of streamed responses for the upcoming Symfony 2.1 version.

Development mailing list

Symfony2 development highlights

Master branch:

  • de9d7d8: [FrameworkBundle] updated Italian translations for validators
  • eef8a3c: [FrameworkBundle] changed the implementation of Controller::getUser() to be similar to the one from GlobalVariables::getUser()
  • d12f5b2: [Routing] removed trailing slash support for routes that are not available for GET/HEAD methods (as the redirection will always occurs with a GET/HEAD request)
  • 0038d1b, e44b8ba: [HttpFoundation] added support for streamed responses
  • 473741b: added the possibility to change a StreamedResponse callback after its creation
  • 887c0e9: moved EngineInterface::stream() to a new StreamingEngineInterface to keep BC with 2.0
  • 3ef0594: [HttpKernel] fixed missing argument in MongoDbProfilerStorageTest
  • e462f7b: [Templating] simplified PhpEngine as it cannot implements the streaming interface
  • 3d5ecc0: [HttpKernel] added the path info in the request data collector
  • b46114a: [WebProfilerBundle] moved the computation of the Router panel at runtime
  • 66a18f3: [BrowserKit] first attempt at fixing CookieJar

2.0.x branch:

  • e5c44e2, 6aee905, 5b4e619: released 2.0.8 version
  • eb2d6e6: [FrameworkBundle] updated Spanish translations for validators
  • c92d75f, f458e96: [TwigBridge] changed composer.json max version for Twig
  • 85ca8e3, 99011ca: [DependencyInjection] ParameterBag no longer resolves parameters that have spaces (They must be strictly "%some.parameter%" or similar)
  • ced57d8: [Form] reverse transform doesn't take a second argument

Repository summary: 3,670 watchers (#1 in PHP, #22 overall) and 944 forks (#1 in PHP, #12 overall).

Updated plugins

  • cpUniForm:
    • fixed cpUniFormPlugin
  • cpTcpdf:
    • updated MultiCellBlt
    • fixed footer
    • fixed watermark
  • sfSphinx:
    • updated main lib to version 2.0.3-release
    • fixed bugs for version 2.0.3-release

They talked about us

Published in #A week of symfony