Commit History

Author SHA1 Message Date
  Victor Berchet e09ae3f6a2 [Form][FrameworkBundle] Make FormHelper::renderSection() recursively callable, introduce FormHelper::renderBlock() 14 years ago
  Victor Berchet b709551252 [Order] Make Form::types and FormView::types use the same order (Parent > Child) 14 years ago
  Victor Berchet c68c511388 [Form] Make theming form prototypes consistent (start by looking for a '_<id>_<section>' block) 14 years ago
  Fabien Potencier 566511e9e7 moved some FormView methods to FormUtil where they really belongs 14 years ago
  Victor Berchet c0355038cf [FrameworkBundle] Fix the FormHelper phpDoc 14 years ago
  Victor Berchet 1196eb8e51 [FrameworkBundle][Form] Add some phpDoc for the FormHelper class 14 years ago
  Victor Berchet 5044a7b56d [FrameworkBundle][Form] Fix label rendering 14 years ago
  Victor Berchet b12b11c131 [Form] Never render a view again 14 years ago
  Fabien Potencier 2093a45aef merged stloyd/form_label 14 years ago
  stloyd cb22ccc516 [Form] Added missing feature for adding attributes to an field label 14 years ago
  Victor Berchet b61929bf4a [Form] The variable stack should not persist between section rendering (fixes #1157) 14 years ago
  Victor Berchet eb10c66a55 [Twig][Form] Optimize form rendering 14 years ago
  stealth35 286961c47f Removed unnecessary array_push 14 years ago
  Bernhard Schussek eb50d766da [Form] Fixed variable scope when entering nested form helpers 14 years ago
  Bernhard Schussek 38098604af [Form] Added tests for blocks/templates in the format _<ID>_(widget|row|label|...) 14 years ago
  Fabien Potencier 3a36c08d8e added the possibility to easily customize the template of just one widget of a form (PHP edition) 14 years ago
  Artur Kotyrba 05698f66a2 [Templating] removed unused argument passed to setRendered() method 14 years ago
  Pascal Borreli 8c0beea677 [Phpdoc] Cleaning/fixing 14 years ago
  Henrik Bjørnskov e687685f98 [Form] change FormView::setVar,getVar,getVars,hasVar to set,get,all,has 14 years ago
  Bernhard Schussek 72b17cd67c [Form] Renamed TemplateContext to FormView 14 years ago
  Bernhard Schussek c2dcebf6ea [FrameworkBundle] Added test coverage for FormHelper and fixed various rendering bugs 14 years ago
  Fabien Potencier 7f2294395c [Form] reverted the templating part to be similar to what we have today 14 years ago
  Fabien Potencier f232b3cdda reverted Merge remote branch 'kriswallsmith/kernel/shorter-bundle-names' 14 years ago
  Fabien Potencier 743592d81e Revert "fixed remaining Bundle suffixes" 14 years ago
  Fabien Potencier 315147c6c8 fixed remaining Bundle suffixes 14 years ago
  Kris Wallsmith ade83e2e80 updated codebase to use shorter bundle names 14 years ago
  Fabien Potencier 8c423edfef replaced symfony-project.org by symfony.com 14 years ago
  Pascal Borreli 2a6c5018ae [FrameworkBundle] Removed useless else 14 years ago
  Bernhard Schussek c468db5c5b [Form] Merged classes FieldGroup and Form for simplicity 14 years ago
  Stepan Tanasiychuk 8ec6878a2a fix bug in Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper 14 years ago