Commit History

Author SHA1 Message Date
  Victor Berchet c68c511388 [Form] Make theming form prototypes consistent (start by looking for a '_<id>_<section>' block) 14 years ago
  Victor Berchet b19052f879 [Form][TwigBridge] Improve the cache layer by caching blocks instead of templates 14 years ago
  Victor Berchet 9135f963db [Form][TwigBridge] Make the template cache more efficient 14 years ago
  Victor Berchet 8677aa3dce [Form][TwigBridge] Fix rendering 14 years ago
  Fabien Potencier 0a7ce63d8f Merge remote branch 'vicb/twig-theme-inheritance' 14 years ago
  Victor Berchet 5060702669 [Form] Further tweaks of the twig theme inheritance 14 years ago
  Victor Berchet bee505a4bf [Form] Fix twig theme inheritance 14 years ago
  Fabien Potencier 566511e9e7 moved some FormView methods to FormUtil where they really belongs 14 years ago
  Victor Berchet b12b11c131 [Form] Never render a view again 14 years ago
  Pascal Borreli 404c452c0b [Various] Phpdoc & typos 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 d375379a6a [Twig][Form] Tweak form extension phpDoc and code 14 years ago
  Victor Berchet 2b99d45dd3 [FormView] fix phpDoc 14 years ago
  Victor Berchet eb10c66a55 [Twig][Form] Optimize form rendering 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 6180b6aeb5 [TwigBundle] removed obsolete code 14 years ago
  Fabien Potencier a204aec08b added the possibility to easily customize the template of just one widget of a form 14 years ago
  Fabien Potencier 509f3dd454 removed the possibility to pass a template to render_widget() 14 years ago
  Artur Kotyrba d506a55b40 [Bridge][Twig] removed unused argument passed to setRendered() method 14 years ago
  Pascal Borreli 8c0beea677 [Phpdoc] Cleaning/fixing 14 years ago
  Bernhard Schussek 273d72ef75 [Form] Changed separator for Twig blocks from double underscore to single underscore to match the PHP template separator 14 years ago
  Henrik Bjørnskov e687685f98 [Form] change FormView::setVar,getVar,getVars,hasVar to set,get,all,has 14 years ago
  Bernhard Schussek 2ddc85ae5a [Form][Twig] Removed obsolete form_data() helper 14 years ago
  Bernhard Schussek 72b17cd67c [Form] Renamed TemplateContext to FormView 14 years ago
  Bernhard Schussek ca6ae09779 [Form] Removed TemplateContext::create() 14 years ago
  Bernhard Schussek ce5f3073bd Fixed test suite and names of accessor methods in TemplateContext 14 years ago
  Bernhard Schussek 96f040cec1 [Form] Added extensive test coverage for div_layout.html.twig 14 years ago