This week, Symfony 2.8 added a way to define the priority of service decorators. Meanwhile, Debug component improved DebugClassLoader performance significantly on Mac OS X. Lastly, the SymfonyCon Paris 2015 conference announced its full schedule.
Symfony2 development highlights
- 6c22f0a: [HttpFoundation] fixed the check of 'proxy-revalidate' in Response::mustRevalidate()
- 8d2b888: [Twig Bridge] do not remove white space between attributes in form theme
- ce2a371, 4dd0de6: build PHPUnit with local components
- af0b8eb: [Debug] enhanced DebugClassLoader performance on MacOSX
- 68f0818: [Config] allowed to define Enum nodes with 1 single element
- f5ca270: [Console] handle false return value from readline
- a00687f: [DependencyInjection] added a way to define the priority of service decoration
- 060c167: [FrameworkBundle] fixed serializer config check
- 7c4f921: [SecurityBundle] removed deprecated code
Newest issues and pull requests
- Added possibility to attach event listener to master requests only
- Image absolute_url in email from CLI
- [PropertyAccess] [StringUtil] Double ss at the end is not correct handled
- Replace Web Debug Toolbar by Ajax requests (opt-in)
- [Validator] Add support for SVG files to image validation constraint
- [HttpKernel] Root directory values are inconsistent
Silex development highlights
- 091240e, 401674e, b510e5a: used shared RouteCollection among nested routes and apply prefix to route path before generating unique route name
- 721043c: updated the docs to show how to restrict a firewall by more than just the URL
- fe7403d: Added support for Symfony ConstraintValidatorFactory
They talked about us
- SymfonyLive London 2015: Meet the speakers: Kacper Gunia
- New 2015 Debug Toolbar Design in Symfony
- Symfony 2.8 Will Feature a New Debug Toolbar
- Symfony in a Nutshell
- Symfony Differently - part 3: Conclusion
- Automated deployment with AWS Elastic Beanstalk (EB) – Part II
- Nuevo en Symfony 2.8: Rediseñada la barra de depuración
- Entendiendo la lógica de Symfony (para principiantes)
- Mise en place de Memcached dans un projet Symfony 2 avec le Bundle LswMemcacheBundle
- Symfony2でDeprecatedな機能を使用していると、テスト実行時に通知してくれるPHPUnit Bridge