This week, Symfony project fixed deprecation errors and made tests pass again on all the 2.x branches. In addition, more than 100 issues were fixed or closed in order to meet our bug hunting challenge.
Symfony2 development highlights
- 266afeb: [Config] fixed error handler restoration in test
- d82e062: [FrameworkBundle] forwarded error reporting level to insulated Client
- 9ea3f6a: [Propel] minor improvements to the Propel bridge
- 8135727: [SecurityBundle] avoid unneeded work when normalizing HTTP method names
- fa36b98, 1997b12: [CssSelector] added the license of the Python library we ported to PHP
- 73dddac: [HttpFoundation] removed wrong HTTP header in BinaryFileResponse
- 0566a50: [FrameworkBundle] allowed custom services for validator mapping cache
- e4bb2c7: [TwigBundle] added missing absolute URL in Twig exceptions
- 6872e51: silenced deprecation notices in new components
- 0b1be13: [VarDumper] fixed and tested PdoCaster
- 3bd1616: [HttpFoundation] added LegacyPdoSessionHandler class
- f683a7a: [DependencyInjection] used the newest Definition::setFactory
- 3101202: [Filesystem] restored ability to create broken symlinks
- de0fe5d: [Console] removed $this in closure
- f268cbd: print deprecation summary at end of tests
- 9c5b9e1: [FrameworkBundle] optimized validator registration
Newest issues and pull requests
- [2.7] Move the Propel bridge to the Propel organization
- [3.0] Update Travis CI build matrix to support at least PHP 5.5.x
- Always implement getPassword()/getSalt() on UserInterface?
Twig development highlights
- d5fe413: improved the documentation of the slice filter
- 4a75e40: added an example for negative conditions
- df0d813: added a call to clearstatcache() because the results of is_dir() are cached
- 4d97a91: fixed regression for dynamic parent templates
They talked about us
- sfPot à Lille sur Docker et le web sémantique avec Symfony
- Generate a Symfony password hash from the command line
- REST API за пару минут с Lionframe
- Symfony2: How to get Doctrine Entity Manager in Console command
- Generating symfony-v0.4.4 box
- Symfony2「blogチュートリアル(8) データのバリデーション」
- Symfony2 カスタムバリデーションの作成
- Instalar Symfony2
- In Symfony2 to make common application library class?
- How to: Is it fine if first response is private with AppCache (Symfony2)?
- Symfony2 User Entity Change class variables
- Symfony2でcreateQueryBuilderを使用し、Mysql関数を使用する方法
- Symfony2中被遗弃的getRequest()方法
The links to twig master should point to the new twig organisation and the commit links are broken (pointing to symfony repos)
Thanks
@Markus, thanks for reporting this error. I've fixed the wrong links and I've made some changes to prevent this error from happening again in the future. Thanks!