stealth35
|
cee94be277
sanitize die (exit)
|
14 years ago |
Fabien Potencier
|
e4a636a885
[FrameworkBundle] refactored the cache:clear command
|
14 years ago |
Fabien Potencier
|
82a5ae669e
[FrameworkBundle] fixed merge problem
|
14 years ago |
Fabien Potencier
|
45f9c2fbf4
merged francisbesset:cache_clear_command
|
14 years ago |
Victor Berchet
|
cead49fa2b
[Kernel] Fixed a typo
|
14 years ago |
Fabien Potencier
|
14903ce915
[HttpKernel] removed the need to call getRootDir() more than once
|
14 years ago |
Fabien Potencier
|
a6411cb712
[HttpKernel] fixed phpdoc
|
14 years ago |
Fabien Potencier
|
4da43df963
merged vicb/kernel
|
14 years ago |
Fabien Potencier
|
b6528c3ea6
Merge remote branch 'hason/container_class'
|
14 years ago |
Martin Hason
|
ba9653d99a
[HttpKernel] optimized getContainerLoader
|
14 years ago |
Martin Hason
|
cef70893df
[HttpKernel], [FrameworkBundle] added method getContainerClass and parameter kernel.container_class
|
14 years ago |
Fabien Potencier
|
f4e4a2aa1b
refactored ConfigCache and optimized container:debug task
|
14 years ago |
Francis Besset
|
bb7986e221
[FrameworkBundle] Added cache:clear command with warmup option
|
14 years ago |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 years ago |
Kris Wallsmith
|
33d47be32e
[HttpKernel] added an subclass merge extension configuration compiler pass to ensure each bundle's "main" extension is loaded
|
14 years ago |
Victor Berchet
|
38da529997
[Kernel] Get rid of Kernel::registerRootDir()
|
14 years ago |
Ryan Weaver
|
a0fc4240f9
[HttpKernel] Adding a line break to the end of the Kernel die() statements so that the output is more natural when receiving this message from the terminal.
|
14 years ago |
Fabien Potencier
|
14aa95ba21
added the concept of a main DIC extension for bundles
|
14 years ago |
Fabrice Bernhard
|
20e31cd3f2
[HttpKernel] Added some details for two commonly encountered errors in Kernel.php and HttpKernel.php
|
14 years ago |
Fabien Potencier
|
5c905beb13
moved common configuration classes to a new Config component
|
14 years ago |
Fabien Potencier
|
b91f082be5
Revert "moved Resource to the Config component"
|
14 years ago |
Fabien Potencier
|
a8ec9b27f0
moved duplicated files to a new Config component
|
14 years ago |
Fabien Potencier
|
e58a84eb09
added a FileLocator to DIC so that we can load resources like @BundleName/Resources/...
|
14 years ago |
Victor Berchet
|
717efd14fd
[Kernel] some tweaks
|
14 years ago |
ornicar
|
afad113297
[HttpKernel] Fix notice in Kernel
|
14 years ago |
ornicar
|
c5fb96b86b
[HttpKernel] Add more unit tests for Kernel
|
14 years ago |
ornicar
|
9ba2943aff
[HttpKernel] Add unit tests for Kernel. Also slightly modify Kernel to make it more testable.
|
14 years ago |
Fabien Potencier
|
e5403490e7
removed the need to define getNamespace() and getPath() in bundles
|
14 years ago |
Victor Berchet
|
3ed47114d6
[Bundle] Make getPath() less error prone by allowing both backward and forward slashes
|
14 years ago |
Victor Berchet
|
5e5b6f0cf8
[HttpKernel] made sure that parent bundles are registered before their descendants
|
14 years ago |