Fabien Potencier
|
b0614ef0e1
[DependencyInjection] made some more tweak to the Doctrine extension
|
15 years ago |
Fabien Potencier
|
b58c685508
[DependencyInjection] added a way to change the DBAL driver in the Doctrine extension
|
15 years ago |
Fabien Potencier
|
9b3eec8861
[DependencyInjection] made a small speed optimization
|
15 years ago |
Fabien Potencier
|
2f441df2ba
[DependencyInjection] made a bunch of changes to the bundled extensions
|
15 years ago |
Fabien Potencier
|
8ddac2669b
[EventDispatcher] added some setters/getters to Event
|
15 years ago |
Fabien Potencier
|
07817ba7d8
[DependencyInjection] changed service name for Doctrine DBAL
|
15 years ago |
Fabien Potencier
|
ae7d911bce
[Templating] added a safeguard when no debugger is available
|
15 years ago |
Fabien Potencier
|
e1aae4b820
[Templating] changed filesystem loader to only logged failed paths when not able to load the template
|
15 years ago |
Fabien Potencier
|
d372ae8efe
[DependencyInjection] added a debugger to the Templating extension
|
15 years ago |
Fabien Potencier
|
2fa08f4b49
[DependencyInjection] added a logger to the Doctrine DBAL extension
|
15 years ago |
Fabien Potencier
|
bb8b4b74ca
[DependencyInjection] fixed typos
|
15 years ago |
Fabien Potencier
|
41d35ab898
[Templating] added a getLoader() to the Engine class
|
15 years ago |
Fabien Potencier
|
340a4e97c1
[Templating] added an explicit error message when a method does not exist in __call()
|
15 years ago |
Fabien Potencier
|
81af3d6a58
[Templating] added a way to change renderers after the Engine is created
|
15 years ago |
Fabien Potencier
|
26f1434b14
[OutputEscaping] refactor the component to take advantage of new PHP 5.3 features
|
15 years ago |
Fabien Potencier
|
5c20bfec92
[Templating] changed the load() signature for loaders to allow for more flexibility
|
15 years ago |
Fabien Potencier
|
869a4698ed
[Templating] fixed coding standards
|
15 years ago |
Fabien Potencier
|
8ed83f7035
[DependencyInjection] fixed typo
|
15 years ago |
Fabien Potencier
|
f8e3b4b035
[DependencyInjection] added a __call() method to Container to allow usage of getXXXService() methods even whithout a PHP dump (allows for faster production environments)
|
15 years ago |
Fabien Potencier
|
7b2a968e31
[DependencyInjection] made a small optimization
|
15 years ago |
Fabien Potencier
|
c2d4ab784b
[DependencyInjection] optimized (get|has)Service() methods as PHP method names are case insensitive
|
15 years ago |
Fabien Potencier
|
e127c39f29
[DependencyInjection] fixed coding standards
|
15 years ago |
Fabien Potencier
|
642e265d0f
added missing files for lime
|
15 years ago |
Fabien Potencier
|
75a45a28b3
updated Lime
|
15 years ago |
Fabien Potencier
|
a2a7e4f6b7
[DependencyInjection] made an optimization to the Templating extension when only one loader is registered
|
15 years ago |
Fabien Potencier
|
2ac6faaa0b
[DependencyInjection] changed the order of priority when a service is both defined with setService() and with a getXXXService() method
|
15 years ago |
Fabien Potencier
|
dd759bd0b6
[DependencyInjection] allowed to disabled the helpers in the templating extension
|
15 years ago |
Fabien Potencier
|
ce6f676eb2
[DependencyInjection] made another speed optimization
|
15 years ago |
Fabien Potencier
|
c9d0a73fe3
[DependencyInjection] made a speed optimization
|
15 years ago |
Fabien Potencier
|
ee3e298c5d
[Console] added a ways to add common behaviors to commands extending a common command
|
15 years ago |