1. 03 Aug, 2012 1 commit
    • 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
  2. 02 Aug, 2012 1 commit
  3. 01 Aug, 2012 1 commit
  4. 31 Jul, 2012 3 commits
  5. 30 Jul, 2012 2 commits
  6. 25 Jul, 2012 2 commits
  7. 22 Jul, 2012 2 commits
  8. 20 Jul, 2012 1 commit
  9. 19 Jul, 2012 1 commit
  10. 18 Jul, 2012 2 commits
  11. 15 Jul, 2012 6 commits
  12. 13 Jul, 2012 7 commits
  13. 12 Jul, 2012 1 commit
  14. 11 Jul, 2012 4 commits
  15. 10 Jul, 2012 3 commits
  16. 09 Jul, 2012 2 commits
  17. 07 Jul, 2012 1 commit
    • Fabien Potencier's avatar
      merged branch igorw/readme-irc (PR #424) · 5ee635b3
      Fabien Potencier authored
      Commits
      -------
      
      1cd7e78a Add IRC channel to README
      
      Discussion
      ----------
      
      Add IRC channel to README
      
      I think the only place this has been mentioned is the mailing list, but people keep coming in there. So adding it to the README would be a good idea imo.
      5ee635b3