This week, Symfony 2.2.1 was released, including tens of fixes and tweaks. In addition, it was announced that the first international SymfonyCon will be held in Warzaw, Poland in December. Lastly, a new Symfony 2.3 code sprint was announced for the Friday, April 12th.

Symfony2 development highlights

2.1 changelog:

  • e57b4e5: [SecurityBundle] fixed configuration exemple
  • 375ded4: [FrameworkBundle] fixed the discovery of the PHPUnit configuration file when using aggregate options like in -vc app/
  • 3780fdb: fixed Process timeout
  • bf4a9b0: [Process] rounded stream_select fifth argument up
  • bec8ff1: [Process] fixed timeout in Process::stop method
  • 9d71ebe: [Console] fixed autocompletion of command names when namespaces conflict
  • a3826ab, 12b7073: [HttpKernel] FileLocator adds NULL as global resource path

2.2 changelog:

  • 43a818e: [Finder] replaced sys_get_temp_dir() by realpath(sys_get_temp_dir()) on some test to avoid errors on Mac OS X
  • 751abe1: [Security] fixed Doctrine cannot handle bare random non-utf8 strings
  • 99256e4: [HttpKernel] removed args from 5.3 stack traces to avoid filling log files
  • 8a9e898: [Security] fixed finding ACLs from ObjectIdentity's with different types
  • 6ef92fd: [PropertyAccess] added objectives to pluralMap

Master changelog:

  • f8178dd: [DomCrawler] added support for HTML5 'form' attribute
  • 3c015d5: [CssSelector] updated parsers to support namespaces (fix for ClassParser included)
  • 8de7813: [Console] added Table Helper for tabular data rendering
  • 2ff0927: [Debug] added the component
  • 2b305c2: [Debug] added a main Debug class to ease integration
  • 946bfb2: [Debug] made the exception handler independant of HttpFoundation
  • e455269: [Debug] ensured that the Debug tools can only be registered once
  • d36f4ae: [FrameworkBundle] dump the list of available bundles (and extension aliases) if no name is provided
  • 82e550b: [HttpFoundation] AF_* constants are only available with the sockets extension
  • 77f00d2: [DependencyInjection] YamlDumper should dump Definition::getFactoryClass() setting

They talked about us

Published in #A week of symfony