Commit Graph

459 Commits

Author SHA1 Message Date
Fabien Potencier 606e44e491 [RequestHandler] added a bunch of HTTP cache related methods to the Response class 2010-05-03 11:47:01 +02:00
Fabien Potencier c34da5d6c4 renamed RequestBag to ParameterBag, added HeaderBag, changed the Response to use the new HeaderBag, added a class to manage the Cache-Control header 2010-05-03 11:40:23 +02:00
Fabien Potencier b3a6c6f346 [RequestHandler] removed fluent interface for Response, fixed some PHPDoc 2010-05-03 11:23:53 +02:00
Fabien Potencier ca26672ede [RequestHandler] converted response status texts keys to integer 2010-05-03 11:22:33 +02:00
Fabien Potencier 8fe25d343b [WebBundle] made the request instance explicit in the controller base class (useful if you inject the request for testing purpose) 2010-05-03 11:17:02 +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 0858289397 [WebBundle] added a routing file for the 'default' route 2010-05-03 09:14:35 +02:00
Fabien Potencier afa1cea103 [DotrineBundle] dixed case on MySQL driver 2010-05-02 18:05:49 +02:00
Fabien Potencier a06d4a80dd [RequestHandler] fixed incorrect splitting of Accept-* headers 2010-04-28 08:34:57 +02:00
pborreli d9e4801a56 fixed framework name in tests 2010-04-26 14:09:21 +02:00
pborreli cdc9c94628 fixed phpdoc 2010-04-26 14:08:30 +02:00
pborreli 7065957a30 replaced assertType by the new assertInstanceOf in unit tests 2010-04-26 14:07:38 +02:00
Fabien Potencier 9eb3607edf [WebBundle] made a small optimization 2010-04-25 22:18:17 +02:00
Fabien Potencier 018c8d548c fixed link generation when doing sub-requests 2010-04-25 16:17:54 +02:00
Fabien Potencier e983029ddc Revert "fixed link generation when doing sub-requests"
This reverts commit f8ba68332f.
2010-04-25 16:16:05 +02:00
Fabien Potencier f8ba68332f fixed link generation when doing sub-requests 2010-04-25 16:15:20 +02:00
Fabien Potencier ee799f6f6f [RequestHandler] changed Request to use the headers bag when appropriate 2010-04-25 13:34:34 +02:00
Fabien Potencier 038f7d7bb4 [RequestHandler] added getPort() and setMethod() to Request 2010-04-25 13:34:02 +02:00
Fabien Potencier 1bce64678f [RequestHandler] fixed cloning of Request instances 2010-04-25 13:32:45 +02:00
Fabien Potencier 3074f12727 [RequestHandler] added a way to delete a parameter from a RequestBag instance 2010-04-25 13:20:55 +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 ed36859094 [WebBundle] remove unneeded code 2010-04-25 13:18:07 +02:00
Fabien Potencier 9052418f6e [WebBundle] added a trace of uncaught exception with error_log() in prod environment 2010-04-25 13:15:26 +02:00
Fabien Potencier 52acc423d0 [RequestHandler] added the RequestHandlerInterface 2010-04-24 15:48:49 +02:00
Fabien Potencier 0255508c15 [WebBundle] fixed typos 2010-04-24 10:50:07 +02:00
Fabien Potencier d498de88f0 [RequestHandler] removed RequestInterface and ResponseInterface, added RequestHandlerInterface (removed the run() method) 2010-04-24 09:39:13 +02:00
Fabien Potencier 9cf78e637b [WebBundle] added a Response parameter to the send() method 2010-04-24 09:38:10 +02:00
Pascal Borreli b5089133d2 fixed typos and phpdoc 2010-04-24 09:25:44 +02:00
Jonathan H. Wage bc6bc391a1 Initial entry of new commands for migrations integration 2010-04-23 19:13:47 +02:00
Jonathan H. Wage ae82308eff Changing --em option description consistant across all commands 2010-04-23 19:13:31 +02:00
Jonathan H. Wage 2c41e93248 More work to DoctrineBundle Console Commands and updated README 2010-04-23 19:13:19 +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
Jonathan H. Wage 20cc9b9669 Changing how command names are parsed to allow multiple levels of namespaces 2010-04-23 19:02:46 +02:00
Jonathan H. Wage 0c78e9f121 Adding feature to Command help that allows you to use %command.name% and %command.full_name% patterns so you don't have to hardcode the command name in help text. 2010-04-23 19:02:17 +02:00
Fabien Potencier 27057fe6ae [RequestHandler] fixed request headers 2010-04-23 10:08:24 +02:00
Fabien Potencier 8d8afd992b [RequestHandler] fixed request headers 2010-04-23 10:07:24 +02:00
Fabien Potencier f8e2c3b945 [BrowserKit] fixed test 2010-04-23 08:31:26 +02:00
Fabien Potencier 16d406a9da fixed coding standards 2010-04-23 08:29:46 +02:00
Fabien Potencier ab7adbff2b [BrowserKit] fixed cookie management 2010-04-22 07:22:44 +02:00
Fabien Potencier 20527a0a5b [BrowserKit] added a __toString() method to the Client to ease debugging 2010-04-21 13:28:59 +02:00
Fabien Potencier 1194520b83 [BrowserKit] added a way to automatically follow redirects 2010-04-21 13:17:50 +02:00
Fabien Potencier fcda253a1b added full support for functional tests 2010-04-21 12:05:34 +02:00
Fabien Potencier e0456fbaeb [WebBundle] fixed Filesystem::mirror to use the new Finder component 2010-04-21 11:18:41 +02:00
Fabien Potencier 6060d015eb [Finder] fixed ugly code 2010-04-21 11:16:57 +02:00
Pascal Borreli a21004a886 [Process] fixed phpdoc 2010-04-21 11:14:09 +02:00
Pascal Borreli 5b8a88476b [DomCrawler] fixed phpdoc 2010-04-21 11:13:52 +02:00
Fabien Potencier 72fe9fa52f [Finder] added the component 2010-04-21 11:11:38 +02:00
Kris Wallsmith c6f21e44a3 [WebBundle] Fixed issue in Mustache when a value is not provided for a token. 2010-04-21 07:52:33 +02:00
Katsuhiro OGAWA 9313e2607d [RequestHandler] Fixed missing variables in RequestBag 2010-04-21 07:50:19 +02:00