コミット履歴

作者 SHA1 メッセージ 日付
  Victor Berchet 84bbb945d7 [UniversalClassLoader] Small optimization 14 年 前
  marc.weistroff 1316fb547e Reverted e557500c97a1d2b12c30c5bea9434e6e90bd56fc and edf57fc392e64ab54680b1aec5c9931df8a088e1 which deleted the getRequest() method in HttpCache as this methods is needed in the Esi class. 14 年 前
  Bernhard Schussek 2276b98fc1 [Form] Fixed: ChoiceFields never validated 14 年 前
  Fabien Potencier 6ed7dc1e5a made a small optimization 14 年 前
  Kris Wallsmith ea536b0d9e [FrameworkBundle] added cache warmer priority 14 年 前
  Fabien Potencier 6b7e4ad2f9 [TwigBundle] fixed typo 14 年 前
  Justin Hileman 5516ac21a2 Fix Doctrine Migrations commands to work with new bundles. 14 年 前
  Lukas Kahwe Smith 661d5d236c fixed method call, cosmetic variable rename 14 年 前
  Fabien Potencier 93fc26d869 [EventDispatcher] simplified code (thanks Kris Wallsmith for the tip) 14 年 前
  Daniel Holmes b01805a5c4 [FrameworkBundle] added port number to the context passed in to the router 14 年 前
  Daniel Holmes f4282eea98 [Routing] added support for non-standard port numbers in absolute urls 14 年 前
  Fabien Potencier b6f400a2bc [DependencyInjection] made an optimization on dumped DIC 14 年 前
  Fabien Potencier 2d69369c69 [ClassLoader] added the possibility to define more than one directory for a namespace or a prefix 14 年 前
  Fabien Potencier c05fb03c7d [HttpKernel] changed the core.view event to only be notified when the controller does not return a Response 14 年 前
  Bernhard Schussek a725415440 [Form] Fixed RepeatedField not to trigger NotNull/NotBlank errors if any of the fields was filled in 14 年 前
  Bernhard Schussek 39c148197f [Form] Fixed form validation 14 年 前
  Bernhard Schussek 1a34743990 [Validator] Fixed: Collections annotated with @Valid may contain scalar values. These values are ignored by the GraphWalker 14 年 前
  Bernhard Schussek 50955a3919 [Validator] Fixed PropertyPath to read array indices with special characters 14 年 前
  Bernhard Schussek 55a97ec78e [Validator] Made GraphWalker::validateReference() method public 14 年 前
  Bernhard Schussek 5ed4d91bb8 [Validator] Implemented Execute constraint 14 年 前
  Benjamin Eberlei d8e03ac782 [DoctrineBundle] Add support to setting the Annotations prefix to @orm: for EntityGeneration beginning with Doctrine ORM 2.0.2-DEV. 14 年 前
  Bernhard Schussek eb918ac86d [Form] Fixed prototype option in CollectionField 14 年 前
  Bernhard Schussek 7c9c7af863 [Form] Fixed arrays not to be passed to the validator 14 年 前
  Penny Leach 1c3e3f7744 [Form] Removed required="required" from hidden fields to make them HTML5 compliant 14 年 前
  Bernhard Schussek 5e3fab214e [Form] The form is now validated seperatedly from its data. The form is validated in group "Default", the data in the group set in option "validation_groups" 14 年 前
  Bernhard Schussek c923af2879 [Form] Adapted constructor of CollectionField to match the constructors of the other fields. The field prototype is now optional. 14 年 前
  Bernhard Schussek 265cdd148f [Form] Removed unused property from Field 14 年 前
  Bernhard Schussek 4f0283a508 [Form] Removed Form::isBound(). Form::bind() is only a shortcut method now, use Form::isSubmitted() if you want to find out whether a form was submitted. 14 年 前
  Bernhard Schussek 628a4d1fd8 [Form] Refactored validation logic into validate() method. Removed bindGlobals() to reduce API clutter 14 年 前
  Fabien Potencier a204e0df7f [TwigBundle] added previous exception when possible 14 年 前