Henrik Bjørnskov
|
42d2f837fe
[WebProfilerBundle] Another call to block removed.
|
14 years ago |
Fabien Potencier
|
8777a34234
[TwigBundle] updated templates for the latest version of Twig
|
14 years ago |
Fabien Potencier
|
0f95f75874
[WebProfilerBundle] updated templates for the latest version of Twig
|
14 years ago |
Henrik Bjørnskov
|
59996bd8b9
[TwigBundle] Fixed form.twig calls to {% display %}
|
14 years ago |
fivestar
|
ac3e5545b9
[Console] fixed call to undefined method.
|
14 years ago |
Fabien Potencier
|
77f5e7a5f3
[TwigBundle] updated functions to work with the latest version of Twig
|
14 years ago |
Fabien Potencier
|
2985cfa5a9
[FrameworkBundle] converted the special Profiler class to a DIC compiler class
|
14 years ago |
Fabien Potencier
|
8e6a3849ee
[TwigBundle] converted the special Twig Environment class to a DIC compiler class
|
14 years ago |
Fabien Potencier
|
385ad72d64
[FrameworkBundle] converted the special routing resolver to a DIC compiler pass
|
14 years ago |
Henrik Bjørnskov
|
3516a043bc
[FrameworkBundle] Moved the adding of Converter tags to a CompilerPass by suggestion of schmittjoh.
|
14 years ago |
Henrik Bjørnskov
|
5b68548e41
[FrameworkBundle] Fixed ParamConverterListener call to NotFoundHttpException
|
14 years ago |
Fabien Potencier
|
2ee4252a1f
[FrameworkBundle] made array session storage the default in test mode
|
14 years ago |
Bulat Shakirzyanov
|
13fc13519e
[FrameworkBundle] registered array session storage service in DIC
|
14 years ago |
Bulat Shakirzyanov
|
f8a88e822f
[HttpFoundation] added ArraySessionStorage for usage in tests
|
14 years ago |
Fabien Potencier
|
cbd6d0aece
[DoctrineBundle] added a request param converter for Doctrine
|
14 years ago |
Fabien Potencier
|
1af21221ae
refactored and fix previous commit
|
14 years ago |
Henrik Bjørnskov
|
baf07a13ac
added converter manager and converter interface incl. tests
|
14 years ago |
Kris Wallsmith
|
763ef35d0e
[Routing] added creation of a file resource in annotations loader
|
14 years ago |
Kris Wallsmith
|
32aef96441
[Routing] removed call to setDefaultAnnotationNamespace() so this can be configure on the injected reader
|
14 years ago |
Benjamin Lévêque
|
8a472b7d98
[Routing] Fix PhpMatcherDump when url contains a . or a -
|
14 years ago |
Victor Berchet
|
b2476719f6
Container PHP dumper: optimize string dumping ('f'.'o'.'o' -> 'foo')
|
14 years ago |
Johannes M. Schmitt
|
03d25cc7fa
refactored creation of access decision manager to make use of newly added compiler passes
|
14 years ago |
Jonathan H. Wage
|
c54f6d81df
Fixing DoctrineMongoDBBundle to work with latest version of Doctrine.
|
14 years ago |
Jordi Boggiano
|
451847c7d2
CS: prefer while (true) over while (1)
|
14 years ago |
Jordi Boggiano
|
3d9b13f240
CS: Unified non-strict equality comparisons, put var on the right side
|
14 years ago |
Jordi Boggiano
|
094d428e68
CS: Unified strict equality comparisons, put var on the right side
|
14 years ago |
Johannes Schmitt
|
a2105d44aa
slight compiler refactoring (RFC)
|
14 years ago |
Victor Berchet
|
5e94807668
Speed up url matching for route without variable
|
14 years ago |
Jordi Boggiano
|
98db58ac17
Minor template cleanup
|
14 years ago |
Victor Berchet
|
d300fd6131
Remove a useless test
|
14 years ago |