コミット履歴

作者 SHA1 メッセージ 日付
  Fabien Potencier acbdbfca52 fixed typo 14 年 前
  Fabien Potencier 5c6b594dae [TwigBundle] converted form filters to functions 14 年 前
  Fabien Potencier e20a246eee [TwigBundle] fixed format_args configuration 14 年 前
  Fabien Potencier 55b343b27c [TwigBundle] simplified code a bit 14 年 前
  Fabien Potencier 2e9b8a4117 [TwigBundle] removed HelperTokenParser 14 年 前
  Fabien Potencier 13bcf7cdac [TwigBundle] converted flash tag to a function 14 年 前
  Fabien Potencier 3f492cae40 [TwigBundle] removed usage of HelperTokenParser for the js/css tags 14 年 前
  Fabien Potencier 840bd8aacd [TwigBundle] removed usage of HelperTokenParser for the 'render' tag 14 年 前
  Fabien Potencier eb4788e98e [DependencyInjection] made service keys and aliases case insensitive (as method names are case insensitive in PHP) 14 年 前
  Victor Berchet de42cfdf3e fix a typo 14 年 前
  Victor Berchet b7db5482d7 Container builder tweaks 14 年 前
  Benjamin Eberlei 302dbd1225 Refactor Doctrine Bundle to use Symfony DIC Enabled EventManager. 14 年 前
  Benjamin Eberlei fa7fdedf4b Introduced meta-bundle DoctrineAbstractBundle to squash 400+ loc of code duplication from ORM and MongoDB Bundles. 14 年 前
  Johannes M. Schmitt 55a48bcfa6 optimized AclVoter, added unit test 14 年 前
  Igor Wiedler 1577110c35 fix PHPUnit assertType deprecation warnings 14 年 前
  Christophe Coevoet da9d2e82f6 Added the Typehint needed by the type-hinting in Twig_Node 14 年 前
  Johannes M. Schmitt a99d8c8558 fix possible duplicate security identities 14 年 前
  Bernhard Schussek 2daa6b5bfe [TwigBundle] Fixed display of DateFields in twig templates 14 年 前
  Bernhard Schussek 52ecffe51b [Validator] Implemented Locale constraint 14 年 前
  Bernhard Schussek b9c2e98315 [Form][Locale] Implemented LocaleField and added script for updating ICU data 14 年 前
  Bernhard Schussek d8b8ae0608 [FrameworkBundle][TwigBundle] Introduced field_row template for Form rendering 14 年 前
  Fabien Potencier 62cd09e708 [TwigBundle] replaced the asset tag with an asset function (from {% asset css/foo.css %} to {{ asset('css/foo.css') }} 14 年 前
  Fabien Potencier 49a3e52fa8 [HttpFoundation] changed the default name of the session to _SESS as using _SESSION does not seem to work with PHP 5.3.3 (the session starts for each request) 14 年 前
  Johannes Schmitt b4288459cc added ACL system to the Security Component 14 年 前
  Fabien Potencier 5c73619d80 [DependencyInjection] optimized previous commit 14 年 前
  Lukas Kahwe Smith c886d88bf3 [DependencyInjection] force loading of class file when resolving interface injections 14 年 前
  Francis Besset 186b8d39cd [Swiftmailer] Set a null value for swiftmailer.single_address if delivery_address is not specified 14 年 前
  Francis Besset dc0b45f7f1 [Swiftmailer] Fixed typo 14 年 前
  Benjamin Eberlei 500e02d4fd fixed inconsistency between MongoDB and ORM Annotation Reader definition that lead to a bug in the "common" code 14 年 前
  Jeremy Mikola 46b1b5bd60 [Security] LogoutListener should not invoke handlers' logout() method if token is empty 14 年 前