Bernhard Schussek
|
cfaa03eeec
[Form] Fixed: empty objects are only created upon binding forms with empty data
|
14 年之前 |
Bernhard Schussek
|
7006202e24
Merge remote branch 'symfony/master' into experimental
|
14 年之前 |
Matthieu Bontemps
|
a294024184
Fix Filesystem->mkdir return value
|
14 年之前 |
Bernhard Schussek
|
8a981dd047
[Form] Removed unused variable
|
14 年之前 |
Bernhard Schussek
|
58b8555cb6
[Form] Removed unused use-statements
|
14 年之前 |
Fabien Potencier
|
5ebfb300bd
Merge remote branch 'weaverryan/kernel_controller_exception_message'
|
14 年之前 |
Bernhard Schussek
|
edfae73cd4
[Form] Moved PropertyPath, PropertyPathIterator and VirtualFormAwareIterator to subnamespace Util
|
14 年之前 |
Kris Wallsmith
|
c2579aa200
[AsseticBundle] removed the event again
|
14 年之前 |
Bernhard Schussek
|
29d412c15a
[Form] Changed name of VirtualFormIterator to VirtualFormAwareIterator
|
14 年之前 |
Bernhard Schussek
|
b180319371
[Form] Moved creation of empty data to Form to clean up DataMapperInterface
|
14 年之前 |
Bernhard Schussek
|
5ac979b043
[Form] Fixed default value of 'validation_groups' option, removed duplicate definition
|
14 年之前 |
Bernhard Schussek
|
80116be577
[Form] Removed unused 'template' option
|
14 年之前 |
Bernhard Schussek
|
6588a47ba7
[Form] Removed FormBuilder::setDataClass(). Use the FieldType option "data_class" instead.
|
14 年之前 |
Bernhard Schussek
|
364b0f5208
[Form] Fixed: FormBuilder::add() accepts FormTypeInterface instances
|
14 年之前 |
Bernhard Schussek
|
dc38eeffe3
[Form] Changed the default value of the 'property_path' option to NULL. Explicitely set it to '' or false to disable mapping for a field/form
|
14 年之前 |
Bernhard Schussek
|
67d85c6bc7
[Form] Fixed signature of FormThemeInterface::render()
|
14 年之前 |
Bernhard Schussek
|
b21929423e
[Form] Completely removed the fields variable in the renderer. The renderer itself supports ArrayAccess and Traversable
|
14 年之前 |
Ryan Weaver
|
80c102761c
[HttpKernel] Making the "no response returned from controller" more explanatory when it's possible that the user forgot a return statement in his/her controller
|
14 年之前 |
Bernhard Schussek
|
eaff9c641e
[Form] Fixed: the default template is only set on the root renderer and reused by children
|
14 年之前 |
Bernhard Schussek
|
c891e40c9b
Merge remote branch 'symfony/master' into experimental
|
14 年之前 |
Bernhard Schussek
|
89361d036f
[Form] Renamed FormType::configure() to FormType::buildForm()
|
14 年之前 |
Bernhard Schussek
|
a58cfab37d
[Form] Removed form.type.loader tag and according compiler pass to simplify configuration. Custom types that are not in the DIC can be instantiated manually and passed wherever a type is desired.
|
14 年之前 |
Bernhard Schussek
|
9ff91dc997
Merge remote branch 'beberlei/FormsCollectionPrototype' into beberlei-merge
|
14 年之前 |
Bernhard Schussek
|
ed69d7fa35
[Form] Fixed rendering using the PHP Templating engine
|
14 年之前 |
Fabien Potencier
|
6fe8884ad8
[WebProfilerBundle] fixed WDT (please test before sending a PR -- I'm wasting my time)
|
14 年之前 |
Fabien Potencier
|
7a3185c856
[WebProfilerBundle] fixed tests
|
14 年之前 |
Fabien Potencier
|
9ce85bed6c
Merge remote branch 'Herzult/updateWDT'
|
14 年之前 |
Antoine Hérault
|
7049810729
[WebProfilerBundle] Use a template for the redirection interceptions
|
14 年之前 |
Antoine Hérault
|
237d7fd327
[WebProfilerBundle] Add some tests for the listener
|
14 年之前 |
Ryan Weaver
|
6799090a4f
[SwiftmailerBundle] Allow for the Swift_NullTransport to be chosen in the Configuration class
|
14 年之前 |