A week of symfony #328 (8->14 April 2013)
April 14, 2013 • Published by Javier Eguiluz
This week, the Symfony project introduced Debug to its growing family of components. In addition, a code sprint for Symfony 2.3 took place to boost the development of the upcoming first LTS version of Symfony2.
Development mailing list
Symfony2 development highlights
- 7fc429f: [Form] DateTimeToRfc3339Transformer use proper transformation exteption in reverse transformation
- 0f0c29c: [HttpFoundation] fixed bug in key searching for NamespacedAttributeBag
- b22d2ff: [FrameworkBundle] the /e modifier for preg_replace() is deprecated in PHP 5.5; replace with preg_replace_callback()
- 94a9cdc: [Routing] added the possibility to set a default value to null in XML Loader
- 047212a: [Yaml] fixed handling an empty value
- fb686d8: [Yaml] improved boolean naming ($notEOF -> !$EOF)
- d552e4c: [HttpFoundation] do not use server variable PATH_INFO because it is already decoded and thus symfony is fragile to double encoding of the path
- 383a84b: [Console] fixed handling of "0" input on ask
- f163226: [WebProfilerBundle] fixed output of bag values
- 972bde7: [HttpKernel] fixed the Kernel when the ClassLoader component is not a varilable
- 46909fa: [Console] fixed merging of application definition
- 4c51ec7: [HttpFoundation] fixed download over SSL using IE < 8 and binary file response
- 1369d54: [Security] made ACL $map protected and moved it to construct
- 58347fb, 63cbbb5, f0c4ab6: [HttpFoundation] split getClientIp into two methods for better flexibility
- b265c9e: [Security] added a getter for providers to the ChainUserProvider class
- d9d9635: [CssSelector] updated parsers to support namespaces (fix for ClassParser included)
- 12fce13: [FrameworkBundle] enabled the possibility to run PHP bultin server in production env
- e655120: enforced sprintf for exceptions
- 7519fdc: [Process] added exit code to ProcessFailedException message
- 659eb66: [Console] added ArgvInput::__toString and ArrayInput::__toString methods
- 8642b67: [Console] fixed escaping of args
- 93b1369: [Console] fixed StringInput parsing to accept newlines and tabs
- e638e01: [HttpKernel] improved TraceableEventDispatcher to not call Stopwatch::stop() when not started
- 1356050: [Console] fixed the Console code on PHP 5.3
They talked about us
- Symfony Live 2013 : objectif qualité
- Symfony2 Forms: Entity as hidden field
- Traits are Static Access
- First steps with Behat
- Symfony2 consistent routing
- Retour sur le symfonyLive 2013 – partie 2 – première journée
- Retour sur le symfonyLive 2013 – partie 3 – seconde journée
- Symfony Live Paris 2013 – Les présentations
- Краткий обзор Symfony2. Видео
- Knp Paginatorを使ってみる
- Introducing Sylius.com - a developer-friendly ecommerce solution for Symfony2
- Symfony2 Cache Clear in Prod Fails? Using JMSDiExtraBundle?
- Configurer Fedora pour Symfony2 (PHP + MySQL + HTTPD)
- Symfony 2 e Vagrant, “ma sul mio pc funziona” non è più una scusa
- Enqueue Symfony’s Process Components with PHP and ZeroMQ
- eZ Systems meets Symfony in Berlin
- Symfony2: Unabhängiger mit eigenen Basisklassen
- Symfony2: Opción virtual en los formularios
- Utiliser les types de données spatiales de MySQL dans Symfony2 via Doctrine
Help the Symfony project!
As with any Open-Source project, contributing code or documentation is the most common way to help, but we also have a wide range of sponsoring opportunities.
Comments are closed.
To ensure that comments stay relevant, they are closed for old posts.
hi, I have a sf2 project: https://github.com/tangwenming/Ghost
When is it planned to remove the 'minimum-stability": alpha from the Symfony2 release? It's been out a while like that now...