Commit History

Author SHA1 Message Date
  Bernhard Schussek eb21dc9fea [Form] Removed obsolete constraints from validation.xml 14 years ago
  Bernhard Schussek 325049ac73 Revert "[Form] removed validation.xml file (not used anymore)" 14 years ago
  Miha Vrhovnik 43bcadbb80 Updating renamed event 14 years ago
  Fabien Potencier 4bb823fda4 [Form] added missing interfaces 14 years ago
  Fabien Potencier 3a2ca3dd92 moved Doctrine2 Entity Type guesser to the Doctrine bridge 14 years ago
  Fabien Potencier b71f9d2708 [Form] added a unit tests for previous commit 14 years ago
  Fabien Potencier 4bfd5bf079 [Form] tweaked Date time transformer to allow fields with 0 as hour/minute/... 14 years ago
  Fabien Potencier 3e476e1c30 [Form] removed validation.xml file (not used anymore) 14 years ago
  Bernhard Schussek be5738564f [Form] Improved regular expression in AbstractType::getName() and added unit tests 14 years ago
  Bernhard Schussek 4905bfd285 Merge remote branch 'brikou/form' into form 14 years ago
  Tobias Naumann f6ce451e2c [Form] Made FormView implement Countable 14 years ago
  Brikou CARRE a83046f470 fixed regex (we don't need '?') 14 years ago
  Brikou CARRE 28121e4a57 [Form] AbstractType::getName() improvement 14 years ago
  Bernhard Schussek 7b1bf621e1 [Form] Removed obsolete code from div_layout.html.twig 14 years ago
  Bernhard Schussek 2ea68dfcd2 [Form] Improved test coverage of NumberToLocalizedStringTransformer 14 years ago
  Bernhard Schussek 30922d9375 [Form] Fixed: Checkboxes in an expanded choice field never have the 'required' HTML5 attribute. Closes http://trac.symfony-project.org/ticket/9588 14 years ago
  Bernhard Schussek a05575bba1 [Form] Removed obsolete code. Use the 'attr' var instead 14 years ago
  Bernhard Schussek 9582221862 [Form] ResizeFormListener::preBind() now handles empty strings. Fixes https://github.com/symfony/symfony/pull/40 14 years ago
  Bernhard Schussek d0c572716a Merge remote branch 'henrikbjorn/form' into henrik_merge 14 years ago
  Bernhard Schussek bc0efff28d [Form][FrameworkBundle] Fixed escaping of choice widgets 14 years ago
  Henrik Bjørnskov e687685f98 [Form] change FormView::setVar,getVar,getVars,hasVar to set,get,all,has 14 years ago
  Bernhard Schussek e787d5dc22 [Form] PropertyPath now can handle elements with special characters 14 years ago
  Bernhard Schussek 4f1ae660fa [Form] Fixed choice labels in expanded choice fields 14 years ago
  Bernhard Schussek 41c6ab0ac7 [Form] Field labels can now be passed in the 'label' option 14 years ago
  Bernhard Schussek 3d92549382 [FrameworkBundle] Fixed various escaping problems and added test cases for them 14 years ago
  Bernhard Schussek 990bef8afb [Form][FrameworkBundle][TwigBundle] Fixed: CSRF fields are not rendered for nested forms anymore 14 years ago
  Bernhard Schussek 8fe21285ba [Form] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object 14 years ago
  Bernhard Schussek 276b23a344 [Form] Moved creation logic of FormView to Form class 14 years ago
  Bernhard Schussek 44fa9bbeaa [Form] Fixed: CSRF token is regenerated if validation fails to avoid stalled tokens. Closes https://github.com/symfony/symfony/pull/415 14 years ago
  Bernhard Schussek c9c8b5c98e [Form] Improved test coverage of MonthChoiceList and fixed timezone used in it. Fixes https://github.com/symfony/symfony/pull/433 14 years ago