This week Symfony focused on fixing issues, such as the generated logout path when not using the router, maintaining comments in Yaml scalar blocks and constraining password length when using bcrypt.
Symfony development highlights
- 2e158df: [Console] avoid extra blank lines when rendering exceptions
- 1a2567e: [SecurityBundle] fixed the logout path when not using the router
- 5c30266: [Security] verify if a password encoded with bcrypt is no longer than 72 characters
- 6b13708: [HttpFoundation] added the ability of using BinaryFileResponse with stream wrappers
- 8d01023: [Yaml] do not remove comments in scalar blocks
- b4b5d63: [Form] when a collection type attribute "required" is false, "prototype" should too
- fb75651: [Filesystem] recursivly widen non-executable directories
- 3790ac7: [Console] fixed render row with multiple cells
- 54bbade: [Form] cast IDs to match deprecated behaviour of EntityChoiceList
- b2da76c: [PropertyInfo] updated List Information from ReflectionExtractor
- 2243db4: [Ldap] escape carriage returns in LDAP DNs
- 3f8e218: [Validator] fixed violations raised by BicValidator to a maximum of one
- d73485a: [Form] fixed BC break introduced with prototype_data option
- d3a4a77: [DependencyInjection] fixed definition loosing property shared when decorated by a parent definition
Newest issues and pull requests
- [RFC] Add support for Websockets and real-time applications
- [RFC] Convention to load template without override
- KernelTestCase consumes too much time for cache checking
- Expressions in routing conditions don't support array parameters
- [DX] Personification user
- Process component output with color
- Add a way to parse route options in Framework bundle
They talked about us
- Do you think you know Sonata? Guide to the set of bundles for Symfony2
- eZ Systems releases Content Management products built on the Symfony Framework
- Profiling slow running PHP processes in production with PHP-FPM's slow log
- Testing React.js isomorphic rendering with php-v8js and the Symfony Microkernel
- Drupal 8 and Symfony: A Move towards Standardization
- What Are PHP Frameworks? Why Symfony?
- eZ Platform as a Symfony Integration Platform and an alternative UI to Sonata
- Use node.js in a symfony2 app on Heroku
- Pleno de Acilia en los Symfony Awards 2015
- Symfonycon 2015 París: nuestra experiencia WAM
- Symfony 3 est arrivé !
- Symfony 3
- Cohabitation de YAML et Symfony
- 10 anni di symfony
- Symfony2 Voters и Doctrine Filters на страже безопасности
- Symfony po krůčkách – Filesystem a Finder
- 基本からしっかり学ぶ Symfony2入門
- SymfonyプロジェクトのテストにCodeceptionを使ってみる