Commit Graph

39 Commits

Author SHA1 Message Date
Fabien Potencier
6328d514a3 renamed RequestHandler component to HttpKernel 2010-05-06 12:04:50 +02:00
Fabien Potencier
bdbb02d7b9 [Foundation] added a way to call RequestHandler::handleRaw() from the Kernel 2010-05-03 16:13:29 +02:00
Fabien Potencier
a9d8f39382 [Foundation] moved some Kernel initializations in the boot() method to speed up creation of Kernel instances 2010-05-03 09:54:17 +02:00
Fabien Potencier
711b3d371a fixed request management
* The "main" request is stored in the RequestHandler
 * The request is passed to the core.response event
2010-04-25 13:18:42 +02:00
Fabien Potencier
d498de88f0 [RequestHandler] removed RequestInterface and ResponseInterface, added RequestHandlerInterface (removed the run() method) 2010-04-24 09:39:13 +02:00
Pascal Borreli
b5089133d2 fixed typos and phpdoc 2010-04-24 09:25:44 +02:00
Jonathan H. Wage
4db2caebae Updating DoctrineBundle for latest changes to Doctrine 2 CLI where we switched to Symfony console 2010-04-23 19:13:03 +02:00
Jonathan H. Wage
9cf9430430 Enhancing Bundle CLI Command loading to allow a Bundle class to manually add commands to the Console Application instead of trying to read them from disk. 2010-04-23 19:05:41 +02:00
Fabien Potencier
fcda253a1b added full support for functional tests 2010-04-21 12:05:34 +02:00
Fabien Potencier
ee50040a79 [Foundation] added a way to reboot the kernel 2010-04-19 09:05:11 +02:00
Pascal Borreli
97be2ac2b7 fixed typo 2010-04-12 17:24:42 +02:00
Pascal Borreli
7bb5cb4419 removing trailing whiteplaces 2010-04-12 17:23:15 +02:00
Fabien Potencier
d9e444b440 [Foundation] fixed request value when passed to the handle method 2010-04-08 11:12:58 +02:00
Pascal Borreli
f2d75ed279 Fixed trailing whitespaces 2010-04-07 07:07:14 +02:00
Pascal Borreli
c1e357d200 Fixed @package and @subpackage phpdoc tags 2010-04-07 07:06:21 +02:00
pborreli
7c628a98d2 fixed spelling typo 2010-04-06 16:31:08 +02:00
Pascal Borreli
12690a8e92 fixed @throws phpdoc tag 2010-04-05 11:48:31 +02:00
Daniel Cestari
3bd87ed38b [Foundation] updated link to the PHP 5.3's final proposal for autoloader interoperability 2010-04-05 11:40:34 +02:00
Fabien Potencier
77f56a61f6 [Foundation] made the Kernel serializable (to avoid weird error messages when used with PHPUnit) 2010-04-02 16:47:59 +02:00
Fabien Potencier
c295db682d [Foundation] removed the old class loader 2010-03-24 15:03:58 +01:00
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) 2010-03-12 11:54:22 +01:00
Fabien Potencier
98987b0f88 [Foundation] fixed typo 2010-03-12 11:22:19 +01:00
Pascal Borreli
e182853ef0 [Foundation] fixed a typo 2010-03-09 07:04:18 +01:00
Fabien Potencier
9738f34c4d [ProfilerBundle] refactored some code 2010-03-01 19:10:47 +01:00
Jonathan H. Wage
d15f2329ae [Foundation] Fixing typo 2010-03-01 11:41:59 +01:00
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. 2010-03-01 11:28:03 +01:00
Jordi Boggiano
a8fc5c62ff [Foundation] Fixes parsing of env parameters
Signed-off-by: Jordi Boggiano <j.boggiano@seld.be>
2010-02-25 11:21:31 +01:00
Fabien Potencier
2748c48ae0 [Foundation] made a small optimization 2010-02-24 16:15:22 +01:00
Fabien Potencier
e240a9e339 [Foundation] added missing XML file 2010-02-24 16:01:34 +01:00
Fabien Potencier
c54c7e0466 [Foundation] moved debug services to their own XML file 2010-02-24 16:00:28 +01:00
Fabien Potencier
45e6573774 [Foundation] moved event_dispatcher debug mode to Foundation 2010-02-24 15:28:56 +01:00
Jonathan H. Wage
ffc36f02d5 [DoctrineBundle] Enhancing Doctrine 2 integration to allow multiple connections/entity managers, more flexibility and more complete integration with ORM and DBAL all around. 2010-02-24 13:23:15 +01:00
Fabien Potencier
0dcaabfc8c [Foundation] added kernel.bundles to the list of default parameters of the DIC 2010-02-22 11:57:59 +01:00
Fabien Potencier
1d8a65a1b5 [WebBundle] made some error messages better 2010-02-19 08:20:36 +01:00
Fabien Potencier
38aef98694 [Foundation] added the missing parts of Symfony Foundation 2010-02-17 14:54:36 +01:00
Fabien Potencier
67964d0daa [Foundation] added a check to the Universal class loader 2010-02-17 10:11:02 +01:00
Fabien Potencier
c0ee9fee18 [DependencyInjection] fixed typo 2010-01-19 20:18:51 +01:00
Fabien Potencier
81340d349b [Foundation] updated the autoloader, added a new one 2010-01-13 16:55:58 +01:00
Fabien Potencier
65d0750168 added some Symfony 2 components 2010-01-04 15:26:20 +01:00