Bernhard Schussek
|
e7df781c34
[Form] Fixed calls to ThemeRenderer::renderPart()
|
hace 14 años |
Bernhard Schussek
|
0fb95c18ad
Merge remote branch 'symfony/master' into experimental
|
hace 14 años |
Bernhard Schussek
|
65f58c9fd1
[Form] Introduced generic RendererInterface
|
hace 14 años |
Bernhard Schussek
|
1fa004ceb2
[Form] Simplified the interface names of the Renderer subnamespace
|
hace 14 años |
Bernhard Schussek
|
4ec6ba8674
[Form] Fixed: set data is treated as string except if a transformer is set
|
hace 14 años |
Bernhard Schussek
|
cfaa03eeec
[Form] Fixed: empty objects are only created upon binding forms with empty data
|
hace 14 años |
Fabien Potencier
|
33456e63dc
Merge remote branch 'pborreli/windows-fix-process'
|
hace 14 años |
Pascal Borreli
|
ef447dc487
[Process] Better guess of php bin executable path
|
hace 14 años |
Pascal Borreli
|
1e69076d7a
[Process] Removed useless getenv
|
hace 14 años |
Bernhard Schussek
|
7006202e24
Merge remote branch 'symfony/master' into experimental
|
hace 14 años |
Matthieu Bontemps
|
a294024184
Fix Filesystem->mkdir return value
|
hace 14 años |
Bernhard Schussek
|
8a981dd047
[Form] Removed unused variable
|
hace 14 años |
Bernhard Schussek
|
58b8555cb6
[Form] Removed unused use-statements
|
hace 14 años |
Fabien Potencier
|
5ebfb300bd
Merge remote branch 'weaverryan/kernel_controller_exception_message'
|
hace 14 años |
Bernhard Schussek
|
edfae73cd4
[Form] Moved PropertyPath, PropertyPathIterator and VirtualFormAwareIterator to subnamespace Util
|
hace 14 años |
Kris Wallsmith
|
c2579aa200
[AsseticBundle] removed the event again
|
hace 14 años |
Bernhard Schussek
|
29d412c15a
[Form] Changed name of VirtualFormIterator to VirtualFormAwareIterator
|
hace 14 años |
Bernhard Schussek
|
b180319371
[Form] Moved creation of empty data to Form to clean up DataMapperInterface
|
hace 14 años |
Bernhard Schussek
|
5ac979b043
[Form] Fixed default value of 'validation_groups' option, removed duplicate definition
|
hace 14 años |
Bernhard Schussek
|
80116be577
[Form] Removed unused 'template' option
|
hace 14 años |
Bernhard Schussek
|
6588a47ba7
[Form] Removed FormBuilder::setDataClass(). Use the FieldType option "data_class" instead.
|
hace 14 años |
Bernhard Schussek
|
364b0f5208
[Form] Fixed: FormBuilder::add() accepts FormTypeInterface instances
|
hace 14 años |
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
|
hace 14 años |
Bernhard Schussek
|
67d85c6bc7
[Form] Fixed signature of FormThemeInterface::render()
|
hace 14 años |
Bernhard Schussek
|
b21929423e
[Form] Completely removed the fields variable in the renderer. The renderer itself supports ArrayAccess and Traversable
|
hace 14 años |
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
|
hace 14 años |
Bernhard Schussek
|
eaff9c641e
[Form] Fixed: the default template is only set on the root renderer and reused by children
|
hace 14 años |
Bernhard Schussek
|
c891e40c9b
Merge remote branch 'symfony/master' into experimental
|
hace 14 años |
Bernhard Schussek
|
89361d036f
[Form] Renamed FormType::configure() to FormType::buildForm()
|
hace 14 años |
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.
|
hace 14 años |