Historique des commits

Auteur SHA1 Message Date
  Fabien Potencier 28c1fb2e4c [Foundation] reorganized files il y a 15 ans
  Fabien Potencier 99a63fe1a6 renamed WebBundle to FoundationBundle as the bundle is not just about the web il y a 15 ans
  Fabien Potencier 4a742138e6 Fixed fatal error when the permission to write cache files was denied il y a 15 ans
  Kris Wallsmith fe80be7e35 Fixed reference to moved listener il y a 15 ans
  Fabien Potencier c840c294fa added methods to introspect a Bundle il y a 15 ans
  Fabien Potencier 8c4dd5cca9 refactored the listeners management il y a 15 ans
  Jordi Boggiano 9ed3d0468e folded all curly brackets of control structures to conform to PEAR/ZF CS, part two il y a 15 ans
  Fabien Potencier 16055d229b moved the requirement of the bootstrap.php later in the process il y a 15 ans
  Jordi Boggiano 2684de0d8e Folded all curly brackets of control structures to conform to PEAR/ZF CS il y a 15 ans
  Fabien Potencier 9c2c992870 added a raw argument to the HttpKernel::handle() method il y a 15 ans
  Fabien Potencier 83c6d337e2 changed coding standards: indendation is now 4 spaces il y a 15 ans
  Fabien Potencier 6328d514a3 renamed RequestHandler component to HttpKernel il y a 15 ans
  Fabien Potencier bdbb02d7b9 [Foundation] added a way to call RequestHandler::handleRaw() from the Kernel il y a 15 ans
  Fabien Potencier a9d8f39382 [Foundation] moved some Kernel initializations in the boot() method to speed up creation of Kernel instances il y a 15 ans
  Fabien Potencier 711b3d371a fixed request management il y a 15 ans
  Fabien Potencier d498de88f0 [RequestHandler] removed RequestInterface and ResponseInterface, added RequestHandlerInterface (removed the run() method) il y a 15 ans
  Jonathan H. Wage 4db2caebae Updating DoctrineBundle for latest changes to Doctrine 2 CLI where we switched to Symfony console il y a 15 ans
  Fabien Potencier fcda253a1b added full support for functional tests il y a 15 ans
  Fabien Potencier ee50040a79 [Foundation] added a way to reboot the kernel il y a 15 ans
  Pascal Borreli 7bb5cb4419 removing trailing whiteplaces il y a 15 ans
  Fabien Potencier d9e444b440 [Foundation] fixed request value when passed to the handle method il y a 15 ans
  Pascal Borreli f2d75ed279 Fixed trailing whitespaces il y a 15 ans
  Fabien Potencier 77f56a61f6 [Foundation] made the Kernel serializable (to avoid weird error messages when used with PHPUnit) il y a 15 ans
  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) il y a 15 ans
  Fabien Potencier 98987b0f88 [Foundation] fixed typo il y a 15 ans
  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. il y a 15 ans
  Jordi Boggiano a8fc5c62ff [Foundation] Fixes parsing of env parameters il y a 15 ans
  Fabien Potencier 2748c48ae0 [Foundation] made a small optimization il y a 15 ans
  Fabien Potencier c54c7e0466 [Foundation] moved debug services to their own XML file il y a 15 ans
  Fabien Potencier 45e6573774 [Foundation] moved event_dispatcher debug mode to Foundation il y a 15 ans