This week, Symfony 2.0.6 was published as an important security release. Meanwhile, the official Symfony Community celebrated its first week introducing several improvements and announcing its 1,000th member milestone.

Development mailing list

symfony 1 development highlights

Changelog:

  • r33208: [1.4] fixed ob_start usage (to avoid warning in PHP 5.4)
  • r33214: [1.4] fixed ob_start() behavior on CLI

Symfony2 development highlights

Master branch:

  • 6d7e6a8: [DoctrineBundle] enhanced error reporting during mapping validation when nested exceptions occur
  • 62fb019: added event priorities in the profiler
  • 43e6c36: [FrameworkBundle] changed the session listeners to be subscribers
  • 264a033: fixed uncompatible closure declaraction in FileldTypeValidatorExtensionTest
  • e3655f3: changed priorities for kernel.request listeners (the Firewall is now executed after the Router)
  • 5e4b7cb: renamed Propel Bridge from Propel to Propel1

2.0.x branch:

  • 0462a89: [Security] fixed HttpUtils::checkRequestPath() to not catch all exceptions
  • d67fbe9: [HttpFoundation] added an exception to MimeTypeGuesser::guess() when no guesser are available
  • f7c5bf1: [HttpKernel] fixed Content-Length header when using ESI tags
  • 86a8b9f: allow vendors checkout transport method to be overridden manually (http, https, git)
  • 79ae3fc: [Form] fixed radio and checkbox when data is not bool

Repository summary: 3,403 watchers (#1 in PHP, #23 overall) and 865 forks (#1 in PHP, #12 overall).

Updated plugins

  • dcReloadedFormExtra:
    • updated crWidgetFormJsTree
    • fixed jstreemerge special case
    • added suport for view selection on tree when editing
    • fixed required option now working and widget configuration option merge
    • modified alWidgetFormTimepicker to adapt to current jquery ui theme
  • cpDatePicker:
    • added 'noscript' option
  • apostrophe:
    • set REMOTE_ADDR if it is missing in aTaskTools::signinAsTaskUser()
    • added rsync-extras to apostrophe:deploy
    • cleaned up some of the variable namespacing in slotEnableForm and slotEnableFormButtons
    • moved the php below the doctype in layout so there's no whitespace at the top of the document when it's rendered
    • fixed display of tiny images in the media library
    • use pnmflip, not pamflip, because many systems still don't have pamflip (notably Ubuntu)
    • links to files in the file slot open in a new tab/window
  • apostropheCkEditor:
    • removed an error_log() call and an apostrophe.log() call from the plugin

They talked about us

Published in #A week of symfony