This week, Symfony master branch added some cool new features, such as: a new way to match a specific scheme in RequestMatcher, added support for Yaml object maps and added a new acl:set command.
Symfony2 development highlights
- 58b0aef: added phpdoc for Cache-Control directives methods
- a0e1d4d: [Doctrine Bridge] fixed DBAL session handler according to PdoSessionHandler
- 14a4e4d: [Twig Bridge] replaced deprecated features
- 15f081d: [DomCrawler] fixed empty select with attribute name=foo[] bug
- 3e62ad8: [HttpFoundation] officialize the 308 redirect RFC
- 8e9cc35: [Debug] fixed wrong case mismatch exception
- 48d9f36: [Serializer] fixed bc-break with cdata-section nodes
- e1ba70e: [Debug] fixed debug handlers config
- 724bb50: [Console] OutputFormatter Unset Bold has wrong id
- 466a3d7: [serializer] fixed whitespace issue when decoding xml
- be6aac2: [Security] allowed overloading ContextListener::refreshUser()
- 1181bdc: [DomCrawler] added support for slicing nodes
- 787ae07: [HttpFoundation] added a way to match a specific scheme in RequestMatcher
- 4c12b7b: [SecurityBundle] added acl:set command
- e2d5468, 0cee604: [Yaml] added support for object maps
- be65226: [WebProfilerBundle] added simple placeholders into search form
- 7928767: [Stopwatch] added retrieval of sections
- 3dfaa19: [Security] username in UsernameNotFoundException message data
Newest issues and pull requests
- [Validator] Add an integer constraint and validator
- [Validator] Fix propertyPath with nested collections in the LegacyExecutionContext
- [RFC] Introduce new template namespaces for bundles
- [Validator] support for unlimited validator
Silex development highlights
- 7d6298d: improved exception messages for mount()
They talked about us
- Getting Started with Symfony2 on Heroku
- deSymfonyDay Spain 2014 wrap-up
- Use variable as key in a Twig array
- È uscito Symfony 2.5
- Talk about SOLID and Symfony at the deSymfony 2014 conference
- eZ Publish Platform 5.3 Released
- Symfony 2.5 errors after fresh install
- Symfony – Authentication and Role-Based Authorization With Multiple User Models
- 第三章:安装和配置symfony2
- Building and Processing Forms in Symfony 2
- Symfony2のキャッシュを消すとエラーが出る
- First Pagekit Talk at the Symfony User Group meetup in Hamburg
- What Symfony Components are Going into Drupal 8?
- Operate with harmony (Symfony2 + AngularJS)
- Forms in Symfony 2+ without Doctrine
- Using setSharedMaxAge() with HttpCache in Symfony2 always returns s-maxage=0
Yaml object maps, yes!