Bernhard Schussek
|
b21929423e
[Form] Completely removed the fields variable in the renderer. The renderer itself supports ArrayAccess and Traversable
|
14 years ago |
Bernhard Schussek
|
eaff9c641e
[Form] Fixed: the default template is only set on the root renderer and reused by children
|
14 years ago |
Bernhard Schussek
|
c891e40c9b
Merge remote branch 'symfony/master' into experimental
|
14 years ago |
Bernhard Schussek
|
89361d036f
[Form] Renamed FormType::configure() to FormType::buildForm()
|
14 years ago |
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 years ago |
Bernhard Schussek
|
9ff91dc997
Merge remote branch 'beberlei/FormsCollectionPrototype' into beberlei-merge
|
14 years ago |
Bernhard Schussek
|
ed69d7fa35
[Form] Fixed rendering using the PHP Templating engine
|
14 years ago |
Fabien Potencier
|
6fe8884ad8
[WebProfilerBundle] fixed WDT (please test before sending a PR -- I'm wasting my time)
|
14 years ago |
Fabien Potencier
|
7a3185c856
[WebProfilerBundle] fixed tests
|
14 years ago |
Fabien Potencier
|
9ce85bed6c
Merge remote branch 'Herzult/updateWDT'
|
14 years ago |
Antoine Hérault
|
7049810729
[WebProfilerBundle] Use a template for the redirection interceptions
|
14 years ago |
Antoine Hérault
|
237d7fd327
[WebProfilerBundle] Add some tests for the listener
|
14 years ago |
Ryan Weaver
|
6799090a4f
[SwiftmailerBundle] Allow for the Swift_NullTransport to be chosen in the Configuration class
|
14 years ago |
Bernhard Schussek
|
fae319e77a
[Form] Renderers are now created explicitely using FormFactory::createRenderer(). This improves performance on requests where a form does not need to be rendered
|
14 years ago |
Bernhard Schussek
|
8c7a93c90c
[Form] Added FormTypeInterface::buildRendererBottomUp() which is called after children are initialized
|
14 years ago |
Bernhard Schussek
|
c786fac303
[Form] Sample fix implementation of renderers
|
14 years ago |
Bernhard Schussek
|
a396f8fdc8
Merge remote branch 'symfony/master' into experimental
|
14 years ago |
Benjamin Eberlei
|
f9e2864030
[Form] Set prototype to true by default.
|
14 years ago |
Benjamin Eberlei
|
d87651b6a2
[Form] Add option "prototype" defaulting to true.
|
14 years ago |
Bernhard Schussek
|
41c3aea668
Merge remote branch 'beberlei/FormRendererItrator' into beberlei-merge
|
14 years ago |
Ryan Weaver
|
1910e23df8
[FrameworkBundle] Adding a title tag to make the default error page just a little bit longer so that chrome displays it
|
14 years ago |
Fabien Potencier
|
bfd57c5cf0
[HttpKernel] fixed typo
|
14 years ago |
Benjamin Eberlei
|
f882a511a0
[Form] Initialize on iterator access.
|
14 years ago |
Benjamin Eberlei
|
cd1ce86aee
[Form] Iterator support for ThemeRenderer
|
14 years ago |
Fabien Potencier
|
4594cd223b
[HttpKernel] fixed a test that randomly fails
|
14 years ago |
Fabien Potencier
|
7bda949e41
Merge remote branch 'schmittjoh/security'
|
14 years ago |
Fabien Potencier
|
4de468e181
[Routing] makes the parameters argument of generate() optional
|
14 years ago |
Benjamin Eberlei
|
73d8470a76
[Form] Fix children implementation, setChildren() is not used, the attribute "fields" is.
|
14 years ago |
Johannes Schmitt
|
031bf35bb1
changed condition nesting
|
14 years ago |
Fabien Potencier
|
cc46e8d46a
moved the Filesystem class form FrameworBundle to HttpKernel (refactored it slightly)
|
14 years ago |