Kris Wallsmith
|
c36612b78b
[DoctrineMongoDBBundle] fixed error when logging bin values in queries
|
14 vuotta sitten |
Ryan Weaver
|
7fb3b2ab9d
Adding basic PHPDoc to the Routing\DelegatingLoader class.
|
14 vuotta sitten |
Ryan Weaver
|
8c70a2ee24
Adding basic PHPDoc to the Routing\DelegatingLoader class.
|
14 vuotta sitten |
Bernhard Schussek
|
b902cb31d7
[Form] PropertyPath camelizes property names when setting values
|
14 vuotta sitten |
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 vuotta sitten |
Bernhard Schussek
|
e1be4e9689
[Form] Refactored logic to read and set values from Field to PropertyPath
|
14 vuotta sitten |
Benjamin Eberlei
|
1fab031d4d
Add missing EntityToIDTransformer files
|
14 vuotta sitten |
ornicar
|
f667b6928f
[TwigBundle] Add a template block to render CollectionField fields
|
14 vuotta sitten |
ornicar
|
06a6b15e22
[Form] Fix FieldGroup::getHiddenFields, add tests for FieldGroup::getHiddenFields and FieldGroup::getVisibleFields
|
14 vuotta sitten |
Masao Maeda
|
ade5fd6574
fixed: fixed the bug of request_panel.php in WebProfiler
|
14 vuotta sitten |
ornicar
|
5c406b9dc0
[FrameworkBundle] fixed typo in Translator
|
14 vuotta sitten |
Fabien Potencier
|
e0961beb44
[FrameworkBundle] fixed typos (patch from Dennis.Verspuij)
|
14 vuotta sitten |
Fabien Potencier
|
fa77f08893
fixed typo
|
14 vuotta sitten |
Fabien Potencier
|
aa1cb87f60
[FrameworkBundle] clarified exception message in InitBundleCommand.php (patch from mvrhov)
|
14 vuotta sitten |
Jordi Boggiano
|
12479cdd24
[TwigBundle] Simplified some code
|
14 vuotta sitten |
henrikbjorn
|
7ad510d6ef
Added --symlink option to assets:install command
|
14 vuotta sitten |
henrikbjorn
|
18ba4fd567
changed autoload.php.dist namespace order
|
14 vuotta sitten |
Fabien Potencier
|
fafcd02684
[HttpFoundation] changed RequestMatcher pattern syntax
|
14 vuotta sitten |
Fabien Potencier
|
18caddec7a
fixed typo
|
14 vuotta sitten |
Jordi Boggiano
|
d8f4cb79c9
[Form] Turned FieldGroup::getFields() into 4 specialized methods for more flexibility
|
14 vuotta sitten |
Fabien Potencier
|
5019010539
fixed unit tests after the last commit
|
14 vuotta sitten |
Jordi Boggiano
|
bf1eb56a34
[EventDispatched] Event doesn't need to implement ArrayAccess
|
14 vuotta sitten |
Bulat Shakirzyanov
|
db3476aeaa
[WebProfilerBundle] simplified DIC extension
|
14 vuotta sitten |
Fabien Potencier
|
1d1a437edc
added some missing methods
|
14 vuotta sitten |
Benjamin Eberlei
|
ec3b3f7637
Added and tested EntityToIDTransformer to transform Many-To-One and One-To-One entities into their identifier values
|
14 vuotta sitten |
Benjamin Eberlei
|
0d9d4ac583
Optimize some code in Form/Configurable, Have ChoiceField always pass data to transformers, implemented and fully unit-tested two Doctrine ORM specific transformers that do Collection to String/Choice Transformations
|
14 vuotta sitten |
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 vuotta sitten |
Fabien Potencier
|
dbde494424
made locale determination for translation lazy-loaded
|
14 vuotta sitten |
Fabien Potencier
|
af8cb480a3
[FrameworkBundle] changed Template renderers to be lazy-loaded
|
14 vuotta sitten |
Fabien Potencier
|
caa9d82746
[HttpFoundation] added support for attributes in RequestMatcher
|
14 vuotta sitten |