Fabien Potencier
|
2d69369c69
[ClassLoader] added the possibility to define more than one directory for a namespace or a prefix
|
14 lat temu |
Fabien Potencier
|
c05fb03c7d
[HttpKernel] changed the core.view event to only be notified when the controller does not return a Response
|
14 lat temu |
Bernhard Schussek
|
a725415440
[Form] Fixed RepeatedField not to trigger NotNull/NotBlank errors if any of the fields was filled in
|
14 lat temu |
Bernhard Schussek
|
39c148197f
[Form] Fixed form validation
|
14 lat temu |
Bernhard Schussek
|
1a34743990
[Validator] Fixed: Collections annotated with @Valid may contain scalar values. These values are ignored by the GraphWalker
|
14 lat temu |
Bernhard Schussek
|
50955a3919
[Validator] Fixed PropertyPath to read array indices with special characters
|
14 lat temu |
Bernhard Schussek
|
55a97ec78e
[Validator] Made GraphWalker::validateReference() method public
|
14 lat temu |
Bernhard Schussek
|
5ed4d91bb8
[Validator] Implemented Execute constraint
|
14 lat temu |
Benjamin Eberlei
|
d8e03ac782
[DoctrineBundle] Add support to setting the Annotations prefix to @orm: for EntityGeneration beginning with Doctrine ORM 2.0.2-DEV.
|
14 lat temu |
Bernhard Schussek
|
eb918ac86d
[Form] Fixed prototype option in CollectionField
|
14 lat temu |
Bernhard Schussek
|
7c9c7af863
[Form] Fixed arrays not to be passed to the validator
|
14 lat temu |
Penny Leach
|
1c3e3f7744
[Form] Removed required="required" from hidden fields to make them HTML5 compliant
|
14 lat temu |
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 lat temu |
Bernhard Schussek
|
c923af2879
[Form] Adapted constructor of CollectionField to match the constructors of the other fields. The field prototype is now optional.
|
14 lat temu |
Bernhard Schussek
|
265cdd148f
[Form] Removed unused property from Field
|
14 lat temu |
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 lat temu |
Bernhard Schussek
|
628a4d1fd8
[Form] Refactored validation logic into validate() method. Removed bindGlobals() to reduce API clutter
|
14 lat temu |
Fabien Potencier
|
a204e0df7f
[TwigBundle] added previous exception when possible
|
14 lat temu |
Daniel Holmes
|
f217022ad5
[TwigBundle] fixed Twig template throwing InvalidArgumentException rather than returning false
|
14 lat temu |
Fabien Potencier
|
5288381f61
Revert "[Security] Missing Event namespace in SwitchUserListener"
|
14 lat temu |
Thomas
|
e6dc155e89
fix validator class metadata warning
|
14 lat temu |
Christophe Coevoet
|
de401fd94c
[DoctrineBundle] Fixed doctrine:generate:entities help message
|
14 lat temu |
Jeremy Mikola
|
4e0db56810
[Form] Fix getValidator() to reference the "validator" option instead of property
|
14 lat temu |
Fabien Potencier
|
209dcfefce
[From] fixed phpdoc
|
14 lat temu |
Jeremy Mikola
|
0169892dcd
[Security] Missing Event namespace in SwitchUserListener
|
14 lat temu |
Johannes M. Schmitt
|
2b697423b4
[Security] bug fix in FormAuthenticationEntryPoint
|
14 lat temu |
Sebastian Utz
|
4d5853866a
[Security] fixed a Token serialization bug
|
14 lat temu |
Johannes M. Schmitt
|
fbc21fedf7
[Security] some bug fixes
|
14 lat temu |
Thomas
|
7b9b90809a
fix variable name
|
14 lat temu |
Fabien Potencier
|
1893e4e250
[DoctrineMongoDBBundle] fixed merge problem
|
14 lat temu |