Symfony community gathered this week around the first Symfony Live conference in San Francisco (chronicle of day 1, day 2). In addition, the donation drive for security audits finished with great success and Twig, Doctrine2 and Symfony2 code will be audited.

Development mailing list

Symfony2 development highlights

The stable Symfony2 repository didn't receive this week any commit. Anyway, the development repository forked by Fabien Potencier got a ton of commits.

New plugins

  • sfGuestBook: (no description)
  • sfReCaptchaLib: it's a port of recaptchalib 1.11 to the Symfony PHP framework. It features improved error handling and better integration than the other reCAPTCHA plug-in provides.
  • sfDataMatrix: adds support of Data matrix codes in symfony 1.x projects.
  • sfMinifyCacheFarFuture: speeds up web applications combining, encoding and minimizing web assets.
  • sfKorero: channel-based chat plugin, using Doctrine, sfGuardAuth, and jQuery. Korero is Maori for talk/discussion.

Updated plugins

  • mbpDistributedCache:
    • implemented tasks and utils from project
    • cleaned up tasks
    • initial README file
  • sfRADIUSAuth:
    • added support for multiple RADIUS servers with querying servers in qeue or at random
    • added support for MS-CHAPv1, PAP and CHAP-MD5
  • sfProjectAnalyser:
    • check dockblocks for all your classes & methods
    • add config check_class_docblock
    • empty configure() generated by Propel in form are ignored
  • sfPropel15:
    • switched propel externals to 1.6 branch
  • sfGrid:
    • added an optional parameter to method call option in widget
  • sfDoctrineUser:
    • unset soft deletes just incase
  • apostrophePeople:
    • now you can make custom templates
    • added simple people search (searches for any substring of the person's full name)
    • fixed the headshot delete
    • made the people admin actions easier to override
  • apostrophe:
    • Video Service Not Available
    • added the ability to template Media Engine pages
    • before
    • added app_a_assetCacheUrl setting allowing overrides of the URL where cached assets live
    • set a default for $orientation so we don't get warnings
    • sort categories alphabetically when presenting a choice of categories for an engine page
  • apostropheBlog:
    • chronological order wasn't really being enforced for the individual entries in a particular page of the blog and events engines
    • added an 'alphaSort' option to aBlogToolkit::filterForEngine
  • sdInteractiveChart:
    • released version 0.3 with a number of bug fixes

New symfony powered websites

They talked about us

Published in #A week of symfony