Commit History

Author SHA1 Message Date
  Fabien Potencier 82dec51b30 moved integration between the Yaml component and Twig to a Symfony Bridge 14 years ago
  Fabien Potencier 3e5bd67dac moved integration between Routing and Twig to a Symfony Bridge 14 years ago
  Miha Vrhovnik e57075ea60 removed unused and undefined namespace and use statement 14 years ago
  Fabien Potencier 0c8ff92ecd made the controller name in the WDT clickable 14 years ago
  Kris Wallsmith 7d9ddb546e [TwigBundle] updated to support asset packages 14 years ago
  Fabien Potencier 8c423edfef replaced symfony-project.org by symfony.com 14 years ago
  Christophe Coevoet 92bfbf575c Fixed CS 14 years ago
  Christophe Coevoet 156a5dcb9f Fixed escaping for arguments 14 years ago
  Fabien Potencier 73ab687521 moved ControllerResolver methods to HttpKernel (makes more sense) 14 years ago
  Dominique Bongiraud 64fb94c725 normalized license messages in PHP files 14 years ago
  Fabien Potencier 055b6e4d6e made a big refactoring of the templating sub-framework 14 years ago
  Fabien Potencier 6b4ae4479a [TwigBundle] removed coupling between TemplatingExtension and Templating Engine 14 years ago
  Fabien Potencier e3944bf4e6 fixed escaping in CodeHelper::formatArgs() 14 years ago
  Johannes M. Schmitt c5ef113b18 DI container optimization 14 years ago
  Fabien Potencier 7b7e83f428 removed js and css helpers and Twig integration 14 years ago
  Fabien Potencier b60d254be2 [TwigBundle] added request and session as global variables 14 years ago
  Fabien Potencier acbdbfca52 fixed typo 14 years ago
  Fabien Potencier e20a246eee [TwigBundle] fixed format_args configuration 14 years ago
  Fabien Potencier 55b343b27c [TwigBundle] simplified code a bit 14 years ago
  Fabien Potencier 2e9b8a4117 [TwigBundle] removed HelperTokenParser 14 years ago
  Fabien Potencier 13bcf7cdac [TwigBundle] converted flash tag to a function 14 years ago
  Fabien Potencier 3f492cae40 [TwigBundle] removed usage of HelperTokenParser for the js/css tags 14 years ago
  Fabien Potencier 840bd8aacd [TwigBundle] removed usage of HelperTokenParser for the 'render' tag 14 years ago
  Fabien Potencier 62cd09e708 [TwigBundle] replaced the asset tag with an asset function (from {% asset css/foo.css %} to {{ asset('css/foo.css') }} 14 years ago
  Fabien Potencier 77f5e7a5f3 [TwigBundle] updated functions to work with the latest version of Twig 14 years ago
  Fabien Potencier 5d65f3edbd [TwigBundle] converted path and url tags to functions 14 years ago
  Fabien Potencier 6970a46b84 updated Twig templates for the new hash syntax 14 years ago
  Francis Besset 5e150931c9 [TwigBundle] Fix call to a member function get() on a non-object 14 years ago
  Fabien Potencier a40d317f49 made a slight optimization 14 years ago
  Fabien Potencier e3551b5f87 [TwigBundle] renamed yaml filter to yaml_encode (to be coherent with json_encode) 14 years ago