Skip to content

« A week of symfony » blog posts

A weekly summary of everything that happened around Symfony development.

This week, the second beta of Symfony 2.5 version was released to fix some bugs discovered since the first beta. In addition, the Symfony repository activity was frantic and tens of issues were resolved or closed.
May 4, 2014 #A week of symfony
This week, Symfony 2.3.13 and 2.4.4 maintenance versions were released. Meanwhile, the stabilization phase of the upcoming Symfony 2.5 version continued with some tweaks and bug fixes. Lastly, Symfony 2.3 and higher versions added the @Target annotation to all constraints in order to indicate the kind of elements to which each constraint is applicable.
April 27, 2014 #A week of symfony
This week, Symfony project focused on fixing code inconsistencies, such as unifying the way null values are returned, removing unsupported arguments and making the phpdoc types consistent with those defined in Hack. Meanwhile, Swiftmailer started its big refactorization removing the Simpletest library and switching all its unit tests to PHPUnit.
April 20, 2014 #A week of symfony
This week, the most relevant news about Symfony project was the re-introduction of the Symfony Core Team, which could boost the Symfony development. In addition, the first beta of Symfony 2.5 was released, fixing important issues such as the database session storage for high-concurrency websites.
April 13, 2014 #A week of symfony
This week, Symfony 2.3.12 and 2.4.3 maintenance versions were published, both featuring tens of bug fixes and tweaks. In addition, the Validator component introduced a new NodeTraverser implementation and a new Debug component was proposed for Symfony.
April 6, 2014 #A week of symfony
This week, the Symfony development activity was frantic: the performance of the service container was improved, max_length and pattern options were deprecated in the Form component, a new UUID validator was added and a new twig:debug command was introduced to list all Twig functions, filters and global variables. Lastly, the addition of a much stricter email validator closed one of the longest running pull requests in Symfony history.
March 30, 2014 #A week of symfony
This week, Symfony added a new debug PHP extension to improve the Debug Symfony component. In addition, it enhanced the display of logs for the web profiler and added a standalone and PSR-3 compliant logger to the Console component.
March 23, 2014 #A week of symfony
This week, the Process component focused most of the development activity for the Symfony 2.3 branch. Meanwhile, the Form component improved the getErrors() method and firewalls added the feature of matching requests based on HTTP methods. In addition, Silex added support for the PATCH method and Twig fixed the recursive block calling for inherited templates.
March 16, 2014 #A week of symfony
This week the Console component greatly improved the ProgressBar helper and the ClassLoader component added a PSR-4 compatible class loader. Meanwhile, the refactorization of HttpKernel component started with the extraction of the profiler to a new component. In addition, the internal web server added support for HHVM.
March 9, 2014 #A week of symfony
This week, the Symfony Yaml component greatly improved its performance, thanks to its use in the Drupal 8 installer. In addition a new and advanced ProgressBar was proposed for the Console component.
March 2, 2014 #A week of symfony