Bernhard Schussek
|
4fcb98547c
[Form] Simplified Form::bind(), added convenience methods Form::bindRequest() and Form::bindGlobals()
|
14 年之前 |
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
|
14 年之前 |
Fabien Potencier
|
97897f532a
[Form] removed obsolete method
|
14 年之前 |
Bernhard Schussek
|
7848a7ca63
[Form] Refactored CSRF implementation to be reusable and to work correctly with the session service
|
14 年之前 |
Ryan Weaver
|
17f9162b89
[Standards] Changing many instances of "boolean" to "Boolean".
|
14 年之前 |
Bernhard Schussek
|
8f8f53d631
[Form][FrameworkBundle] Implemented FormFactory and added it to the DI container
|
14 年之前 |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 年之前 |
Bernhard Schussek
|
4b78c4376f
[Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class
|
14 年之前 |
Bernhard Schussek
|
48af2fc86e
[Form][FrameworkBundle][HttpFoundation] The session is now automatically started when a form is CSRF protected
|
14 年之前 |
Jordi Boggiano
|
094d428e68
CS: Unified strict equality comparisons, put var on the right side
|
14 年之前 |
Bernhard Schussek
|
78b69876d4
[Form] Locale can now only be set statically before creating a form/field, otherwise we have too many problems updating a field's state when the locale is changed
|
14 年之前 |
Bernhard Schussek
|
7c557d0d6e
[Form] Made and parameter in the constructor optional
|
14 年之前 |
Fabien Potencier
|
1e983a6115
moved static Form configuration to a new class (avoid loading 7 classes just to enable CSRF -- even when no form is present in the page)
|
14 年之前 |
Bernhard Schussek
|
e0d6aad5f4
[Form][FrameworkBundle][TwigBundle] Introduced class FieldError to wrap form errors
|
14 年之前 |
Jordi Boggiano
|
a198bbcf43
[Form] throw an exception if session_id() is empty when a csrf token is generated
|
14 年之前 |
Kris Wallsmith
|
f79e23ffb5
Removed all those spaces after @author that were bothering me so…
|
14 年之前 |
Bernhard Schussek
|
a66d883afd
[Form] Removed CSRF setters because they have no effect once CSRF protection is enabled. Re-enable CSRF protection with the desired values instead
|
14 年之前 |
Bernhard Schussek
|
e1be4e9689
[Form] Refactored logic to read and set values from Field to PropertyPath
|
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
|
2525998f6e
replaced form field rendering with plain templates
|
14 年之前 |
Fabien Potencier
|
4deb82f842
[Form] fixed license and phpdoc
|
14 年之前 |
Fabien Potencier
|
226277fd0e
added a way to activate CSRF protection from the configuration
|
14 年之前 |
Fabien Potencier
|
0de1c08d8d
reverted "[Form] fixed default CSRF token generation as a token must be tied to the user somewhat"
|
14 年之前 |
Fabien Potencier
|
d326c398e2
[Form] fixed default CSRF token generation as a token must be tied to the user somewhat
|
14 年之前 |
Fabien Potencier
|
50f039844b
[Form] removed obsolete use statements
|
14 年之前 |
Fabien Potencier
|
a141c98917
[HttpFoundation] moved File Component into the HttpFoundation one
|
14 年之前 |
Fabien Potencier
|
c53ebe7a8e
[Form] fixed Form::bind() when no values are submitted
|
14 年之前 |
Fabien Potencier
|
bf82cf42dd
renamed Symfony\Components to Symfony\Component
|
14 年之前 |