コミット履歴

作者 SHA1 メッセージ 日付
  Jordi Boggiano bf1eb56a34 [EventDispatched] Event doesn't need to implement ArrayAccess 14 年 前
  Bulat Shakirzyanov db3476aeaa [WebProfilerBundle] simplified DIC extension 14 年 前
  Fabien Potencier 1d1a437edc added some missing methods 14 年 前
  Benjamin Eberlei ec3b3f7637 Added and tested EntityToIDTransformer to transform Many-To-One and One-To-One entities into their identifier values 14 年 前
  Benjamin Eberlei 0d9d4ac583 Optimize some code in Form/Configurable, Have ChoiceField always pass data to transformers, implemented and fully unit-tested two Doctrine ORM specific transformers that do Collection to String/Choice Transformations 14 年 前
  Benjamin Eberlei f033fc5578 Refactor ValueTransformers to recieve the original value when reverseTransform() is called. This is required for expensive value transformations for example Doctrine Collections or Proxies to allow access to a value that does not trigger expensive operations (such as database calls) anymore. 14 年 前
  Fabien Potencier dbde494424 made locale determination for translation lazy-loaded 14 年 前
  Fabien Potencier af8cb480a3 [FrameworkBundle] changed Template renderers to be lazy-loaded 14 年 前
  Fabien Potencier caa9d82746 [HttpFoundation] added support for attributes in RequestMatcher 14 年 前
  Jonathan H. Wage c0dc01d9b9 Fixing old path to new one. 14 年 前
  Fabien Potencier 4cea8276e3 fixed Doctrine data fixtures path 14 年 前
  Jonathan H. Wage cc3ff12bf8 Fixing container test. 14 年 前
  Fabien Potencier c6ed593022 fixed unit tests 14 年 前
  Jonathan H. Wage 3bc3115d8c Adding setLogger for data fixtures. 14 年 前
  Jonathan H. Wage ff683a694e Integrating new data fixtures code. 14 年 前
  Fabien Potencier 2525998f6e replaced form field rendering with plain templates 14 年 前
  ornicar a38069288c Fix namespace collision 14 年 前
  Fabien Potencier c2f856f074 [FrameworkBundle] fixed comment 14 年 前
  Fabien Potencier e88c0b7fc5 [DoctrineBundle] fixed previous commit 14 年 前
  Jonathan H. Wage 8fbf19694f Adding orm: and mongodb: annotation aliases to avoid conflicts. Recommended is to use the aliases instead of relying on the default namespace for annotations. 14 年 前
  Fabien Potencier 0fc8906feb [Validator] forced all validation annotations to be in the validation namespace to avoid collisions, removed the need for the wrapping @Validation annotation 14 年 前
  Fabien Potencier 3a4d9cb185 [Validation] fixed license 14 年 前
  Fabien Potencier 4deb82f842 [Form] fixed license and phpdoc 14 年 前
  Fabien Potencier 47bc809dc3 [TwigBundle] added tests for trans tag and filter 14 年 前
  Fabien Potencier 77125288e7 [TwigBundle] updated nodes for the latest version of Twig 14 年 前
  Fabien Potencier 8e654e8f9e [TwigBundle] added the trans filter 14 年 前
  Fabien Potencier 68bff2d214 [TwigBundle] fixed trans tags 14 年 前
  Fabien Potencier 3696066bfe [TwigBundle] fixed typo 14 年 前
  Fabien Potencier 416bd7872e [TwigBundle] optimized calls to helpers 14 年 前
  Fabien Potencier 3ce8ad1718 fixed HelpersExtension (removed usage of the magic _view context attribute -- helpers should now work from macros) 14 年 前