Skip to content

« A week of symfony » blog posts

A weekly summary of everything that happened around Symfony development.

This week Symfony project announced that Drupal 8 will adopt some of the most important Symfony components, including HttpFoundation, HttpKernel, Routing, EventDispatcher, DependencyInjection, and ClassLoader.
March 26, 2012 #A week of symfony
This week Symfony 2.1 focused on session handlers refactoring, another important step in the ongoing effort to improve and refactor session management. In addition, the official Symfony documentation section was improved.
March 19, 2012 #A week of symfony
This week, symfony 1.4.17 was released to address some issues with the new PHP 5.4 version. In addition, a call to the community was made to help fixing some of the more than 200 pending issues of the upcoming Symfony 2.1.
March 12, 2012 #A week of symfony
This was a calm week for Symfony2 development. In the 2.0.x branch, a new removeListener() method was added to container-aware EventDispatcher. In the master branch, cookie session options were prefixed with cookie_ preffix and a new Redis profiler storage was added.
March 7, 2012 #A week of symfony
This week, Symfony 2.0.11 was released to address a security vulnerability. Meanwhile, Symfony 2.1 development focused on Config and Translation components and continued adding PHP 5.4 forward compatibility. In addition, Symfony2 official repository achieved the 4,000th watcher milestone.
March 2, 2012 #A week of symfony
This week, the Symfony Live Paris 2012 conference was announced. Early bird tickets sold out in less than 24 hours and call for papers is open until March 30th. Meanwhile, Symfony 2.1 added hinclude support in the core.
February 22, 2012 #A week of symfony
This week Symfony 2.1 session sub-system introduced a huge refactoring that affects session attributes, storage and flash messages. In addition, the tenth maintenance version of Symfony 2.0 was released.
February 15, 2012 #A week of symfony
This week, Symfony2 master branch committed a ton of fixes, tweaks and refactorizations related to Form and Validation components. In addition, Symfony2 official repository achieved a very remarkable milestone: 1,000 forks.
February 6, 2012 #A week of symfony
This week, time, logger and Doctrine collectors were tweaked and refactored. Meanwhile, the Form component fixed lots of bugs, specially with the improvements of ChoiceListInterface and its implementations.
January 30, 2012 #A week of symfony
This week, Form and Validator were the most active components on the Symfony2 master branch. First, the CollectionValidator introduced new Optional and Required constraints. Second, the validation of form children was made configurable, meaning that child forms now aren't validated anymore by default (bc-break change).
January 23, 2012 #A week of symfony