Victor Berchet
|
ceb2c976de
[HttpKernel] Fix the case where no resource is found
|
14 年 前 |
Pascal Borreli
|
3dfbc08d73
[HttpKernel][Windows] Removed useless DIRECTORY_SEPARATOR conversion
|
14 年 前 |
Victor Berchet
|
7707c0f251
[Kernel] Fix bundle inheritance
|
14 年 前 |
Victor Berchet
|
5317c96fef
Update for Bundle names long again (= include the 'Bundle' suffix)
|
14 年 前 |
Victor Berchet
|
7ed18bf829
[Kernel] Make locateResource() throws an exception when a resource from a Bundle hides a custom resource
|
14 年 前 |
Victor Berchet
|
3cd3dd39ba
[Kernel] Make resources overriding consistent across bundle directories and resource directories
|
14 年 前 |
Victor Berchet
|
d0b6ed2bb6
[Kernel] Improve test semantic
|
14 年 前 |
Victor Berchet
|
3e64106aae
[Kernel] Update tests with shorter bundle names
|
14 年 前 |
Victor Berchet
|
dcd727c092
[Kernel] Restore the tests for the locateResource method
|
14 年 前 |
Fabien Potencier
|
6a5356290a
Revert "[HttpKernel] updated tests for shorter bundle names"
|
14 年 前 |
Kris Wallsmith
|
fb7e87da7d
[HttpKernel] updated tests for shorter bundle names
|
14 年 前 |
Fabien Potencier
|
7edb1a5f13
fixed previous commit
|
14 年 前 |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 年 前 |
Pascal Borreli
|
3a47fa6eed
[Tests] Fixed Typo
|
14 年 前 |
Fabien Potencier
|
5c905beb13
moved common configuration classes to a new Config component
|
14 年 前 |
Fabien Potencier
|
b91f082be5
Revert "moved Resource to the Config component"
|
14 年 前 |
Fabien Potencier
|
a8ec9b27f0
moved duplicated files to a new Config component
|
14 年 前 |
ornicar
|
c5fb96b86b
[HttpKernel] Add more unit tests for Kernel
|
14 年 前 |
ornicar
|
9ba2943aff
[HttpKernel] Add unit tests for Kernel. Also slightly modify Kernel to make it more testable.
|
14 年 前 |
Fabien Potencier
|
e5403490e7
removed the need to define getNamespace() and getPath() in bundles
|
14 年 前 |
Victor Berchet
|
3ed47114d6
[Bundle] Make getPath() less error prone by allowing both backward and forward slashes
|
14 年 前 |
Victor Berchet
|
5e5b6f0cf8
[HttpKernel] made sure that parent bundles are registered before their descendants
|
14 年 前 |
Victor Berchet
|
65eb70d3b6
[Kernel] Tweak bundle management
|
14 年 前 |
Fabien Potencier
|
fb4e7fb5c5
added KernelInterface
|
14 年 前 |
Fabien Potencier
|
bd6bc4db62
[HttpKernel] changed Kernel::locateResource() to also work with directories
|
14 年 前 |
Fabien Potencier
|
82d29d2a76
[HttpKernel] added a unit tests for previous commit
|
14 年 前 |
Fabien Potencier
|
e6f1248151
[HttpKernel] added back Bundle::getName() as it is quite useful
|
14 年 前 |
Fabien Potencier
|
6d1e91a1fa
refactored bundle management
|
14 年 前 |
Kris Wallsmith
|
5da423be20
[HttpKernel] Added getRequest() to HttpKernelInterface.
|
14 年 前 |
Jeremy Mikola
|
7eea4882db
[HttpKernel] Move request-stashing behavior to the Kernel class
|
14 年 前 |