Histórico de Commits

Autor SHA1 Mensagem Data
  Bernhard Schussek eb918ac86d [Form] Fixed prototype option in CollectionField há 14 anos atrás
  Bernhard Schussek 7c9c7af863 [Form] Fixed arrays not to be passed to the validator há 14 anos atrás
  Penny Leach 1c3e3f7744 [Form] Removed required="required" from hidden fields to make them HTML5 compliant há 14 anos atrás
  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" há 14 anos atrás
  Bernhard Schussek c923af2879 [Form] Adapted constructor of CollectionField to match the constructors of the other fields. The field prototype is now optional. há 14 anos atrás
  Bernhard Schussek 265cdd148f [Form] Removed unused property from Field há 14 anos atrás
  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. há 14 anos atrás
  Bernhard Schussek 628a4d1fd8 [Form] Refactored validation logic into validate() method. Removed bindGlobals() to reduce API clutter há 14 anos atrás
  Fabien Potencier a204e0df7f [TwigBundle] added previous exception when possible há 14 anos atrás
  Daniel Holmes f217022ad5 [TwigBundle] fixed Twig template throwing InvalidArgumentException rather than returning false há 14 anos atrás
  Fabien Potencier 5288381f61 Revert "[Security] Missing Event namespace in SwitchUserListener" há 14 anos atrás
  Thomas e6dc155e89 fix validator class metadata warning há 14 anos atrás
  Christophe Coevoet de401fd94c [DoctrineBundle] Fixed doctrine:generate:entities help message há 14 anos atrás
  Jeremy Mikola 4e0db56810 [Form] Fix getValidator() to reference the "validator" option instead of property há 14 anos atrás
  Fabien Potencier 209dcfefce [From] fixed phpdoc há 14 anos atrás
  Jeremy Mikola 0169892dcd [Security] Missing Event namespace in SwitchUserListener há 14 anos atrás
  Johannes M. Schmitt 2b697423b4 [Security] bug fix in FormAuthenticationEntryPoint há 14 anos atrás
  Sebastian Utz 4d5853866a [Security] fixed a Token serialization bug há 14 anos atrás
  Johannes M. Schmitt fbc21fedf7 [Security] some bug fixes há 14 anos atrás
  Thomas 7b9b90809a fix variable name há 14 anos atrás
  Fabien Potencier 1893e4e250 [DoctrineMongoDBBundle] fixed merge problem há 14 anos atrás
  Johannes Schmitt b484763a7a [DependencyInjection] added first version of the config normalizer há 14 anos atrás
  Bernhard Schussek a28151a8af [Form] Removed FormFactory and improved the form instantiation process há 14 anos atrás
  Bernhard Schussek fb1f99137d [Form] Changed semantics of a "bound" form há 14 anos atrás
  Bernhard Schussek e5ed98c324 [Form] Added option 'data' to Field for populating a field with a fixed value há 14 anos atrás
  Bernhard Schussek fdbc064f06 [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. há 14 anos atrás
  Bernhard Schussek c468db5c5b [Form] Merged classes FieldGroup and Form for simplicity há 14 anos atrás
  Bernhard Schussek 7680657944 [Form] Form::isPostMaxSizeReached() only triggers for root forms há 14 anos atrás
  Bernhard Schussek 4fcb98547c [Form] Simplified Form::bind(), added convenience methods Form::bindRequest() and Form::bindGlobals() há 14 anos atrás
  Bernhard Schussek 57cbd57265 [Form] Fields may now be anonymous, but anonymous fields must not be added to groups. They can only be used as prototypes há 14 anos atrás