Fabien Potencier
|
97897f532a
[Form] removed obsolete method
|
14 years ago |
Bernhard Schussek
|
d017970867
[Form] Implemented FormFactory::buildDefault() to ease the use of the new CSRF implementation without the DIC
|
14 years ago |
Bernhard Schussek
|
0239d62619
[Form] Made the CSRF provider service public so that it can be used without forms
|
14 years ago |
Bernhard Schussek
|
7848a7ca63
[Form] Refactored CSRF implementation to be reusable and to work correctly with the session service
|
14 years ago |
Ryan Weaver
|
d341e8bccb
[Form] Adding PHPDoc to many Field objects and making other small changes:
|
14 years ago |
Eriksen Costa
|
b38519bb23
[FrameworkBundle] fixed call to \Locale::getDefault()
|
14 years ago |
Jordi Boggiano
|
08f8b223ff
[Serializer] Added hasEncoder and getEncoder to the SerializerInterface
|
14 years ago |
Jordi Boggiano
|
6f5c2e2d8b
[Serializer] Abstract classes now implement their respective interfaces
|
14 years ago |
Jordi Boggiano
|
cbd4fdd398
[Serializer] JsonEncoder must return arrays only
|
14 years ago |
Benjamin Eberlei
|
4d4eec618c
[DoctrineBundle] Implement Proxy CacheWarmer
|
14 years ago |
Andy Stanberry
|
0ef67112b2
[Console] added writeln to the OutputInterface
|
14 years ago |
Stepan Tanasiychuk
|
8ec6878a2a
fix bug in Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper
|
14 years ago |
Bernhard Schussek
|
e4eb7f720b
[DoctrineBundle] Fixed: CollectionToChoiceTransformer should accept null values
|
14 years ago |
Henrik Bjørnskov
|
3564b86ee9
[DoctrineBundle] Fixed loggin in DoctrineExtension not being taken into account
|
14 years ago |
Fabien Potencier
|
03e51cc1e2
[FrameworkBundle] fixed template paths cache warmer (it should index all templates, not just the Twig ondes)
|
14 years ago |
Fabien Potencier
|
561a3e47b3
[HttpKernel] made another speed optimization
|
14 years ago |
Fabien Potencier
|
79dce161dd
made a performance optimization
|
14 years ago |
Fabien Potencier
|
3e71c2c76e
[DependencyInjection] made a small speed optimization
|
14 years ago |
Fabien Potencier
|
2499ac4d21
[FrameworkBundle] fixed cache warmer when global view directory does not exist
|
14 years ago |
Bulat Shakirzyanov
|
558268331b
[DoctrineMongoDBBundle] added a check that fixture dir exists
|
14 years ago |
Fabien Potencier
|
2860c2651c
[FrameworkBundle] fixed template paths cache warmer
|
14 years ago |
beberlei
|
2bc6197859
[DoctrineBundle] Fix bug in Auto Proxy Generation introduced with config merge refactoring
|
14 years ago |
Fabien Potencier
|
69fb235160
Revert "[DoctrineBundle] Fix bug in Auto Proxy Generation introduced with config merge refactoring. Use array_reverse() for $configs to fix incremental merge algorithm assumptions."
|
14 years ago |
Johannes Schmitt
|
f29a5f74a1
made the DI config validation more strict to catch errors early
|
14 years ago |
Stepan Tanasiychuk
|
4408cbc9fa
fix bug in Symfony\Bundle\DoctrineMigrationsBundle\Command\DoctrineCommand
|
14 years ago |
beberlei
|
1bc0b54411
[DoctrineBundle] Fix bug in Auto Proxy Generation introduced with config merge refactoring. Use array_reverse() for $configs to fix incremental merge algorithm assumptions.
|
14 years ago |
Bulat Shakirzyanov
|
571448b047
[FrameworkBundle] mode include tag filenames fixes
|
14 years ago |
Fabien Potencier
|
9607e61d86
[Console] fixed typo
|
14 years ago |
Bulat Shakirzyanov
|
14e4b9733d
[HttpFoundation] fixed FileBag to handle sub-requests
|
14 years ago |
Fabien Pennequin
|
242562a361
[HttpFoundation] added test for processed array in sub-requests
|
14 years ago |