1. 08 Aug, 2012 1 commit
  2. 04 Aug, 2012 1 commit
  3. 03 Aug, 2012 2 commits
    • Fabien Potencier's avatar
      updated deps · a6af6f1e
      Fabien Potencier authored
      a6af6f1e
    • Fabien Potencier's avatar
      merged branch henrikbjorn/form-httpfoundation (PR #458) · 9566175f
      Fabien Potencier authored
      Commits
      -------
      
      1981d132 Updated FormServiceProvider documentation to not use the deprecated `bindRequest` method
      a12b0cc4 Add HttpFoundationExtension to FormServiceProvider.
      
      Discussion
      ----------
      
      Add HttpFoundationExtension to FormServiceProvider.
      
      This closes all of the issues with `$form->bind($request)` does not
      work issues.
      
      ---------------------------------------------------------------------------
      
      by stof at 2012-08-01T22:56:23Z
      
      this fixes #457
      
      ---------------------------------------------------------------------------
      
      by thomasjbradley at 2012-08-02T15:45:47Z
      
      I'd love to have this merged soon. I've been recording a bunch of screen casts for my students and this bug is kinda a show-stopper. Thanks!
      
      ---------------------------------------------------------------------------
      
      by alexandresalome at 2012-08-02T15:55:27Z
      
      If you're in a hurry:
      
          cd /path/to/your/project
          cd vendor/silex/silex
          git remote add henrikbjorn https://github.com/henrikbjorn/Silex.git
          git fetch henrikbjorn
          git checkout henrikbjorn/form-httpfoundation
      
      This will do the job temporarly
      
      ---------------------------------------------------------------------------
      
      by bradlet at 2012-08-02T15:58:38Z
      
      Thanks so much; I really appreciate it!
      
      ---------------------------------------------------------------------------
      
      by bradlet at 2012-08-02T16:16:58Z
      
      I'm a little confused. This update breaks form validation using the constraints array option, like in the Silex docs:
      
      ```php
      <?php
      $form = $app['form.factory']->createBuilder('form')
          ->add('name', 'text', array(
              'constraints' => array(new Assert\NotBlank(), new Assert\MinLength(5))
          ))
      ```
      
      It throws a `Symfony\Component\OptionsResolver\Exception\InvalidOptionsException`.
      
      Is this something that is no longer allowed within Silex?
      Do we need to now make classes like in the Symfony Forms component documentation?
      9566175f
  4. 02 Aug, 2012 1 commit
  5. 01 Aug, 2012 1 commit
  6. 31 Jul, 2012 3 commits
  7. 30 Jul, 2012 2 commits
  8. 25 Jul, 2012 2 commits
  9. 22 Jul, 2012 2 commits
  10. 20 Jul, 2012 1 commit
  11. 19 Jul, 2012 1 commit
  12. 18 Jul, 2012 2 commits
  13. 15 Jul, 2012 6 commits
  14. 13 Jul, 2012 7 commits
  15. 12 Jul, 2012 1 commit
  16. 11 Jul, 2012 4 commits
  17. 10 Jul, 2012 3 commits