<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
    <channel>
        <title>Symfony Blog</title>
        <link>http://symfony.com/blog/</link>
        <description>Symfony Blog</description>
        <pubDate>Mon, 28 May 2012 05:09:13 +0200</pubDate>
        <language>en</language>
                        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/symfony/blog" /><feedburner:info uri="symfony/blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
                    <title>A week of symfony #281 (14-&gt;20 May 2012)</title>
                    <link>http://feedproxy.google.com/~r/symfony/blog/~3/Y9md1cNWnEE/a-week-of-symfony-281-14-20-may-2012</link>
                    <description>&lt;p&gt;This week, &lt;a href="http://symfony.com/blog/symfony-2-0-14-released"&gt;Symfony 2.0.14 was released&lt;/a&gt; and the new &lt;a href="https://github.com/symfony/OptionsResolver"&gt;OptionsResolver component&lt;/a&gt; was introduced. In addition, the first &lt;a href="Symfony Community Survey 2012"&gt;Symfony Community Survey&lt;/a&gt; was published to get a better understanding of the Symfony community.&lt;/p&gt;


    &lt;h3&gt;Symfony2 development highlights&lt;/h3&gt;

    &lt;p&gt;&lt;a href="https://github.com/symfony/symfony/commits/master"&gt;Master branch&lt;/a&gt;:&lt;/p&gt;

    &lt;ul&gt;
              &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/b9d053edb25b60d0af9cdb54a0fe1cdf7743a4c2" title="b9d053edb25b60d0af9cdb54a0fe1cdf7743a4c2 commit on github"&gt;b9d053e&lt;/a&gt;:
          [Form]      moved Options classes to new OptionsParser component          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/04522ca4ed80b27a864fee29bb4d84c74a853e79" title="04522ca4ed80b27a864fee29bb4d84c74a853e79 commit on github"&gt;04522ca&lt;/a&gt;:
          [OptionsParser]      added method replaceDefaults()          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/256b7081a423caeb404c9ec838b6ee21cc7e5bab" title="256b7081a423caeb404c9ec838b6ee21cc7e5bab commit on github"&gt;256b708&lt;/a&gt;:
          [OptionsParser]      renamed OptionsParser to OptionsResolver          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/876fd9ba1745e5fcb863cea19ffde26502f61df9" title="876fd9ba1745e5fcb863cea19ffde26502f61df9 commit on github"&gt;876fd9b&lt;/a&gt;:
          [OptionsResolver]      implemented fluid interface          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/16f7d20dff9ff70418e7c4c19cefe02c8329f6f5" title="16f7d20dff9ff70418e7c4c19cefe02c8329f6f5 commit on github"&gt;16f7d20&lt;/a&gt;:
          [OptionsResolver]      improved implementation and clarity of the Options class          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/38cbbe7193bb9d42fb76562ae79fdd4e6dfc77e0" title="38cbbe7193bb9d42fb76562ae79fdd4e6dfc77e0 commit on github"&gt;38cbbe7&lt;/a&gt;:
          [Serializer]      moved JSON encoding and decoding to separate classes which expose all their available parameters          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/982c369f37fd09942a75a1d3bbb84ebcb68fe6b3" title="982c369f37fd09942a75a1d3bbb84ebcb68fe6b3 commit on github"&gt;982c369&lt;/a&gt;:
                added @ to all chmod() calls to avoid PHP warnings (operation not permitted) when using CIFS or NTFSa          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/4b0cdde2b1b5bbb157398cb83632a57e42e7629f" title="4b0cdde2b1b5bbb157398cb83632a57e42e7629f commit on github"&gt;4b0cdde&lt;/a&gt;:
          [Validator]      changed default of ValidatorFactory::buildDefault to exclude annotations          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/d2c162d842ee16924d2c83b65ed6d3870634d656" title="d2c162d842ee16924d2c83b65ed6d3870634d656 commit on github"&gt;d2c162d&lt;/a&gt;:
          [OptionsResolver]      added methods isKnown() and isRequired()          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/3a5e84f4a7eab00a9ea624eaa573bfe0d8b975c3" title="3a5e84f4a7eab00a9ea624eaa573bfe0d8b975c3 commit on github"&gt;3a5e84f&lt;/a&gt;:
          [Validator]      added CollectionSize constraint, renamed Size constraint to Range and CollectionSize to Size, merged SizeLength and Size constraints, tweaked expected types for exceptions in SizeValidator          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/4c4d8890a073e62398961c7056a56c9c5976d345" title="4c4d8890a073e62398961c7056a56c9c5976d345 commit on github"&gt;4c4d889&lt;/a&gt;:
          [Translation]      fixed PoFileLoader pluralhandling from interval to index          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/dd601662ea18c96cf62e7e635887416c3ef6e986" title="dd601662ea18c96cf62e7e635887416c3ef6e986 commit on github"&gt;dd60166&lt;/a&gt;:
          [Translation]      fixed for allowing empty translation          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/fb6cf3efc2728b9ac4081668cae4d635ffc0719c" title="fb6cf3efc2728b9ac4081668cae4d635ffc0719c commit on github"&gt;fb6cf3e&lt;/a&gt;:
          [Translation]      allowed for missing whitelines          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/f433f6b0593cdaae0d1248e1541a7d442eae49ef" title="f433f6b0593cdaae0d1248e1541a7d442eae49ef commit on github"&gt;f433f6b&lt;/a&gt;:
          [Routing]      fixed route regex when the pattern is only made of optional segments          &lt;/li&gt;
      &lt;/ul&gt;

    &lt;p&gt;&lt;a href="https://github.com/symfony/symfony/commits/2.0"&gt;2.0.x branch&lt;/a&gt;:&lt;/p&gt;

    &lt;ul&gt;
              &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/47605f63e3536b71ec008617c5adb39bb9a6dbfe" title="47605f63e3536b71ec008617c5adb39bb9a6dbfe commit on github"&gt;47605f6&lt;/a&gt;:
          [Form]      do not update form to data when form is read only          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/d1c831d7b2c0917ef2b23e624ec86140cfccc302" title="d1c831d7b2c0917ef2b23e624ec86140cfccc302 commit on github"&gt;d1c831d&lt;/a&gt;:
          [HttpFoundation]      changed must-proxy-revalidate by proxy-revalidate in Response          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/aaa155edd8eee06613772f0ed09f0b5b3b87f3da" title="aaa155edd8eee06613772f0ed09f0b5b3b87f3da commit on github"&gt;aaa155e&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/fe4c0cfafeb92a37d5567040340b7d0d85e0b8b6" title="fe4c0cfafeb92a37d5567040340b7d0d85e0b8b6 commit on github"&gt;fe4c0cf&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/b3799680d5b807b726a3a60e6d80f4f0ee582409" title="b3799680d5b807b726a3a60e6d80f4f0ee582409 commit on github"&gt;b379968&lt;/a&gt;:
                released 2.0.14 version          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/fff722170044f1e6d66d016c3f23213a034acad1" title="fff722170044f1e6d66d016c3f23213a034acad1 commit on github"&gt;fff7221&lt;/a&gt;:
          [DoctrineBundle]      fixed the proxy autoloading for Doctrine 2.2          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/d1f0c254136f47a1f01f79b1fe4ed0023d1b4d89" title="d1f0c254136f47a1f01f79b1fe4ed0023d1b4d89 commit on github"&gt;d1f0c25&lt;/a&gt;:
                fixed the composer constraint for Doctrine Common          &lt;/li&gt;
      &lt;/ul&gt;

    &lt;p&gt;Repository summary: &lt;a href="https://github.com/symfony/symfony/watchers"&gt;4,694 watchers&lt;/a&gt; (#1 in PHP, #30 overall) and &lt;a href="https://github.com/symfony/symfony/network"&gt;1226 forks&lt;/a&gt; (#1 in PHP, #12 overall).&lt;/p&gt;



    &lt;h3&gt;&lt;a href="http://www.symfony-project.org/plugins/newest/"&gt;New plugins&lt;/a&gt;&lt;/h3&gt;

    &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.symfony-project.org/plugins/sfBashCompletionPlugin"&gt;sfBashCompletion&lt;/a&gt;: adds bash completion for symfony tasks to your system.
    &lt;/li&gt;
      &lt;/ul&gt;

    &lt;h3&gt;Updated plugins&lt;/h3&gt;

    &lt;ul&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/apostrophePlugin"&gt;apostrophe&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;added listToHashByKey to aArray&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;



    &lt;h3&gt;They talked about us&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://blog.servergrove.com/2012/05/13/generate-urls-from-within-a-twig-extension-with-symfony2/"&gt;Generate URLs from within a Twig Extension with Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://sonata-project.org/blog/2012/5/15/assetic-package-configuration"&gt;Assetic package configuration&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://fabien.potencier.org/article/63/sami-yet-another-php-api-documentation-generator"&gt;Sami: Yet another PHP API documentation generator&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.itrmanager.com/articles/132272/symfony-live-paris-2012-by-sensiolabs.html"&gt;Symfony Live Paris 2012 by SensioLabs&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.servergrove.com/2012/05/14/obten-tu-entrada-para-desymfony/"&gt;Obtén tu entrada para deSymfony 2012&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.strangebuzz.com/post/2012/05/14/Une-semaine-symfonique-280-du-7-au-13-mai-2012"&gt;Une semaine symfonique #280 - du 7 au 13 mai 2012&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.symfony.es/2012/05/20/nuevas-ofertas-de-trabajo-symfony/"&gt;Nuevas ofertas de trabajo Symfony&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.smartrock.fr/blog/git/symfony2-recent-probleme-avec-le-paramconverter/"&gt;Symfony2 : récent problème avec le ParamConverter&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.yiinotes.com/yii1-1-10-e-symfony2-a-confronto-seconda-parte/"&gt;Yii1.1.10 e Symfony2 a confronto (seconda parte)&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://chenpeng.info/html/345"&gt;Symfony2 中文入门教程&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://semaphore-software8.blogspot.com.es/2012/05/brief-introduction-to-symfony.html"&gt;Brief Introduction to Symfony Development&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.symfony.es/2012/05/20/desymfony-cruza-el-charco/"&gt;deSymfony cruza el charco&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.leccionespracticas.com/informatica-web/symfony-informatica-web/curso-de-symfony-completo-con-ejercicios-resueltos-gratis/"&gt;Curso de Symfony completo con ejercicios resueltos gratis&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://sebastien-gosselet.fr/envoi-demail-avec-symfony2-11-et-smtp/"&gt;Envoi d’email avec Symfony2, 1&amp;1 et SMTP&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://kohjinha.blogspot.com.es/2012/05/symfony_8326.html"&gt;【暫定】Symfony セッション関係&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://barandigoyen.wordpress.com/2012/05/16/usar-datapicker-y-datetimepicker-con-jquery-y-symfony2/"&gt;Usar datapicker y datetimepicker con jquery y symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.chto.fr/2012/05/symfony-2-enlever-les-labels-des-formulaires/"&gt;[Symfony2] Enlever Les Labels Des Formulaires&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://kaanerkol.net/symfony-2-2/symfony-dersleri-1-symfony2-kurulumu.html"&gt;Symfony Dersleri – 1 | Symfony2 Kurulumu&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://rys.hatenablog.com/entry/2012/05/15/015547"&gt;Symfony2のエラーページをカスタマイズしてみる&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.ingphone.com/2012/05/253/"&gt;在Netbeans下面对symfony2进行单元测试&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://php.ezinemark.com/built-robust-websites-with-symfony-framework-7d36678b53e8.html"&gt;Built robust websites with Symfony framework&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://mistrastadas.blogspot.com.es/2012/05/empezando-con-symfony-y-mi-viejo-dell.html"&gt;Empezando con Symfony y mi viejo DELL&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://devblog.tillid.fr/la-migration-de-base-de-donnees-dans-symfony-1-4-avec-doctrine/"&gt;La migration de base de données dans Symfony 1.4, avec Doctrine!&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://devbayar.blogspot.com.es/2012/05/symfony-custom-query.html"&gt;Symfony - Custom Query + Set Parameter&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://phpepe.com/2012/05/symfony-php-ms-sqlserver.html"&gt;Symfony + PHP + MS SQLSERVER&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://code.howto24.net/2012/05/13/symfony2-doctrine2-fatal-error-call-to-a-member-function-getmetadatafactory-on-a-non-object-in/"&gt;Symfony2, Doctrine2 Fatal error: Call to a member function getMetadataFactory() on a non-object in&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.micayael.com/2012/05/16/guia-de-symfony2-instalando-bundles-de-terceros/"&gt;Guía de Symfony2 – Capítulo 12 – Instalando Bundles de terceros&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.scholarspride.com/2012/05/17/brief-introduction-to-symfony-development/"&gt;Brief Introduction to Symfony Development&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
                        &lt;hr / style="margin-bottom: 5px"&gt;
                        &lt;div style="font-size: 90%"&gt;
                        Be trained by &lt;a href="http://trainings.sensiolabs.com/"&gt;Symfony experts&lt;/a&gt;
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/symfony2-php-web-development"&gt;2012-05-29&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/mastering-symfony2-framework"&gt;2012-05-31&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;2012-06-06&lt;/a&gt; Paris
                                                &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/symfony/blog/~4/Y9md1cNWnEE" height="1" width="1"/&gt;</description>
                    <guid isPermaLink="false">http://symfony.com/blog/a-week-of-symfony-281-14-20-may-2012</guid>
                    <author>Javier Eguiluz</author>
                    <pubDate>Wed, 23 May 2012 07:37:06 +0200</pubDate>
                    <comments>http://symfony.com/blog/a-week-of-symfony-281-14-20-may-2012#comments-list</comments>
                <feedburner:origLink>http://symfony.com/blog/a-week-of-symfony-281-14-20-may-2012</feedburner:origLink></item>
                        <item>
                    <title>Symfony Live San Francisco 2012</title>
                    <link>http://feedproxy.google.com/~r/symfony/blog/~3/46NDn8FzauM/symfony-live-san-francisco-2012</link>
                    <description>&lt;p&gt;For the second time, SensioLabs is organizing a Symfony Live
&lt;a href="http://sanfrancisco2012.live.symfony.com/"&gt;Conference&lt;/a&gt; in San Francisco. It
will take place on September 27-28th 2012.&lt;/p&gt;

&lt;p&gt;The whole conference will take place at
&lt;a href="http://sanfrancisco2012.live.symfony.com/venue"&gt;Microsoft&lt;/a&gt; offices in San
Francisco downtown.&lt;/p&gt;

&lt;p&gt;The &lt;a href="http://sanfrancisco2012.live.symfony.com/speakers"&gt;call for papers&lt;/a&gt; is
open until May 30th; if you want to share your real-life Symfony experience,
consider submitting a session proposal. If you submitted a talk for Symfony
Live Paris, you don't need to submit it again. We are looking for more
speakers coming from the Americas.&lt;/p&gt;

&lt;p&gt;New this year is a
&lt;a href="http://sanfrancisco2012.live.symfony.com/training"&gt;training&lt;/a&gt; day that
SensioLabs is going to host on September 26th (same venue as the conference):
You can choose between two different topics on Symfony2:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;Introduction to
Symfony2&lt;/a&gt;:
Learn the basics of the Symfony framework and get ready to develop your
first applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="http://trainings.sensiolabs.com/en/training/advanced-symfony2"&gt;Going further with
Symfony2&lt;/a&gt;:
Learn more about the Symfony features set with advanced tools like caching,
security and dependency injection management.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even if you cannot attend the conference, you can still join us on September
29th for the free hacking day at the conference venue.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://sanfrancisco2012.live.symfony.com/registration/"&gt;Register&lt;/a&gt; today and
get your ticket at the early bird price (only 169 euros for two days).&lt;/p&gt;

&lt;p&gt;We are still looking for
&lt;a href="http://paris2012.live.symfony.com/sponsors"&gt;sponsors&lt;/a&gt; to help us cover the
cost of the conference; read the
&lt;a href="http://sanfrancisco2012.live.symfony.com/SymfonyLiveParis2012sponsorguideEN.pdf"&gt;guide&lt;/a&gt;
and consider becoming a sponsor. I'd like to thank the early sponsors for the
San Francisco conference: Microsoft, ServerGrove, Scalable Path, and KnpLabs.&lt;/p&gt;

&lt;p&gt;Follow us on &lt;a href="http://www.twitter.com/symfony_live"&gt;Twitter&lt;/a&gt; to get the latest
news about the conference. And if you tweet about the conference, consider
using the official hashtag
&lt;a href="http://search.twitter.com/search?q=%23symfony_live"&gt;#symfony_live&lt;/a&gt;.&lt;/p&gt;

                        &lt;hr / style="margin-bottom: 5px"&gt;
                        &lt;div style="font-size: 90%"&gt;
                        Be trained by &lt;a href="http://trainings.sensiolabs.com/"&gt;Symfony experts&lt;/a&gt;
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/symfony2-php-web-development"&gt;2012-05-29&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/mastering-symfony2-framework"&gt;2012-05-31&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;2012-06-06&lt;/a&gt; Paris
                                                &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/symfony/blog/~4/46NDn8FzauM" height="1" width="1"/&gt;</description>
                    <guid isPermaLink="false">http://symfony.com/blog/symfony-live-san-francisco-2012</guid>
                    <author>Fabien Potencier</author>
                    <pubDate>Tue, 22 May 2012 10:15:08 +0200</pubDate>
                    <comments>http://symfony.com/blog/symfony-live-san-francisco-2012#comments-list</comments>
                <feedburner:origLink>http://symfony.com/blog/symfony-live-san-francisco-2012</feedburner:origLink></item>
                        <item>
                    <title>Symfony 2.0.14 released</title>
                    <link>http://feedproxy.google.com/~r/symfony/blog/~3/pz8bCWgv4Bg/symfony-2-0-14-released</link>
                    <description>&lt;p&gt;Symfony 2.0.14 has just been released.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://github.com/symfony/symfony/blob/2.0/CHANGELOG-2.0.md"&gt;CHANGELOG&lt;/a&gt;
has all the details about the changes and you can even have a look at the full
&lt;a href="https://github.com/symfony/symfony/compare/v2.0.13...v2.0.14"&gt;diff&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Besides small bug fixes, it also fixes a regression in the
SensioFrameworkExtraBundle introduced in the 2.0.13 release.&lt;/p&gt;

&lt;p&gt;If you are starting a new project, you can get the Symfony Standard Edition
distribution on the &lt;a href="http://symfony.com/download"&gt;download&lt;/a&gt; page.&lt;/p&gt;

&lt;p&gt;If you already have a project based on the Symfony Standard Edition 2.0.x, you
can easily upgrade to 2.0.13 by getting the new
&lt;a href="https://raw.github.com/symfony/symfony-standard/v2.0.14/deps"&gt;deps&lt;/a&gt; and
&lt;a href="https://raw.github.com/symfony/symfony-standard/v2.0.14/deps.lock"&gt;deps.lock&lt;/a&gt;
files.&lt;/p&gt;

&lt;p&gt;Then, run the vendors script (it also clears your cache):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ ./bin/vendors install
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Remember that the Symfony2 Components are also available as standalone
libraries. You can get them via their dedicated read-only repositories on
Github (https://github.com/symfony/Finder for instance), install them via
&lt;a href="http://pear.symfony.com/"&gt;PEAR&lt;/a&gt; (pear install symfony2/Finder), or even
install them via &lt;a href="http://packagist.org/"&gt;Composer&lt;/a&gt;.&lt;/p&gt;

                        &lt;hr / style="margin-bottom: 5px"&gt;
                        &lt;div style="font-size: 90%"&gt;
                        Be trained by &lt;a href="http://trainings.sensiolabs.com/"&gt;Symfony experts&lt;/a&gt;
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/symfony2-php-web-development"&gt;2012-05-29&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/mastering-symfony2-framework"&gt;2012-05-31&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;2012-06-06&lt;/a&gt; Paris
                                                &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/symfony/blog/~4/pz8bCWgv4Bg" height="1" width="1"/&gt;</description>
                    <guid isPermaLink="false">http://symfony.com/blog/symfony-2-0-14-released</guid>
                    <author>Fabien Potencier</author>
                    <pubDate>Fri, 18 May 2012 09:52:48 +0200</pubDate>
                    <comments>http://symfony.com/blog/symfony-2-0-14-released#comments-list</comments>
                <feedburner:origLink>http://symfony.com/blog/symfony-2-0-14-released</feedburner:origLink></item>
                        <item>
                    <title>Symfony Community Survey 2012</title>
                    <link>http://feedproxy.google.com/~r/symfony/blog/~3/NRmSepGQyDM/symfony-community-survey-2012</link>
                    <description>&lt;p&gt;Symfony 2.0 has been released for quite a long time now, and so we would like
to conduct a quick survey to get a better understanding of the Symfony
community.&lt;/p&gt;

&lt;p&gt;I'm going to use some of the aggregated results for my Symfony Live
&lt;a href="http://paris2012.live.symfony.com/"&gt;keynote&lt;/a&gt;, and all the aggregated results will be
published on this blog after the conference.&lt;/p&gt;

&lt;p&gt;Not convinced yet? Enter your SensioLabs Connect username at the end of the
survey to get a cool badge and to be included in a raffle with great Symfony
goodies up for grabs (t-shirts and caps).&lt;/p&gt;

&lt;p&gt;Would you mind spending a few minutes to answer these questions?&lt;/p&gt;

&lt;iframe src="https://docs.google.com/a/symfony-project.com/spreadsheet/embeddedform?formkey=dC1KVGY2NEpBelVRYjAwcUg1U3R4b3c6MQ"
  style="border: 1px solid #888; padding: 10px" width="690" height="850" frameborder="0" marginheight="0" marginwidth="0"&gt;Loading...&lt;/iframe&gt;

                        &lt;hr / style="margin-bottom: 5px"&gt;
                        &lt;div style="font-size: 90%"&gt;
                        Be trained by &lt;a href="http://trainings.sensiolabs.com/"&gt;Symfony experts&lt;/a&gt;
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/symfony2-php-web-development"&gt;2012-05-29&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/mastering-symfony2-framework"&gt;2012-05-31&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;2012-06-06&lt;/a&gt; Paris
                                                &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/symfony/blog/~4/NRmSepGQyDM" height="1" width="1"/&gt;</description>
                    <guid isPermaLink="false">http://symfony.com/blog/symfony-community-survey-2012</guid>
                    <author>Fabien Potencier</author>
                    <pubDate>Mon, 14 May 2012 15:01:40 +0200</pubDate>
                    <comments>http://symfony.com/blog/symfony-community-survey-2012#comments-list</comments>
                <feedburner:origLink>http://symfony.com/blog/symfony-community-survey-2012</feedburner:origLink></item>
                        <item>
                    <title>A week of symfony #280 (7-&gt;13 May 2012)</title>
                    <link>http://feedproxy.google.com/~r/symfony/blog/~3/mbAIkAN7Snw/a-week-of-symfony-280-7-13-may-2012</link>
                    <description>&lt;p&gt;This week, Symfony 2.1 updated its minimum required PHP version to 5.3.3, which contains a lot of bug fixes. Meanwhile, Dependency Injection and Session were the most active components in the repository.&lt;/p&gt;

    &lt;h3&gt;Development mailing list&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;a href="https://groups.google.com/forum/?fromgroups#!topic/symfony-devs/7fxFTS0EK4g"&gt;Empty square brackets in Symfony2 log using Monolog&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;


    &lt;h3&gt;Symfony2 development highlights&lt;/h3&gt;

    &lt;p&gt;&lt;a href="https://github.com/symfony/symfony/commits/master"&gt;Master branch&lt;/a&gt;:&lt;/p&gt;

    &lt;ul&gt;
              &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/23e15bb878fa2d420c6d27e7b0ecf942395468b5" title="23e15bb878fa2d420c6d27e7b0ecf942395468b5 commit on github"&gt;23e15bb&lt;/a&gt;:
          [Validator]      fixed a bug in the ExecutionContext          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/ead4908eff6c4650ec32934849a4b754e6ddece4" title="ead4908eff6c4650ec32934849a4b754e6ddece4 commit on github"&gt;ead4908&lt;/a&gt;:
          [Validator]      some cleanup of the GraphWalker          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/bdc21b4dc41d265756bf5ab521fb68bd72b48201" title="bdc21b4dc41d265756bf5ab521fb68bd72b48201 commit on github"&gt;bdc21b4&lt;/a&gt;:
          [Validator]      added a base AbstractLoader          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/3719c7087042d77a9dec5eb89f64c2a1732b3748" title="3719c7087042d77a9dec5eb89f64c2a1732b3748 commit on github"&gt;3719c70&lt;/a&gt;:
                updated minimum PHP version to 5.3.3 (5.3.3 has some interesting fixes and this is the version used by Redhat 6 and Debian 6)          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/23b5e6043636749490ba04578403a6e94b5e95a9" title="23b5e6043636749490ba04578403a6e94b5e95a9 commit on github"&gt;23b5e60&lt;/a&gt;:
          [DependencyInjection]      fixed anonymous services handling in XmlFileLoader          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/43249dea5fb59bf0815c4bfe503f16f921662d16" title="43249dea5fb59bf0815c4bfe503f16f921662d16 commit on github"&gt;43249de&lt;/a&gt;:
          [DependencyInjection]      added support for anonymous services as properties          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/906f6f662c3825801a976d990e02142e0867a5f7" title="906f6f662c3825801a976d990e02142e0867a5f7 commit on github"&gt;906f6f6&lt;/a&gt;:
          [DependencyInjection]      fixed private services removal when used as configurators          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/f14961b74727931b252510086fd1fcf389e3d67f" title="f14961b74727931b252510086fd1fcf389e3d67f commit on github"&gt;f14961b&lt;/a&gt;:
          [DomCrawler]      converted all usage of filter() to filterXPath() in unit tests to be less dependent on CssSelector          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/c9ebe67d6588921b9380920db2eeaeec48dbc961" title="c9ebe67d6588921b9380920db2eeaeec48dbc961 commit on github"&gt;c9ebe67&lt;/a&gt;:
          [DomCrawler]      fixed encoding when using addHtmlContent()          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/3d9990a0ec2a7d469b5f212809d45a57e8604b0f" title="3d9990a0ec2a7d469b5f212809d45a57e8604b0f commit on github"&gt;3d9990a&lt;/a&gt;:
          [DependencyInjection]      added ParameterBag::remove          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/80a2a92edbe6f061024c41268563bacbabd8bc1b" title="80a2a92edbe6f061024c41268563bacbabd8bc1b commit on github"&gt;80a2a92&lt;/a&gt;:
          [Yaml]      fixed value of mapping (even if value is sequence) doesn't have to be indented          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/0216e056051a6304cab01defc107fb583f3f5efa" title="0216e056051a6304cab01defc107fb583f3f5efa commit on github"&gt;0216e05&lt;/a&gt;:
          [Session]      assume that memcache(d) instances are already configured          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/b865b096b59c2cd8d01c9969515dd0f557df8a4b" title="b865b096b59c2cd8d01c9969515dd0f557df8a4b commit on github"&gt;b865b09&lt;/a&gt;:
          [Session]      fixed the PDO handler for mysql concurrent write          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/51b753a6b864190d32d4dc5b0a3dbfbd72285857" title="51b753a6b864190d32d4dc5b0a3dbfbd72285857 commit on github"&gt;51b753a&lt;/a&gt;:
          [Session]      cleanup of the PDO storage          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/709be4b71281a3d5d38a2252f73036b9adc0e93e" title="709be4b71281a3d5d38a2252f73036b9adc0e93e commit on github"&gt;709be4b&lt;/a&gt;:
          [WDT]      added documentation link          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/e1934527424732305f931739f02510b186d880fe" title="e1934527424732305f931739f02510b186d880fe commit on github"&gt;e193452&lt;/a&gt;:
                switched to use mbstring whenever possible instead of iconv          &lt;/li&gt;
      &lt;/ul&gt;

    &lt;p&gt;&lt;a href="https://github.com/symfony/symfony/commits/2.0"&gt;2.0.x branch&lt;/a&gt;:&lt;/p&gt;

    &lt;ul&gt;
              &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/906f6f662c3825801a976d990e02142e0867a5f7" title="906f6f662c3825801a976d990e02142e0867a5f7 commit on github"&gt;906f6f6&lt;/a&gt;:
          [DependencyInjection]      fixed private services removal when used as configurators          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/cbc3ed36b90681d8daf0c1e046aeed9f0be373a5" title="cbc3ed36b90681d8daf0c1e046aeed9f0be373a5 commit on github"&gt;cbc3ed3&lt;/a&gt;:
          [HttpKernel]      added some constant for better forward compatibility          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/c642a5ec19e68fe8a97e043c09961d15e4ad082d" title="c642a5ec19e68fe8a97e043c09961d15e4ad082d commit on github"&gt;c642a5e&lt;/a&gt;:
          [CssSelector]      ignored an optional whitespace after a combinator          &lt;/li&gt;
      &lt;/ul&gt;

    &lt;p&gt;Repository summary: &lt;a href="https://github.com/symfony/symfony/watchers"&gt;4,645 watchers&lt;/a&gt; (#1 in PHP, #30 overall) and &lt;a href="https://github.com/symfony/symfony/network"&gt;1207 forks&lt;/a&gt; (#1 in PHP, #12 overall).&lt;/p&gt;


    &lt;h3&gt;Updated plugins&lt;/h3&gt;

    &lt;ul&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/apostrophePlugin"&gt;apostrophe&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;fixed link_to is not suitable for user-supplied URLs&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/apostropheBlogPlugin"&gt;apostropheBlog&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;set a-blog-has-filters flag slot when the filter sentence is present&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;


    &lt;h3&gt;They talked about us&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://habrahabr.ru/post/143413/"&gt;Редактирование древовидных структур с SonataAdminBundle в Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.news-eco.com/communiques/ile_de_france/services_aux_entreprises/portised_communication_24886.php"&gt;Symfony Live Paris 2012 by SensioLabs du 6 au 9 juin&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.micayael.com/2012/05/09/guia-de-symfony2-integrando-ajax-con-jquery/"&gt;Guía de Symfony2 – Capítulo 12 – Integrando jQuery&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://pooteeweet.org/blog/0/2096#m2096"&gt;Query parameter handling in Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.itrnews.com/articles/132272/symfony-live-paris-2012-by-sensiolabs.html"&gt;Symfony Live Paris 2012 by SensioLabs&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://php-and-symfony.matthiasnoback.nl/2012/05/symfony2-config-component-config-definition-and-processing/"&gt;Symfony2 Config Component: Config Definition and Processing&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://r1pp3rj4ck.wordpress.com/2012/05/11/custom-bulk-actions-in-sonataadminbundle/"&gt;Custom bulk actions in SonataAdminBundle&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.programmez.com/actualites.php?titre_actu=Symfony-Live-Paris-2012-&amp;id_actu=11520"&gt;Symfony Live Paris 2012&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://kohjinha.blogspot.com.es/2012/05/symfony.html"&gt;Symfonyメモ&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://bad-cloudy.blogspot.com.es/2012/05/symfony-pada-netbean.html"&gt;Symfony pada Netbean&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://drupalfr.be/agenda/braindug-meeting-12-mai-2012-decouverte-de-symfony"&gt;BrainDUG meeting 12 mai 2012: Découverte de Symfony&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://chemicaloliver.net/programming/using-php-resque-with-silex-and-the-symfony2-classloader/"&gt;Using PHP – Resque with Silex and the Symfony2 Classloader&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://nelm.io/blog/2012/05/nelmio-is-coming-to-a-conference-near-you/"&gt;Nelmio is coming to a conference near you&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://symfony.info/2012/05/11/%D1%81%D1%82%D0%B0%D0%BD%D0%B4%D0%B0%D1%80%D1%82%D0%BD%D0%BE%D0%B5-%D0%BB%D0%BE%D0%B3%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-%D0%B2-symfony/"&gt;Стандартное логирование в symfony&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://codinginharmony.blogspot.com.es/2012/05/how-to-configure-writable-directories.html"&gt;How to configure the writable directories in Symfony2' on Mac OS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://atnd.org/events/28842"&gt;これでわかる！ PHPの達人に学ぶ、フレームワークを使いこなす方法。 ～symfony勉強会 ～&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.epiphanysearch.co.uk/blog/using-orm-designer-with-symfony-2/"&gt;Using orm designer with Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://zechim.com/blog/2012/05/07/reverse-engineer-doctrine-workbench-symfony2-with-annotation/"&gt;Reverse Engineer (Doctrine, Workbench, Symfony2) with annotation&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.leaseweblabs.com/2012/05/symfony2-xubuntu/"&gt;Fast symfony2 served on a stable Xubuntu&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://sunzhen.blogspot.com.es/2012/05/symfony2-sessions.html"&gt;Symfony2 &amp; Sessions&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://d.hatena.ne.jp/kunikiya/20120511/1336704481"&gt;CoreServerにsymfony1.4をインストールした&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
                        &lt;hr / style="margin-bottom: 5px"&gt;
                        &lt;div style="font-size: 90%"&gt;
                        Be trained by &lt;a href="http://trainings.sensiolabs.com/"&gt;Symfony experts&lt;/a&gt;
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/symfony2-php-web-development"&gt;2012-05-29&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/mastering-symfony2-framework"&gt;2012-05-31&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;2012-06-06&lt;/a&gt; Paris
                                                &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/symfony/blog/~4/mbAIkAN7Snw" height="1" width="1"/&gt;</description>
                    <guid isPermaLink="false">http://symfony.com/blog/a-week-of-symfony-280-7-13-may-2012</guid>
                    <author>Javier Eguiluz</author>
                    <pubDate>Mon, 14 May 2012 10:27:06 +0200</pubDate>
                    <comments>http://symfony.com/blog/a-week-of-symfony-280-7-13-may-2012#comments-list</comments>
                <feedburner:origLink>http://symfony.com/blog/a-week-of-symfony-280-7-13-may-2012</feedburner:origLink></item>
                        <item>
                    <title>Symfony Live Paris 2012: Some great news</title>
                    <link>http://feedproxy.google.com/~r/symfony/blog/~3/W9RyjsXll_c/symfony-live-paris-2012-some-great-news</link>
                    <description>&lt;p&gt;Symfony Live Paris 2012 is in less than a month. In this post, I'll give you a
quick update on the latest news.&lt;/p&gt;

&lt;h2&gt;The Schedule&lt;/h2&gt;

&lt;p&gt;As you might have noticed, we published the full
&lt;a href="http://paris2012.live.symfony.com/speakers"&gt;schedule&lt;/a&gt; for Symfony Live Paris
2012 some time ago. This year, we have three tracks running in parallel; and
that will allow for more breaks and plenty of time for everyone to chat and
share.&lt;/p&gt;

&lt;p&gt;New this year is a special slot for &lt;strong&gt;lightning talks&lt;/strong&gt;. The idea is really
simple: every 10 minutes, a speaker has 7 minutes to talk about something
related to Symfony: from serious talks about a specific feature or bundle to
fun topics about Symfony, developers, life, and more! Be creative, and be
prepared!&lt;/p&gt;

&lt;p&gt;To entertain us the first day, Jeremy Mikola will host a &lt;strong&gt;Jeopardy game&lt;/strong&gt;. If
you know Jeremy and if you follow him on Twitter, you already know that it
will be a lot of fun! (no pressure Jeremy)&lt;/p&gt;

&lt;h2&gt;The Training Day&lt;/h2&gt;

&lt;p&gt;Like every year, the day before the conference, Sensio Labs will organize a
training day. This year, you can choose between two different topics on
Symfony2:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;Introduction to Symfony2&lt;/a&gt;: Learn the basics of the Symfony framework and get ready to develop your first applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="http://trainings.sensiolabs.com/en/training/advanced-symfony2"&gt;Going further with Symfony2&lt;/a&gt;: Learn more about the Symfony features set with advanced tools like caching, security and dependency injection management.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each training will be delivered in French and English.&lt;/p&gt;

&lt;h2&gt;Registration&lt;/h2&gt;

&lt;p&gt;I know that most of you are waiting for the last minute to register but the
sooner the better, really. One of the reason is that the hotels are already
quite full nearby the conference venue... but the main reason is that it would
make me sleep better in the coming weeks.&lt;/p&gt;

&lt;p&gt;Also, if you have purchased your ticket as a voucher, don't forget to redeem
it on the website to actually be registered.&lt;/p&gt;

&lt;h2&gt;Translation&lt;/h2&gt;

&lt;p&gt;Hosting a conference in France is not easy as French people expect sessions to
be in French. This year, we have a big new thing for French attendees: we are
going to have &lt;strong&gt;real-time translation&lt;/strong&gt; for all sessions in track A and B.&lt;/p&gt;

&lt;p&gt;And we are also going to have English translations for French sessions, which
is great news as we shoud have a great session on the usage of Symfony2 at
Overblog, which is one of the biggest blogging platform in Europe!&lt;/p&gt;

&lt;h2&gt;Videos&lt;/h2&gt;

&lt;p&gt;Last, but not the least, I can now announce that all sessions (in track A and
B) will be &lt;strong&gt;recorded&lt;/strong&gt;. And best of all, these videos will be free for all
attendees.&lt;/p&gt;

&lt;h2&gt;Sponsors&lt;/h2&gt;

&lt;p&gt;We are still looking for
&lt;a href="http://paris2012.live.symfony.com/sponsors"&gt;sponsors&lt;/a&gt; to help us cover the
cost of the conference; read the guide and consider becoming a sponsor. Thanks
to ServerGrove and KnpLabs for helping us this year.&lt;/p&gt;

                        &lt;hr / style="margin-bottom: 5px"&gt;
                        &lt;div style="font-size: 90%"&gt;
                        Be trained by &lt;a href="http://trainings.sensiolabs.com/"&gt;Symfony experts&lt;/a&gt;
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/symfony2-php-web-development"&gt;2012-05-29&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/mastering-symfony2-framework"&gt;2012-05-31&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;2012-06-06&lt;/a&gt; Paris
                                                &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/symfony/blog/~4/W9RyjsXll_c" height="1" width="1"/&gt;</description>
                    <guid isPermaLink="false">http://symfony.com/blog/symfony-live-paris-2012-some-great-news</guid>
                    <author>Fabien Potencier</author>
                    <pubDate>Mon, 07 May 2012 15:49:20 +0200</pubDate>
                    <comments>http://symfony.com/blog/symfony-live-paris-2012-some-great-news#comments-list</comments>
                <feedburner:origLink>http://symfony.com/blog/symfony-live-paris-2012-some-great-news</feedburner:origLink></item>
                        <item>
                    <title>A week of symfony #279 (30 April -&gt; 6 May 2012)</title>
                    <link>http://feedproxy.google.com/~r/symfony/blog/~3/5I8qxgVODVo/a-week-of-symfony-279-30-april-6-may-2012</link>
                    <description>&lt;p&gt;This week, &lt;a href="http://symfony.com/blog/symfony-2-0-13-released"&gt;Symfony 2.0.13 was released&lt;/a&gt;, including 120 commits with bug fixes and some nice tweaks (&lt;a href="https://github.com/symfony/symfony/blob/2.0/CHANGELOG-2.0.md"&gt;view changelog&lt;/a&gt;).&lt;/p&gt;

    &lt;h3&gt;Development mailing list&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;a href="https://groups.google.com/forum/?fromgroups#!topic/symfony-devs/P8jfrjBTckk"&gt;Form circular reference&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="https://groups.google.com/forum/?fromgroups#!topic/symfony-devs/iXhCmxLeBYg"&gt;Symfony2 slow load problem‏&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;


    &lt;h3&gt;Symfony2 development highlights&lt;/h3&gt;

    &lt;p&gt;&lt;a href="https://github.com/symfony/symfony/commits/master"&gt;Master branch&lt;/a&gt;:&lt;/p&gt;

    &lt;ul&gt;
              &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/dbd95683aa270444f43bb6a87ad8a097c928643a" title="dbd95683aa270444f43bb6a87ad8a097c928643a commit on github"&gt;dbd9568&lt;/a&gt;:
          [HttpKernel]      memcache and Redis profiler storage update          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/991474be120cf6a007b2934cd49dcfc008c2f6ed" title="991474be120cf6a007b2934cd49dcfc008c2f6ed commit on github"&gt;991474b&lt;/a&gt;:
          [HttpKernel]      fixed RedisProfilerStorage falling unit tests when Redis extension is not available          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/c1959571ac5b3568f6f5609dae4be3ed1450d614" title="c1959571ac5b3568f6f5609dae4be3ed1450d614 commit on github"&gt;c195957&lt;/a&gt;:
          [Components]      fixed tests/autoloading and switched to Composer          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/95b8e29f5729a98c4eb1cb59285658cabc30373b" title="95b8e29f5729a98c4eb1cb59285658cabc30373b commit on github"&gt;95b8e29&lt;/a&gt;:
          [BrowserKit]      removed dependency of CookieJar to Response          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/503a51fa29f7c5de3d165fc4b24ea68534b6a7f9" title="503a51fa29f7c5de3d165fc4b24ea68534b6a7f9 commit on github"&gt;503a51f&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/f273edc176f6762c1c92e8dac5e7e6994e0332fd" title="f273edc176f6762c1c92e8dac5e7e6994e0332fd commit on github"&gt;f273edc&lt;/a&gt;:
          [HttpFoundation]      updated RFC references in Response          &lt;/li&gt;
      &lt;/ul&gt;

    &lt;p&gt;&lt;a href="https://github.com/symfony/symfony/commits/2.0"&gt;2.0.x branch&lt;/a&gt;:&lt;/p&gt;

    &lt;ul&gt;
              &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/5b92b9ed432ea1d5f2c596517fc7f8aa825b1977" title="5b92b9ed432ea1d5f2c596517fc7f8aa825b1977 commit on github"&gt;5b92b9e&lt;/a&gt;:
          [Console]      selectively output to STDOUT or OUTPUT stream (Addresses issues with writing console output for IBM i5 Series OS400)          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/6aa4817b489b36d38971567650d477513fd770da" title="6aa4817b489b36d38971567650d477513fd770da commit on github"&gt;6aa4817&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/b66b6fc99e76cad4c54aa5267162a7818faef2b7" title="b66b6fc99e76cad4c54aa5267162a7818faef2b7 commit on github"&gt;b66b6fc&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/a7868a7f24d00d3403183c30791edeb06d28d3f6" title="a7868a7f24d00d3403183c30791edeb06d28d3f6 commit on github"&gt;a7868a7&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/06274dbce638ae0faedbd5201370daf99ac65bab" title="06274dbce638ae0faedbd5201370daf99ac65bab commit on github"&gt;06274db&lt;/a&gt;:
                Released Symfony 2.0.13          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/7fe236a44d555c7a57fbf6144fb053986d81e7be" title="7fe236a44d555c7a57fbf6144fb053986d81e7be commit on github"&gt;7fe236a&lt;/a&gt;:
          [Security]      configured ports in RetryAuthenticationEntryPoint according to router settings          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/970d0b4ddb23c3a736c503e66642799ceb8f6931" title="970d0b4ddb23c3a736c503e66642799ceb8f6931 commit on github"&gt;970d0b4&lt;/a&gt;:
          [BrowserKit]      check class existence only when required          &lt;/li&gt;
      &lt;/ul&gt;

    &lt;p&gt;Repository summary: &lt;a href="https://github.com/symfony/symfony/watchers"&gt;4,585 watchers&lt;/a&gt; (#1 in PHP, #30 overall) and &lt;a href="https://github.com/symfony/symfony/network"&gt;1190 forks&lt;/a&gt; (#1 in PHP, #12 overall).&lt;/p&gt;


    &lt;h3&gt;&lt;a href="http://www.symfony-project.org/plugins/newest/"&gt;New plugins&lt;/a&gt;&lt;/h3&gt;

    &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.symfony-project.org/plugins/sfWidgetFormAvatarPlugin"&gt;sfWidgetFormAvatar&lt;/a&gt;: Input field will be seen as a default picture. Default picture will be automatically changed by file selected. The file will be uploaded once selected. A preview will be automatically generated once file selected / uploaded.
    &lt;/li&gt;
      &lt;/ul&gt;

    &lt;h3&gt;Updated plugins&lt;/h3&gt;

    &lt;ul&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/dcSamlPlugin"&gt;dcSaml&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;fixes and tweaks&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/apostrophePlugin"&gt;apostrophe&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;added simple styles for an "allow comments" checkbox&lt;/li&gt;
                    &lt;li&gt;use of the 'limit' or 'firstOnly' option to slideshow slots no longer prevents you from successfully editing an existing slideshow&lt;/li&gt;
                    &lt;li&gt;if a video has no thumbnail and the video slot was rendered with the thumbnailOnly flag, display a reasonable placeholder rather than a 500 error&lt;/li&gt;
                    &lt;li&gt;new renderTemplate method in aEngineActions allows you to return from an action in a way that allows app.yml to specify an alternative partial or component in lieu of the template that would normally be used&lt;/li&gt;
                    &lt;li&gt;BaseaMediaActions uses return renderTemplate() consistently&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/apostropheBlogPlugin"&gt;apostropheBlog&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;app_aBlog_allow_comments_individually allows comments to be toggled on and off individually for particular posts&lt;/li&gt;
                    &lt;li&gt;app_aBlog_allow_comments_initially determines whether comments are initially allowed on a new post (true) or forbidden (false)&lt;/li&gt;
                    &lt;li&gt;when searching the blog, respect the order of the page ids returned by the search service&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
      &lt;/ul&gt;


    &lt;h3&gt;They talked about us&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://blog.servergrove.com/2012/04/30/common-problems-designers-have-when-working-with-symfony/"&gt;Common problems designers have when working with Symfony&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.lexik.fr/blog/symfony/symfony2/lexikmailerbundle-gerez-vos-templates-de-mails-en-base-de-donnees-2156"&gt;LexikMailerBundle, gérez vos templates de mails en base de données&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.micayael.com/2012/05/02/guia-de-symfony2-integrando-ajax/"&gt;Guía de Symfony2 – Capítulo 11 – Integrando AJAX&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://php-and-symfony.matthiasnoback.nl/2012/05/symfony2-config-component-using-filelocator-loaders-and-loaderresolver/"&gt;Symfony2 Config Component: Using FileLocator, Loaders and LoaderResolver&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.itrnews.com/articles/131954/composants-symfony-2-seront-coeur-drupal-8.html"&gt;Les composants Symfony 2 seront au coeur de Drupal 8&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://symfony2-gf.blogspot.com.es/2012/05/form-collectiontype-prototype.html"&gt;Form CollectionType ~ Prototype&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://mpoiriert.com/blog/2012/05/05/my-first-pull-request-in-github/"&gt;My First Pull Request in Github&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.tnyholm.se/symfony2-traff/"&gt;Symfony2-träff&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.cyun.org/archives/symfony2-%E6%B7%BB%E5%8A%A0ideatosimplepagerbundle/"&gt;Symfony2 添加IdeatoSimplePagerBundle&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://josselinchevalay.wordpress.com/2012/05/04/comment-faire-un-formulaire-avec-symfony-2/"&gt;Comment faire un formulaire avec Symfony2?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://dubluve.net/2012/05/03/symfony2-ek-kutuphaneleri-yonetmek/"&gt;Symfony2 – Ek Kutuphaneleri Yonetmek&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://codinginharmony.blogspot.com.es/2012/05/mapped-properties-in-symfony2-and.html"&gt;Mapped properties in Symfony2 and Doctrine2 Entity inheritance&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.yiinotes.com/yii1-1-10-e-symfony2-a-confronto-prima-parte/"&gt;Yii1.1.10 e Symfony2 a confronto (Prima parte)&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.leccionespracticas.com/informatica-web/symfony-informatica-web/symfony-disable-the-web-debug-toolbar-in-prod-environment/"&gt;Symfony: disable the web debug toolbar in PROD environment&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.dev-skills.com/creating-and-using-templates-with-symfony2/"&gt;Creating and using Templates with Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://javaquestionsandanswerstube.blogspot.com.es/2012/05/symfony2-forms-cannot-addremove.html"&gt;Symfony2 Forms - Cannot add/remove entities from a collection&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://how2javaforum.blogspot.com.es/2012/05/how-to-use-manytomany-field-in-symfony2.html"&gt;How to use manytomany field in symfony2?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://code4th.blogspot.com.es/2012/05/symfony-backend.html"&gt;symfony backendでファイルのアップロード管理 元のファイル名とアップロードしたファイルを消す&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.eslomas.com/2012/05/cache-de-http-con-symfony2/"&gt;Caché de HTTP con Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://bobbysciacchitano.com/2012/05/01/custom-parameters-in-symfony-di/"&gt;Custom Parameters in Symfony DI&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://acadopus.de/php/symfony-2-nuetzliche-bibliotheken-und-bundles_0309.html"&gt;Symfony2: nützliche Bibliotheken und Bundles&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.reecefowell.com/2012/04/30/authorisation-on-roles-in-symfony2/"&gt;Authorisation on Roles in Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.globberstack.com/Questions/update-multitables-using-one-form-in-symfonydoctrine-1/"&gt;Update multitables using one form in symfony+Doctrine&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.symfonylab.com/using-php-extension-for-symfony-pages/"&gt;Using PHP extension for symfony pages&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
      
                        &lt;hr / style="margin-bottom: 5px"&gt;
                        &lt;div style="font-size: 90%"&gt;
                        Be trained by &lt;a href="http://trainings.sensiolabs.com/"&gt;Symfony experts&lt;/a&gt;
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/symfony2-php-web-development"&gt;2012-05-29&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/mastering-symfony2-framework"&gt;2012-05-31&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;2012-06-06&lt;/a&gt; Paris
                                                &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/symfony/blog/~4/5I8qxgVODVo" height="1" width="1"/&gt;</description>
                    <guid isPermaLink="false">http://symfony.com/blog/a-week-of-symfony-279-30-april-6-may-2012</guid>
                    <author>Javier Eguiluz</author>
                    <pubDate>Mon, 07 May 2012 14:57:23 +0200</pubDate>
                    <comments>http://symfony.com/blog/a-week-of-symfony-279-30-april-6-may-2012#comments-list</comments>
                <feedburner:origLink>http://symfony.com/blog/a-week-of-symfony-279-30-april-6-may-2012</feedburner:origLink></item>
                        <item>
                    <title>Symfony 2.0.13 released</title>
                    <link>http://feedproxy.google.com/~r/symfony/blog/~3/ZqXotZS8zww/symfony-2-0-13-released</link>
                    <description>&lt;p&gt;Symfony 2.0.13 has just been released.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://github.com/symfony/symfony/blob/2.0/CHANGELOG-2.0.md"&gt;CHANGELOG&lt;/a&gt;
has all the details about the changes and you can even have a look at the full
&lt;a href="https://github.com/symfony/symfony/compare/v2.0.12...v2.0.13"&gt;diff&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you are starting a new project, you can get the Symfony Standard Edition
distribution on the &lt;a href="http://symfony.com/download"&gt;download&lt;/a&gt; page.&lt;/p&gt;

&lt;p&gt;If you already have a project based on the Symfony Standard Edition 2.0.x, you
can easily upgrade to 2.0.12 by getting the new
&lt;a href="https://raw.github.com/symfony/symfony-standard/v2.0.13/deps"&gt;deps&lt;/a&gt; and
&lt;a href="https://raw.github.com/symfony/symfony-standard/v2.0.13/deps.lock"&gt;deps.lock&lt;/a&gt;
files.&lt;/p&gt;

&lt;p&gt;Then, run the vendors script (it also clears your cache):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ ./bin/vendors install
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Remember that the Symfony2 Components are also available as standalone
libraries. You can get them via their dedicated read-only repositories on
Github (https://github.com/symfony/Finder for instance), install them via
&lt;a href="http://pear.symfony.com/"&gt;PEAR&lt;/a&gt; (pear install symfony2/Finder), or even
install them via &lt;a href="http://packagist.org/"&gt;Composer&lt;/a&gt;.&lt;/p&gt;

                        &lt;hr / style="margin-bottom: 5px"&gt;
                        &lt;div style="font-size: 90%"&gt;
                        Be trained by &lt;a href="http://trainings.sensiolabs.com/"&gt;Symfony experts&lt;/a&gt;
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/symfony2-php-web-development"&gt;2012-05-29&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/mastering-symfony2-framework"&gt;2012-05-31&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;2012-06-06&lt;/a&gt; Paris
                                                &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/symfony/blog/~4/ZqXotZS8zww" height="1" width="1"/&gt;</description>
                    <guid isPermaLink="false">http://symfony.com/blog/symfony-2-0-13-released</guid>
                    <author>Fabien Potencier</author>
                    <pubDate>Mon, 30 Apr 2012 15:58:44 +0200</pubDate>
                    <comments>http://symfony.com/blog/symfony-2-0-13-released#comments-list</comments>
                <feedburner:origLink>http://symfony.com/blog/symfony-2-0-13-released</feedburner:origLink></item>
                        <item>
                    <title>A week of symfony #278 (23-&gt;29 April 2012)</title>
                    <link>http://feedproxy.google.com/~r/symfony/blog/~3/JBF-pIf0s78/a-week-of-symfony-278-23-29-april-2012</link>
                    <description>&lt;p&gt;This week, development activity focused on Form component, with lots of fixes and tweaks. Meanwhile, an intense debate about &lt;a href="https://groups.google.com/forum/?fromgroups#!topic/symfony-devs/QaVf-QU80JU"&gt;Symfony 2.1 release&lt;/a&gt; started on the mailing list. In addition, the full &lt;a href="http://paris2012.live.symfony.com/speakers"&gt;schedule for Symfony Live Paris 2012&lt;/a&gt; was announced.&lt;/p&gt;

    &lt;h3&gt;Development mailing list&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;a href="https://groups.google.com/forum/?fromgroups#!topic/symfony-devs/slh2bWgmnGw"&gt;Timeline for Symfony 2.1&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="https://groups.google.com/forum/?fromgroups#!topic/symfony-devs/QaVf-QU80JU"&gt;Symfony 2.1 release&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;

    &lt;h3&gt;Symfony2 development highlights&lt;/h3&gt;

    &lt;p&gt;&lt;a href="https://github.com/symfony/symfony/commits/master"&gt;Master branch&lt;/a&gt;:&lt;/p&gt;

    &lt;ul&gt;
              &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/f7200e479c12767282cbdf1613532903ebbb936e" title="f7200e479c12767282cbdf1613532903ebbb936e commit on github"&gt;f7200e4&lt;/a&gt;:
          [Form]      added guessPattern method to FormTypeGuesserInterface          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/d9e142bd624fe4c6311442f420837cf3390d5e16" title="d9e142bd624fe4c6311442f420837cf3390d5e16 commit on github"&gt;d9e142b&lt;/a&gt;:
          [Form]      restored and deprecated guessMinLength() method in FormTypeGuesser          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/417130506798627a70d5a82df51a91326d2738e0" title="417130506798627a70d5a82df51a91326d2738e0 commit on github"&gt;4171305&lt;/a&gt;:
          [Console]      use proc_open instead of exec to suppress errors when run on Windows and stty is not present          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/1c03a167bfaec63a4676e2c73ce53062d3d094e7" title="1c03a167bfaec63a4676e2c73ce53062d3d094e7 commit on github"&gt;1c03a16&lt;/a&gt;:
          [Process]      fixed ProcessFailedException not populating exception message due to a missing sprintf parameter          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/6756f2819dd987af1bcda91fd7084ab31ff605d8" title="6756f2819dd987af1bcda91fd7084ab31ff605d8 commit on github"&gt;6756f28&lt;/a&gt;:
          [Session]      fixed Backward Compatibility issue with getFlashes()          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/3551b296832ddba921eae8917f2efe85151f88d9" title="3551b296832ddba921eae8917f2efe85151f88d9 commit on github"&gt;3551b29&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/b180c01f7c993c06dc3f1212fbebff7bfec21f6c" title="b180c01f7c993c06dc3f1212fbebff7bfec21f6c commit on github"&gt;b180c01&lt;/a&gt;:
          [WebProfiler]      added phpinfo information          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/eb75ab1b743bcc8719d63120a7bc787df9b76842" title="eb75ab1b743bcc8719d63120a7bc787df9b76842 commit on github"&gt;eb75ab1&lt;/a&gt;:
          [Form]      fixed results of the FieldType+FormType merge          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/c623fcf4d417b214f9d3bb0276aafc328af09a68" title="c623fcf4d417b214f9d3bb0276aafc328af09a68 commit on github"&gt;c623fcf&lt;/a&gt;:
          [Form]      fixed CSRF protection did not run if token was missing          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/649752c947d17b46ecbede055c959a09aeb99693" title="649752c947d17b46ecbede055c959a09aeb99693 commit on github"&gt;649752c&lt;/a&gt;:
          [Form]      fixed CSRF token was not displayed on empty complex forms          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/167e64f79992f6366108fde1548e2a2c9552d3c6" title="167e64f79992f6366108fde1548e2a2c9552d3c6 commit on github"&gt;167e64f&lt;/a&gt;:
          [Form]      fixed field attributes are not rendered in the label anymore          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/d3bb4d085c9df4e977ce58aedc6ea9cf53f58600" title="d3bb4d085c9df4e977ce58aedc6ea9cf53f58600 commit on github"&gt;d3bb4d0&lt;/a&gt;:
          [Form]      renamed option 'primitive' to 'single_control'          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/246c8852c883fa7e1c3e801e8a05fa4ddddbc5d0" title="246c8852c883fa7e1c3e801e8a05fa4ddddbc5d0 commit on github"&gt;246c885&lt;/a&gt;:
          [Form]      fixed default value of 'error_bubbling' is now determined by the 'single_control' option          &lt;/li&gt;
      &lt;/ul&gt;

    &lt;p&gt;&lt;a href="https://github.com/symfony/symfony/commits/2.0"&gt;2.0.x branch&lt;/a&gt;:&lt;/p&gt;

    &lt;ul&gt;
              &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/3b7ee9a4bc2c80cf37c40cef69384f54fba25674" title="3b7ee9a4bc2c80cf37c40cef69384f54fba25674 commit on github"&gt;3b7ee9a&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/de73de02596e7f29a4a291c4b20b3fa4567ce54a" title="de73de02596e7f29a4a291c4b20b3fa4567ce54a commit on github"&gt;de73de0&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/2e7d3b19c15ea4bfdfafa4e14919a168bc6fb965" title="2e7d3b19c15ea4bfdfafa4e14919a168bc6fb965 commit on github"&gt;2e7d3b1&lt;/a&gt;:
                fixed http_build_query          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/c89f3d3b88388712a5767c681d27b23d9ca020bb" title="c89f3d3b88388712a5767c681d27b23d9ca020bb commit on github"&gt;c89f3d3&lt;/a&gt;:
          [HttpKernel]      added DEPRECATED errors          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/4633fa98f6802487caaed4a1df06dc6fac62b492" title="4633fa98f6802487caaed4a1df06dc6fac62b492 commit on github"&gt;4633fa9&lt;/a&gt;:
                bumped monolog version          &lt;/li&gt;
      &lt;/ul&gt;

    &lt;p&gt;Repository summary: &lt;a href="https://github.com/symfony/symfony/watchers"&gt;4,543 watchers&lt;/a&gt; (#1 in PHP, #30 overall) and &lt;a href="https://github.com/symfony/symfony/network"&gt;1175 forks&lt;/a&gt; (#1 in PHP, #12 overall).&lt;/p&gt;


    &lt;h3&gt;Updated plugins&lt;/h3&gt;

    &lt;ul&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/apostrophePlugin"&gt;apostrophe&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;added app_a_dateFormat option to specify a date format to be passed to the date() function&lt;/li&gt;
                    &lt;li&gt;new thumbnailOnly option to video slots renders the thumbnail with the requested dimensions, instead of the actual video&lt;/li&gt;
                    &lt;li&gt;added autoplay option for video slots&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/apostropheBlogPlugin"&gt;apostropheBlog&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;added app_aBlog_addThisInExcerpts option, which defaults to true, determines whether we really want addThis in excerpts (blog index pages)&lt;/li&gt;
                    &lt;li&gt;refactored so that you can more easily override the default number of pages per blog post to something other than a constant number in app.yml&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
      &lt;/ul&gt;



    &lt;h3&gt;They talked about us&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://blog.servergrove.com/2012/04/24/como-crear-un-cache-warmer-en-symfony2/"&gt;Cómo crear un Cache Warmer en Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.strangebuzz.com/post/2012/03/19/Une-semaine-symfonique-272-du-12-au-18-mars-2012"&gt;Une semaine symfonique #272 - du 12 au 18 mars 2012&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.searchdatacenter.de/themenbereiche/cloud/loesungen/articles/361403"&gt;Cloud-Plattform Windows Azure: Anwendungsentwicklung mit PHP&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://habrahabr.ru/post/142541/"&gt;Symfony 2: Полезные библиотеки и бандлы&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.micayael.com/2012/04/25/guia-de-symfony2-validacion-datos-creacion-formularios-assert/"&gt;Guía de Symfony2 – Capítulo 10 – Validación de datos y creación de formularios&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://sf.khepin.com/2012/04/custom-database-type-with-doctrine-2-for-posgres-gis/"&gt;Custom database type with Doctrine 2 for Posgres GIS&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.strangebuzz.com/post/2012/04/24/Une-semaine-symfonique-277-du-16-au-22-avril-2012"&gt;Une semaine symfonique #277 - du 16 au 22 avril 2012&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.lyra-cms.com/blog/2012/04/datepicker-for-lyraadminbundle.html"&gt;LyraAdminBundle now supports jQuery UI datepicker&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://php-and-symfony.matthiasnoback.nl/2012/04/symfony2-jmsserializerbundle-vendor-mime-types-and-api-versioning/"&gt;Symfony2 &amp; JMSSerializerBundle: Vendor MIME types and API versioning&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.infodsi.com/articles/131939/drupal-8-symfony2-poursuivent-rapprochement.html"&gt;Drupal 8 et Symfony2 poursuivent leur rapprochement&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.journaldunet.com/developpeur/php/drupal-et-symfony-l-integration-se-poursuit-0412.shtml"&gt;SEO: Symfony apporte à Drupal une optimisation d'URL&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.servergrove.com/2012/04/27/spooling-emails-with-symfony2-on-vps-and-shared-hosting/"&gt;Spooling emails with Symfony2 on VPS and Shared Hosting&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.silicon.fr/le-cms-drupal-8-toujours-plus-proche-de-symfony2-74112.html"&gt;Le CMS Drupal 8 toujours plus proche de Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://skocadogan.blogspot.com.es/2012/04/symfony2-belgeleri-turkcelestirme.html"&gt;Symfony2 Belgeleri Türkçeleştirme Çalışması&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.miguel.ibero.me/2012/04/adding-your-own-tags-to-symfony.html"&gt;Adding your own tags to the Symfony Dependency Container&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://dubluve.net/2012/04/29/symfony2-fosfacebook-facebook-needs-the-curl-php-extension-hatasi/"&gt;Symfony2- FOSFacebook – Facebook needs the CURL PHP Extension Hatasi&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://symfony.info/2012/04/28/doctrine-%D0%BF%D0%BE%D0%B8%D1%81%D0%BA-%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%BC-%D1%8F%D0%B7%D1%8B%D0%BA%D0%B5/"&gt;Doctrine: Поиск русском языке&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://internet.dsisionnel.com/2012/04/drupal8-et-symfony2-lidylle-continue/"&gt;Drupal8 et Symfony2 : l’idylle continue&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.csdn.net/shrimpma/article/details/7518097"&gt;Symfony 在windows XP安装教程&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blogbook.hu/site/?p=1605"&gt;Wamp szerver beállítása Symfony alapú fejlesztéshez&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://tyudon.com/2012/04/27/php%E3%83%A1%E3%83%B3%E3%82%BF%E3%83%BC%E3%82%BA-piece%E3%81%AE%E4%B8%AD%E3%81%AEsymfony-2-console%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88-%E7%AC%AC1%E5%9B%9E/"&gt;PHPメンターズ -&gt; Pieceの中のSymfony #2: Consoleコンポーネント 第1回&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.sciof.com/blog/consuming-rss-or-xml-in-symfony2/"&gt;Consuming RSS or XML in Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://dev.dbl-a.com/symfony/symfony-and-uploadify-sessions/"&gt;Symfony and Uploadify Sessions&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.luxifer.fr/2012/04/25/deployer-un-projet-symfony-2-avec-capifony/"&gt;Déployer un projet Symfony 2 avec Capifony&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.dev-skills.com/create-your-first-page-with-symfony2/"&gt;Create your first page with Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.phpfog.com/2012/04/24/using-symfony2-on-php-fog-right-now/"&gt;Using Symfony2 on PHP Fog Right Now&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://gbbolivar.wordpress.com/2012/04/24/symfony/"&gt;Trabajar en symfony 1.4 con varios schema en postgresql&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://d.hatena.ne.jp/brtRiver/20120424/1335274122"&gt;[php][Symfony] 4/25(水) 20:30～ Symfonyしゃべりば - 春ですね - をust放送&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://verticis.com.br/blog/a-agencia/avisos/configurando-o-seu-projeto-em-symfony2-com-sonataadminbundle-sonatauserbundle-e-fosuserbundle/"&gt;Configurando o seu projeto em Symfony2 com SonataAdminBundle, SonataUserBundle e FOSUserBundle&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.ingphone.com/2012/04/205/"&gt;symfony2下js文件中地址的自动生成 FOSJsRoutingBundle&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://rys.hatenablog.com/entry/2012/04/23/190626"&gt;Symfony2でform名を指定する方法&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://togetter.com/li/292186"&gt;Symfony の DateType, DateTimeType で誤った日付が正しい DateTime オブジェクトになる問題&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
                        &lt;hr / style="margin-bottom: 5px"&gt;
                        &lt;div style="font-size: 90%"&gt;
                        Be trained by &lt;a href="http://trainings.sensiolabs.com/"&gt;Symfony experts&lt;/a&gt;
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/symfony2-php-web-development"&gt;2012-05-29&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/mastering-symfony2-framework"&gt;2012-05-31&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;2012-06-06&lt;/a&gt; Paris
                                                &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/symfony/blog/~4/JBF-pIf0s78" height="1" width="1"/&gt;</description>
                    <guid isPermaLink="false">http://symfony.com/blog/a-week-of-symfony-278-23-29-april-2012</guid>
                    <author>Javier Eguiluz</author>
                    <pubDate>Sun, 29 Apr 2012 23:00:32 +0200</pubDate>
                    <comments>http://symfony.com/blog/a-week-of-symfony-278-23-29-april-2012#comments-list</comments>
                <feedburner:origLink>http://symfony.com/blog/a-week-of-symfony-278-23-29-april-2012</feedburner:origLink></item>
                        <item>
                    <title>A week of symfony #277 (16-&gt;22 April 2012)</title>
                    <link>http://feedproxy.google.com/~r/symfony/blog/~3/J1x57uwk7G8/a-week-of-symfony-277-16-22-april-2012</link>
                    <description>&lt;p&gt;This week Symfony 2.1 introduced its &lt;a href="http://symfony.com/blog/towards-symfony-2-1-the-new-web-debug-toolbar"&gt;shiny new web debug toolbar&lt;/a&gt;. In addition, the second &lt;a href="http://symfony.com/blog/towards-symfony-2-1-bug-hunt-days"&gt;bug-hunt day&lt;/a&gt; took place, resulting in tens of bug fixes and surpassing another remarkable milestone: more than 4,000 issues in the official repository.&lt;/p&gt;

    &lt;h3&gt;Symfony2 development highlights&lt;/h3&gt;

    &lt;p&gt;&lt;a href="https://github.com/symfony/symfony/commits/master"&gt;Master branch&lt;/a&gt;:&lt;/p&gt;

    &lt;ul&gt;
              &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/a0d047b06f20e9e081a8536fa53c470d2add1157" title="a0d047b06f20e9e081a8536fa53c470d2add1157 commit on github"&gt;a0d047b&lt;/a&gt;:
          [HttpFoundation]      return from Response::prepare() so that the method may be chained          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/b06537e351aea47373d901d896108ad62b37a70f" title="b06537e351aea47373d901d896108ad62b37a70f commit on github"&gt;b06537e&lt;/a&gt;:
          [FrameworkBundle]      refactored router:debug code to use get() when outputting a single route          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/2a49449862ab74fbd80126384daa1957abaf2e0c" title="2a49449862ab74fbd80126384daa1957abaf2e0c commit on github"&gt;2a49449&lt;/a&gt;:
          [Form]      simplified CSRF mechanism and removed csrf type (CSRF fields are now only added when the view is built)          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/fcb2227ac961875f686177b6006c8a75cba386cb" title="fcb2227ac961875f686177b6006c8a75cba386cb commit on github"&gt;fcb2227&lt;/a&gt;:
          [Form]      deprecated FieldType, which has been merged into FormType          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/46f0393f7016b55d725be8f2927a07ff84455ea2" title="46f0393f7016b55d725be8f2927a07ff84455ea2 commit on github"&gt;46f0393&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/6336d9314e7a26862d31c164c14eab2937421299" title="6336d9314e7a26862d31c164c14eab2937421299 commit on github"&gt;6336d93&lt;/a&gt;:
          [Validator]      removed return value from ConstraintValidatorInterface::isValid() and renamed method to validate() because of the lack of a return value          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/1b320c83c3bf127e04e9dba02f753417553bfe77" title="1b320c83c3bf127e04e9dba02f753417553bfe77 commit on github"&gt;1b320c8&lt;/a&gt;:
          [Finder]      added not equal operator          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/3939c909441f46bfd766b4b288f64b0ada29580a" title="3939c909441f46bfd766b4b288f64b0ada29580a commit on github"&gt;3939c90&lt;/a&gt;:
          [FrameworkBundle]      fixed TraceableEventDispatcher unable to trace static class callables          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/8bdff01f1704a2ea49a263f6e61fe838a8762be5" title="8bdff01f1704a2ea49a263f6e61fe838a8762be5 commit on github"&gt;8bdff01&lt;/a&gt;:
          [DoctrineBridge, Form]      added collection guess for array Doctrine type and array constraint type          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/b7b26af9c5acd52f0bf390ea9e559948b27703fa" title="b7b26af9c5acd52f0bf390ea9e559948b27703fa commit on github"&gt;b7b26af&lt;/a&gt;:
          [DependencyInjection]      added IntrospectableContainerInterface::initialized()          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/ccd6bbc0a1124960b9cf3f3d26e663d063895859" title="ccd6bbc0a1124960b9cf3f3d26e663d063895859 commit on github"&gt;ccd6bbc&lt;/a&gt;:
          [Form]      removed extra CSRF field on collection prototype          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/c578d3ac572cf481dbb4bb564c25017d5d85d71e" title="c578d3ac572cf481dbb4bb564c25017d5d85d71e commit on github"&gt;c578d3a&lt;/a&gt;:
          [Filesystem]      fixed makePathRelative on windows with mixed paths          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/5c059aa121d1066d6ccd734f335c337cc0fd1c13" title="5c059aa121d1066d6ccd734f335c337cc0fd1c13 commit on github"&gt;5c059aa&lt;/a&gt;:
                fixed chmod() calls to apply umask          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/e7f129576e92e3d55e893ea74fb242131db8bcf4" title="e7f129576e92e3d55e893ea74fb242131db8bcf4 commit on github"&gt;e7f1295&lt;/a&gt;:
          [Filesystem]      fixed Filesystem::chmod to apply umask properly          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/082d86e3a0907cb95c8a548db790858ae1117981" title="082d86e3a0907cb95c8a548db790858ae1117981 commit on github"&gt;082d86e&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/218813cb50c5a6fcab96efcc58bbd3c4ae3e5388" title="218813cb50c5a6fcab96efcc58bbd3c4ae3e5388 commit on github"&gt;218813c&lt;/a&gt;:
          [Finder]      added contains() and notContains() methods          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/94bee7a3d568a9bf7fd5527cc9e8342d1f84ad3c" title="94bee7a3d568a9bf7fd5527cc9e8342d1f84ad3c commit on github"&gt;94bee7a&lt;/a&gt;:
          [Filesystem]      symlink() creates target directories          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/a22f0cdc32cb1d0f18533487755671bc3569299b" title="a22f0cdc32cb1d0f18533487755671bc3569299b commit on github"&gt;a22f0cd&lt;/a&gt;:
                enhanced FlattenException to include more methods from Exception          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/f7287db9be3d3fdc4c5607f0264d32c0a9fe5e9e" title="f7287db9be3d3fdc4c5607f0264d32c0a9fe5e9e commit on github"&gt;f7287db&lt;/a&gt;:
          [WebProfilerBundle]      deprecated the verbose option for the WDT as this is not needed anymore          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/9447b84acb412f8fc16942704dcccf0667dba904" title="9447b84acb412f8fc16942704dcccf0667dba904 commit on github"&gt;9447b84&lt;/a&gt;:
          [Propel1]      allowed PropelObjectCollection only in CollectionToArrayTransformer          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/4ff92b93ce0b739503d3621766f29eb7afe9c41d" title="4ff92b93ce0b739503d3621766f29eb7afe9c41d commit on github"&gt;4ff92b9&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/70a6de98965083e678428cfc8733ce2e6ffb811e" title="70a6de98965083e678428cfc8733ce2e6ffb811e commit on github"&gt;70a6de9&lt;/a&gt;:
          [EventDispatcher]      added generic event class          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/f72846305e6b5d093950dd38176733bcd4897fa9" title="f72846305e6b5d093950dd38176733bcd4897fa9 commit on github"&gt;f728463&lt;/a&gt;:
          [Finder]      fixed the iterators          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/3937561b201097ddbbc389252f135da6b12bb96b" title="3937561b201097ddbbc389252f135da6b12bb96b commit on github"&gt;3937561&lt;/a&gt;:
          [FrameworkBundle]      look for translations in %kernel.root_dir%/Resources/%bundle%/translations          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/01ca0ad35dfda90cdcc72fbbaebf8fe852a88ab2" title="01ca0ad35dfda90cdcc72fbbaebf8fe852a88ab2 commit on github"&gt;01ca0ad&lt;/a&gt;:
          [Propel1]      added security layer          &lt;/li&gt;
      &lt;/ul&gt;

    &lt;p&gt;&lt;a href="https://github.com/symfony/symfony/commits/2.0"&gt;2.0.x branch&lt;/a&gt;:&lt;/p&gt;

    &lt;ul&gt;
              &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/6f9c05d4f9824298f8e608d093f1512b8c8ac9d4" title="6f9c05d4f9824298f8e608d093f1512b8c8ac9d4 commit on github"&gt;6f9c05d&lt;/a&gt;:
          [Locale]      completed Stub with intl_error_name          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/0a606642b77573e493c808c12c2d2568166bb510" title="0a606642b77573e493c808c12c2d2568166bb510 commit on github"&gt;0a60664&lt;/a&gt;:
          [Locale]      updated StubIntlDateFormatter::format() exception message when timestamp argument is an array for PHP &gt;= 5.3.4          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/f16ff892bb12fab4e06f410ca7c8ffb02bef7ecb" title="f16ff892bb12fab4e06f410ca7c8ffb02bef7ecb commit on github"&gt;f16ff89&lt;/a&gt;:
          [Locale]      fixed StubNumberFormatter::parse() to behave like the NumberFormatter::parse() regarding to error flagging          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/e4cbbf3e8c9d423d25b2693743bdf9e4b8dfa424" title="e4cbbf3e8c9d423d25b2693743bdf9e4b8dfa424 commit on github"&gt;e4cbbf3&lt;/a&gt;:
          [Locale]      fixed StubNumberFormatter::format() to behave like the NumberFormatter::parse() regarding to error flagging          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/fab1b5ac8f258b01b7a3c339c9494815b7757002" title="fab1b5ac8f258b01b7a3c339c9494815b7757002 commit on github"&gt;fab1b5a&lt;/a&gt;:
          [Locale]      changed inequality operator to strict checking and updated some assertions          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/3939c909441f46bfd766b4b288f64b0ada29580a" title="3939c909441f46bfd766b4b288f64b0ada29580a commit on github"&gt;3939c90&lt;/a&gt;:
          [FrameworkBundle]      fixed TraceableEventDispatcher unable to trace static class callables          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/cd783fba067abaa62d5b2309a7a5e8ce75f09d33" title="cd783fba067abaa62d5b2309a7a5e8ce75f09d33 commit on github"&gt;cd783fb&lt;/a&gt;, &lt;a href="http://github.com/symfony/symfony/commit/686653ae3c914894eee719fbdb64a2a96433e8c9" title="686653ae3c914894eee719fbdb64a2a96433e8c9 commit on github"&gt;686653a&lt;/a&gt;:
          [HttpKernel]      fixed cache vary lookup and write          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/9b5be1df2a146290cd16834395727801c6c75c17" title="9b5be1df2a146290cd16834395727801c6c75c17 commit on github"&gt;9b5be1d&lt;/a&gt;:
          [Yaml]      fixed tests when iconv and mbstring PHP extensions are not available          &lt;/li&gt;
                &lt;li&gt;
                &lt;a href="http://github.com/symfony/symfony/commit/7ddc8cbb9c1771b7f378baebf85ab838f5befeae" title="7ddc8cbb9c1771b7f378baebf85ab838f5befeae commit on github"&gt;7ddc8cb&lt;/a&gt;:
          [FrameworkBundle]      monitor added/removed translations files in dev          &lt;/li&gt;
      &lt;/ul&gt;

    &lt;p&gt;Repository summary: &lt;a href="https://github.com/symfony/symfony/watchers"&gt;4,492 watchers&lt;/a&gt; (#1 in PHP, #30 overall) and &lt;a href="https://github.com/symfony/symfony/network"&gt;1164 forks&lt;/a&gt; (#1 in PHP, #12 overall).&lt;/p&gt;



    &lt;h3&gt;&lt;a href="http://www.symfony-project.org/plugins/newest/"&gt;New plugins&lt;/a&gt;&lt;/h3&gt;

    &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://www.symfony-project.org/plugins/sfDoctrineCreateInPlacePlugin"&gt;sfDoctrineCreateInPlace&lt;/a&gt;: A doctrine choice widget to add choice without leave the form screen.
    &lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.symfony-project.org/plugins/tiWorldMapPlugin"&gt;tiWorldMap&lt;/a&gt;: displays a vectorial map and shows associated data.
    &lt;/li&gt;
      &lt;/ul&gt;

    &lt;h3&gt;Updated plugins&lt;/h3&gt;

    &lt;ul&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/cpDatePickerPlugin"&gt;cpDatePicker&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;updated ad module&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/sfDoctrineActAsSluggableAttachmentPlugin"&gt;sfDoctrineActAsSluggableAttachment&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;quality for transformed images and update for documentation&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/sfSyncContentPlugin"&gt;sfSyncContent&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;syncing 'to' rather than 'from' is working again&lt;/li&gt;
                    &lt;li&gt;a 'symfony cc' is now performed on the receiving end&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
        &lt;li&gt;
          &lt;a href="http://www.symfony-project.org/plugins/sfJQueryDateTimeFormWidgetPlugin"&gt;sfJQueryDateTimeFormWidget&lt;/a&gt;:
            &lt;ul&gt;
                    &lt;li&gt;commiting version 1.0.2&lt;/li&gt;
                  &lt;/ul&gt;
      &lt;/li&gt;
      &lt;/ul&gt;



    &lt;h3&gt;They talked about us&lt;/h3&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;a href="http://sonata-project.org/blog/2012/4/18/please-welcome-to-the-notificationbundle"&gt;Please welcome to the NotificationBundle&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.symfony.es/2012/04/17/anunciados-los-ganadores-del-desafio-sismo/"&gt;Anunciados los ganadores del desafío Sismo&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://habrahabr.ru/post/142304/"&gt;Интеграция CKEditor в SonataAdminBundle&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.micayael.com/2012/04/18/guia-de-symfony2-manipulando-datos-doctrine-crud/"&gt;Guía de Symfony2 – Capítulo 9 – Manipulando datos con Doctrine&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://blog.servergrove.com/2012/04/18/how-to-create-a-cache-warmer-in-symfony2/"&gt;How to create a Cache Warmer in Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://pressnetwork.de/explicatis-richtet-symfony-user-treffen-in-koln-am-25-4-aus/"&gt;Explicatis richtet Symfony User Treffen in Köln am 25.4. aus&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.pressrelations.de/new/standard/result_main.cfm?pfach=1&amp;n_firmanr_=12&amp;sektor=pm&amp;detail=1&amp;r=491428&amp;sid=&amp;aktion=jour_pm&amp;quelle=0"&gt;PHP meets Microsoft Cloud: Windows Azure beflügelt Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://jorisdewit.ca/adding-options-to-select-elements-with-javascript-in-symfony2/"&gt;Adding options to select elements with javascript in Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://paolomosca.blogspot.com.es/2012/04/symfony-2-comandi-del-framework.html"&gt;Symfony2: comandi del framework&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.siwapp.org/blog/2012/04/all-the-ruby-people-where-do-they-all-come-from/"&gt;All the ruby people, where do they all come from?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://devblog.tillid.fr/un-plugin-symfony-pour-implementer-un-serveur-oauth-tidoctrineoauthserverplugin/"&gt;Un plugin Symfony pour implémenter un serveur OAuth: tiDoctrineOAuthServerPlugin !&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://allbtechebooks.blogspot.com.es/2012/04/how-to-get-form-values-in-symfony2.html"&gt;How to get form values in Symfony2 controller&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://tyudon.com/2012/04/20/php%E3%83%A1%E3%83%B3%E3%82%BF%E3%83%BC%E3%82%BA-piece%E3%81%AE%E4%B8%AD%E3%81%AEsymfony-finder%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88/"&gt;PHPメンターズ -&gt; Pieceの中のSymfony: Finderコンポーネン&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://josselinchevalay.wordpress.com/2012/04/19/comment-importer-bootstrap-a-son-projet-symfony-2/"&gt;Comment importer bootstrap a son projet Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.phperblog.net/?p=561"&gt;symfony内怎么定义404页面&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.leccionespracticas.com/informatica-web/symfony-informatica-web/fosjsroutingbundle-ejemplo-paso-por-paso/"&gt;FOSJsRoutingBundle: ejemplo paso por paso&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.vvbox.net/link-for-24.html"&gt;symfony 分页&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://max-chaussure.com/le-cms-drupal-eight-adopte-le-framework-de-developpement-php-symfony/"&gt;Le CMS Drupal eight adopte le framework de développement PHP Symfony&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://5a3i.blogspot.com.es/2012/04/symfonyindexphpurl.html"&gt;【symfony】index.phpをURLから消す！&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.0xcb0.com/2012/04/16/symfony-1-4-forward-to-a-filtered-list-view/"&gt;Symfony 1.4, forward to a filtered list view&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://symfonybrasil.blogspot.com.es/2012/04/trabalhando-com-datas-no-symfony-2.html"&gt;Trabalhando com datas no Symfony2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://www.wapplersystems.de/blog/symfony2-fatal-error-call-to-undefined-method-symfonycomponentclassloaderdebuguniversalclassloaderuseincludepath/"&gt;Symfony2: Fatal Error: Call to undefined method useIncludePath() in DebugUniversalClassLoader&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="http://totoro.ws/blog/2012/04/symfony-2.0-to-2.1.html"&gt;update Symfony 2.0 -&gt;2.1&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
                        &lt;hr / style="margin-bottom: 5px"&gt;
                        &lt;div style="font-size: 90%"&gt;
                        Be trained by &lt;a href="http://trainings.sensiolabs.com/"&gt;Symfony experts&lt;/a&gt;
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/symfony2-php-web-development"&gt;2012-05-29&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/mastering-symfony2-framework"&gt;2012-05-31&lt;/a&gt; Paris
                                                - &lt;a href="http://trainings.sensiolabs.com/en/training/introduction-symfony2"&gt;2012-06-06&lt;/a&gt; Paris
                                                &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/symfony/blog/~4/J1x57uwk7G8" height="1" width="1"/&gt;</description>
                    <guid isPermaLink="false">http://symfony.com/blog/a-week-of-symfony-277-16-22-april-2012</guid>
                    <author>Javier Eguiluz</author>
                    <pubDate>Tue, 24 Apr 2012 08:35:58 +0200</pubDate>
                    <comments>http://symfony.com/blog/a-week-of-symfony-277-16-22-april-2012#comments-list</comments>
                <feedburner:origLink>http://symfony.com/blog/a-week-of-symfony-277-16-22-april-2012</feedburner:origLink></item>
            </channel>
</rss>

