1. 02 Mar, 2012 1 commit
  2. 27 Feb, 2012 12 commits
  3. 26 Feb, 2012 1 commit
  4. 24 Feb, 2012 2 commits
  5. 22 Feb, 2012 1 commit
  6. 21 Feb, 2012 1 commit
    • Fabien Potencier's avatar
      merged branch igorw/composer (PR #259) · 219ba070
      Fabien Potencier authored
      Commits
      -------
      
      2a17fc96 [composer] update composer dependencies
      
      Discussion
      ----------
      
      [composer] update composer dependencies
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-02-20T20:56:36Z
      
      This is kind of urgent, since it breaks silex for everyone who is using it with composer. If you could merge this ASAP, would be great.
      
      ---------------------------------------------------------------------------
      
      by stof at 2012-02-20T22:21:26Z
      
      @igorw see my suggestion on doctrine/DoctrineBundle#24 I think it is what composer will force us to do instead of using master as main branch to be able to keep a sane versionning
      219ba070
  7. 20 Feb, 2012 1 commit
  8. 17 Feb, 2012 2 commits
  9. 16 Feb, 2012 1 commit
  10. 08 Feb, 2012 1 commit
  11. 04 Feb, 2012 6 commits
    • Fabien Potencier's avatar
      fixed typo · e002b5f0
      Fabien Potencier authored
      e002b5f0
    • Fabien Potencier's avatar
      added the cookbook to the index page · 0923a6c8
      Fabien Potencier authored
      0923a6c8
    • Fabien Potencier's avatar
      fixed CS · 1b6cf0e5
      Fabien Potencier authored
      1b6cf0e5
    • Fabien Potencier's avatar
      merged branch igorw/cookbook (PR #238) · bb2469de
      Fabien Potencier authored
      Commits
      -------
      
      9289dad7 [cookbook] implement some suggestions
      9c04345d [cookbook] initial recipe for accepting a JSON request body
      
      Discussion
      ----------
      
      [cookbook] initial recipe for accepting a JSON request body
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-01-17T13:24:48Z
      
      I implemented your suggestions.
      bb2469de
    • Fabien Potencier's avatar
      updated vendors · 6131991b
      Fabien Potencier authored
      6131991b
    • Fabien Potencier's avatar
      merged branch brtriver/twig-service-provider-bug (PR #245) · 3a3fc890
      Fabien Potencier authored
      Commits
      -------
      
      4453e9fc fixed for the latest TwigFormExtension
      
      Discussion
      ----------
      
      fixed for the latest TwigFormExtension
      
      Now TwigFormExtension requires CsrfProviderInterface as the first arg but there is no arg for this in TwigServiceProvider, so it occurs the error below:
      
      > Catchable fatal error: Argument 1 passed to Symfony\Bridge\Twig\Extension\FormExtension::__construct() must implement interface Symfony\Component\Form\Extension\Csrf\CsrfProvider\CsrfProviderInterface, array given
      
      then I set `$app['form.csrf_provider']` as the first arg.
      3a3fc890
  12. 24 Jan, 2012 1 commit
  13. 21 Jan, 2012 4 commits
    • Fabien Potencier's avatar
      merged branch loalf/validator-tests (PR #230) · 9ac208d4
      Fabien Potencier authored
      Commits
      -------
      
      8d9bb8fb Added tests for Validator Provider
      291bac8d Added Validator Component as submodule
      
      Discussion
      ----------
      
      Added tests for Validator Provider
      
      I also had to add the Validator Component as a submodule
      9ac208d4
    • Fabien Potencier's avatar
      merged branch shieldo/patch-1 (PR #232) · e9b5d444
      Fabien Potencier authored
      Commits
      -------
      
      90f24072 added mention of SymfonyBridgesServiceProvider to example of using path() Twig function
      
      Discussion
      ----------
      
      added mention of SymfonyBridgesServiceProvider to example of using path Twig function
      
      I just spent an hour trying to figure out why using path() in Twig when using Silex wasn't working.  Turns out I hadn't included the SymfonyBridgesServiceProvider, which isn't mentioned in this piece of documentation.
      
      I don't know if this makes the comment too verbose, but if it saves someone else wasting time it'll be worth it.
      e9b5d444
    • Fabien Potencier's avatar
      merged branch tacker/patch-1 (PR #236) · 3d03340e
      Fabien Potencier authored
      Commits
      -------
      
      80c96c85 Added link to protected closure section. See #235.
      
      Discussion
      ----------
      
      Added link to protected closure section. See #235.
      3d03340e
    • Fabien Potencier's avatar
      merged branch jdreesen/patch-1 (PR #237) · 4f286d02
      Fabien Potencier authored
      Commits
      -------
      
      16599fbc fixed link to SwiftmailerServiceProvider doc
      
      Discussion
      ----------
      
      Fixed link to SwiftmailerServiceProvider doc
      4f286d02
  14. 19 Jan, 2012 1 commit
  15. 17 Jan, 2012 3 commits
  16. 13 Jan, 2012 2 commits