Fabien Potencier
|
28c1fb2e4c
[Foundation] reorganized files
|
15 年之前 |
Fabien Potencier
|
99a63fe1a6
renamed WebBundle to FoundationBundle as the bundle is not just about the web
|
15 年之前 |
Fabien Potencier
|
4a742138e6
Fixed fatal error when the permission to write cache files was denied
|
15 年之前 |
Kris Wallsmith
|
fe80be7e35
Fixed reference to moved listener
|
15 年之前 |
Fabien Potencier
|
c840c294fa
added methods to introspect a Bundle
|
15 年之前 |
Fabien Potencier
|
8c4dd5cca9
refactored the listeners management
|
15 年之前 |
Jordi Boggiano
|
9ed3d0468e
folded all curly brackets of control structures to conform to PEAR/ZF CS, part two
|
15 年之前 |
Fabien Potencier
|
16055d229b
moved the requirement of the bootstrap.php later in the process
|
15 年之前 |
Jordi Boggiano
|
2684de0d8e
Folded all curly brackets of control structures to conform to PEAR/ZF CS
|
15 年之前 |
Fabien Potencier
|
9c2c992870
added a raw argument to the HttpKernel::handle() method
|
15 年之前 |
Fabien Potencier
|
83c6d337e2
changed coding standards: indendation is now 4 spaces
|
15 年之前 |
Fabien Potencier
|
6328d514a3
renamed RequestHandler component to HttpKernel
|
15 年之前 |
Fabien Potencier
|
bdbb02d7b9
[Foundation] added a way to call RequestHandler::handleRaw() from the Kernel
|
15 年之前 |
Fabien Potencier
|
a9d8f39382
[Foundation] moved some Kernel initializations in the boot() method to speed up creation of Kernel instances
|
15 年之前 |
Fabien Potencier
|
711b3d371a
fixed request management
|
15 年之前 |
Fabien Potencier
|
d498de88f0
[RequestHandler] removed RequestInterface and ResponseInterface, added RequestHandlerInterface (removed the run() method)
|
15 年之前 |
Jonathan H. Wage
|
4db2caebae
Updating DoctrineBundle for latest changes to Doctrine 2 CLI where we switched to Symfony console
|
15 年之前 |
Fabien Potencier
|
fcda253a1b
added full support for functional tests
|
15 年之前 |
Fabien Potencier
|
ee50040a79
[Foundation] added a way to reboot the kernel
|
15 年之前 |
Pascal Borreli
|
7bb5cb4419
removing trailing whiteplaces
|
15 年之前 |
Fabien Potencier
|
d9e444b440
[Foundation] fixed request value when passed to the handle method
|
15 年之前 |
Pascal Borreli
|
f2d75ed279
Fixed trailing whitespaces
|
15 年之前 |
Fabien Potencier
|
77f56a61f6
[Foundation] made the Kernel serializable (to avoid weird error messages when used with PHPUnit)
|
15 年之前 |
Fabien Potencier
|
7c9559bc26
[Foundation] made some performance optimizations (if you change a parameter in a .htaccess or httpd.conf, you now need to flush the cache - should not be a big deal)
|
15 年之前 |
Fabien Potencier
|
98987b0f88
[Foundation] fixed typo
|
15 年之前 |
Jonathan H. Wage
|
b3d8aa414e
[Symfony] Adding isBooted() method so that I can pass an existing kernel to a Console application. Right now it throws an exception otherwise about it already being booted.
|
15 年之前 |
Jordi Boggiano
|
a8fc5c62ff
[Foundation] Fixes parsing of env parameters
|
15 年之前 |
Fabien Potencier
|
2748c48ae0
[Foundation] made a small optimization
|
15 年之前 |
Fabien Potencier
|
c54c7e0466
[Foundation] moved debug services to their own XML file
|
15 年之前 |
Fabien Potencier
|
45e6573774
[Foundation] moved event_dispatcher debug mode to Foundation
|
15 年之前 |