Fabien Potencier
|
722ad12a2d
renamed proxy setting to trust_proxy_headers
|
14 tahun lalu |
Fabien Potencier
|
082473659e
fixed validation of Doctrine proxy objects
|
14 tahun lalu |
Fabien Potencier
|
932cd10477
made HTTP headers coming from proxies non-trusted by default
|
14 tahun lalu |
Fabien Potencier
|
ca3c5e652e
moved ErrorHandler management to the distributions
|
14 tahun lalu |
Fabien Potencier
|
11cdff93f3
[FrameworkBundle] refactored container:debug command
|
14 tahun lalu |
Fabien Potencier
|
4cbc33a785
removed the automatic loading of the compiled classes (should be done explicitely by the end user now)
|
14 tahun lalu |
Fabien Potencier
|
3fe385e4fb
removed the autoloader map feature
|
14 tahun lalu |
Fabien Potencier
|
aa3ec504ae
removed File::getWebPath()
|
14 tahun lalu |
Bernhard Schussek
|
54e66c518f
[Form] Reorganized code into "form extensions"
|
14 tahun lalu |
Eriksen Costa
|
589b0ab4ed
Merge branch 'master' into form-frameworkbundle-form-guessers-fix
|
14 tahun lalu |
Johannes M. Schmitt
|
49ecb90221
[DependencyInjection] enable debug related passes only in debug environment
|
14 tahun lalu |
Johannes M. Schmitt
|
e5b6ce1d08
[FrameworkBundle] whitespace fix
|
14 tahun lalu |
Johannes Schmitt
|
2397bcbe94
[DependencyInjection] better logging
|
14 tahun lalu |
Fabien Potencier
|
7f2294395c
[Form] reverted the templating part to be similar to what we have today
|
14 tahun lalu |
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 tahun lalu |
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 tahun lalu |
Bernhard Schussek
|
270a98e413
[Form] Added support for types that are not registered in the DIC. These are identified by their FQ class name.
|
14 tahun lalu |
Bernhard Schussek
|
8742cafc21
[FrameworkBundle] Fixed DI configuration for field types
|
14 tahun lalu |
Bernhard Schussek
|
f64f55002b
Merge remote branch 'symfony/master' into experimental
|
14 tahun lalu |
Igor Wiedler
|
b9cd2f1f06
[FrameworkBundle] fix addCompilerPass typo
|
14 tahun lalu |
Bernhard Schussek
|
0bf566310c
Merge branch 'event-manager' into experimental
|
14 tahun lalu |
Ryan Weaver
|
a495fa3dce
[FrameworkBundle] Adding a container:debug console
|
14 tahun lalu |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 tahun lalu |
Bernhard Schussek
|
5705f74bd0
[Form] Refactored FieldFactory and moved new implementation into the DIC. FormTest fails now.
|
14 tahun lalu |
Fabien Potencier
|
14aa95ba21
added the concept of a main DIC extension for bundles
|
14 tahun lalu |
Johannes M. Schmitt
|
d4d2d60f7b
[DependencyInjection] minor interface change
|
14 tahun lalu |
Fabien Potencier
|
e5403490e7
removed the need to define getNamespace() and getPath() in bundles
|
14 tahun lalu |
Fabien Potencier
|
f455700b88
fixed previous commit
|
14 tahun lalu |
Victor Berchet
|
3ed47114d6
[Bundle] Make getPath() less error prone by allowing both backward and forward slashes
|
14 tahun lalu |
Fabien Potencier
|
025e142dd4
removed parameter converters as decided during IRC meeting (supported is still provided by FrameworkExtraBundle)
|
14 tahun lalu |