This week, Symfony 2.3.12 and 2.4.3 maintenance versions were published, both featuring tens of bug fixes and tweaks. In addition, the Validator component introduced a new NodeTraverser implementation and a new Debug component was proposed for Symfony.

Symfony2 development highlights

2.3 changelog:

  • 91e226e: [Validator] fixed URL validator to accept single part URLs
  • 6bb355e: [Form] added check for parent disabled status in Button form elements
  • ebfee72: [Form] added test for disabling buttons
  • 9438f88: [Security] replaced exception mocks with actual exception instances

2.4 changelog:

  • a42fbd7: [Process] fixed Process test suite

Master changelog:

  • 9dfebd5: [Form] disabled violation mapping of unsubmitted forms
  • 2ab27ab: [Form] ObjectChoiceList now compares choices by their value, if a value path is given
  • 0a6a1c4: [Form] Buttons are now disabled if their containing form is disabled
  • c5a3008: [PropertyAccess] added isReadable() and isWritable()
  • 880880b: [Form] accept interfaces to be passed to data_class
  • bd577b1: [Validator] added a new NodeTraverser implementation
  • 6fce503: [Templating] added ability to set a specific version of the asset
  • 1eb1f4d: [DependencyInjection] added a simple way to replace a service by keeping a reference to the old one
  • 140f807: [DependencyInjection] updated dumpers and loaders, add unit tests
  • c413f89, 336bba2: [Console] added a better way to ask questions to the user
  • 33c91f9, a3c60c8: [DependencyInjection] use DOM instead of SimpleXML for namespace support
  • 8163427: [DependencyInjection] use better check on attribute existence and values on XML load

Newest issues and pull requests

They talked about us

Published in #A week of symfony