Francois Zaninotto
|
cb23828a0a
[PropelBundle] Initial commit (WIP) (thanks @fabpot)
|
15 years ago |
Fabien Potencier
|
85d4a0d55f
added a way to pass default options to splitTemplateName
|
15 years ago |
Fabien Potencier
|
28c0329deb
[TwigBundle] added javascript/javascripts tags
|
15 years ago |
Greg Thornton
|
5a09375dc4
Moved migrations-specific method out of DoctrineBundle\Command\DoctrineCommand and into the migrations bundle.
|
15 years ago |
Greg Thornton
|
0512d13c07
Added missing DoctrineCommand imports to DoctrineMigrationsBundle.
|
15 years ago |
Bongiraud Dominique
|
9fa1cb5e71
removed unused parameter in Request
|
15 years ago |
Bongiraud Dominique
|
3a398b84a2
fixed invert parameters in Request::create method
|
15 years ago |
Fabien Potencier
|
a1bf29743d
[Templating] fixed typo in phpdoc
|
15 years ago |
Jeremy Mikola
|
e282820835
[WebBundle] Controller::generateUrl() was not passing absolute parameter
|
15 years ago |
Fabien Potencier
|
abe86d2608
[Foundation] added the env and debug information in the project container class name to avoid potential clashes if you manipulate several container in the same PHP script
|
15 years ago |
Fabien Potencier
|
632ef95e06
[HttpKernel] added Request::overrideGlobals()
|
15 years ago |
Greg Thornton
|
b949c8e80c
Fixed doctrine migrations commands namespace.
|
15 years ago |
Fabien Potencier
|
269651235a
fixed XSD local paths
|
15 years ago |
Greg Thornton
|
73db693591
Added unix_socket doctrine.dbal.connection option, which is used by the doctrine2 PDOMySql driver.
|
15 years ago |
Matthieu Bontemps
|
a9c047f846
[TwigBundle] fixed phpdoc in RouteTokenParser
|
15 years ago |
Fabien Potencier
|
360f79f3a1
[Finder] refactored directory depth management
|
15 years ago |
Fabien Potencier
|
9426f820a7
[Finder] refactored size and date comparators
|
15 years ago |
Fabien Potencier
|
efb5801ac1
fixed phpunit.xml.dist (exclude bundles that rely on third party libraries)
|
15 years ago |
Fabien Potencier
|
46a8a1752f
[Templating] removed CompilableLoaderInterface and fixed unit tests
|
15 years ago |
Fabien Potencier
|
6ea878242b
fixed coding standards
|
15 years ago |
Fabien Potencier
|
87143b3dd3
[TwigBundle] added the Twig bundle (proof of concept)
|
15 years ago |
Fabien Potencier
|
2f4c9a32e9
made splitTemplateName() public
|
15 years ago |
Fabien Potencier
|
d7c83571ff
[Templating] enabled escaping only when the renderer is php
|
15 years ago |
Fabien Potencier
|
f11d539420
[Templating] added a isFresh() method to Loader classes
|
15 years ago |
Fabien Potencier
|
8f112ae261
[Templating] added some missing phpdoc
|
15 years ago |
Fabien Potencier
|
bee9d77ed3
[WebBundle] fixed hardcoded php renderer in template paths
|
15 years ago |
Fabien Potencier
|
78286bed68
[WebBundle] fixed template name with a custom renderer
|
15 years ago |
Fabien Potencier
|
8cd2b45004
[WebBundle] added a way to add more renderer to the Templating Engine from the container
|
15 years ago |
Fabien Potencier
|
04a0032293
[Templating] added a __isset() method to the Engine
|
15 years ago |
Fabien Potencier
|
d14daf9275
[HttpKernel] fixed Request::getETags()
|
15 years ago |