Commit Graph

528 Commits

Author SHA1 Message Date
Greg Thornton 73db693591 Added unix_socket doctrine.dbal.connection option, which is used by the doctrine2 PDOMySql driver. 2010-05-21 14:54:30 +02:00
Matthieu Bontemps a9c047f846 [TwigBundle] fixed phpdoc in RouteTokenParser 2010-05-21 14:50:44 +02:00
Fabien Potencier 360f79f3a1 [Finder] refactored directory depth management 2010-05-21 13:22:34 +02:00
Fabien Potencier 9426f820a7 [Finder] refactored size and date comparators 2010-05-21 12:50:13 +02:00
Fabien Potencier efb5801ac1 fixed phpunit.xml.dist (exclude bundles that rely on third party libraries) 2010-05-21 12:49:13 +02:00
Fabien Potencier 46a8a1752f [Templating] removed CompilableLoaderInterface and fixed unit tests 2010-05-20 20:57:25 +02:00
Fabien Potencier 6ea878242b fixed coding standards 2010-05-20 19:29:12 +02:00
Fabien Potencier 87143b3dd3 [TwigBundle] added the Twig bundle (proof of concept) 2010-05-20 19:11:09 +02:00
Fabien Potencier 2f4c9a32e9 made splitTemplateName() public 2010-05-20 17:23:33 +02:00
Fabien Potencier d7c83571ff [Templating] enabled escaping only when the renderer is php 2010-05-20 17:22:24 +02:00
Fabien Potencier f11d539420 [Templating] added a isFresh() method to Loader classes 2010-05-20 17:15:36 +02:00
Fabien Potencier 8f112ae261 [Templating] added some missing phpdoc 2010-05-20 15:22:48 +02:00
Fabien Potencier bee9d77ed3 [WebBundle] fixed hardcoded php renderer in template paths 2010-05-20 13:53:39 +02:00
Fabien Potencier 78286bed68 [WebBundle] fixed template name with a custom renderer 2010-05-20 13:52:43 +02:00
Fabien Potencier 8cd2b45004 [WebBundle] added a way to add more renderer to the Templating Engine from the container 2010-05-20 13:51:47 +02:00
Fabien Potencier 04a0032293 [Templating] added a __isset() method to the Engine 2010-05-20 13:50:14 +02:00
Fabien Potencier d14daf9275 [HttpKernel] fixed Request::getETags() 2010-05-19 18:52:13 +02:00
Fabien Potencier f62dd3520d [WebBundle] fixed ExceptionHandler configuration 2010-05-19 18:51:31 +02:00
Fabien Potencier 3704b67cda [HttpKernel] fixed signature 2010-05-19 16:35:12 +02:00
Kris Wallsmith 6a3dcce31e [WebBundle] added missing "class" attributes to xsd 2010-05-19 16:32:32 +02:00
Kris Wallsmith 66426733ec [SwiftmailerBundle] updated XSD based on visual audit 2010-05-19 16:32:01 +02:00
Kris Wallsmith 12a09f5cb5 [DoctrineBundle] updated XSD based on a visual audit 2010-05-19 16:31:54 +02:00
Kris Wallsmith fe80be7e35 Fixed reference to moved listener 2010-05-19 15:56:48 +02:00
Bongiraud Dominique 3dce658b8a [BrowserKit]
- Fixed inverted parameters in Client::requestFromRequest
    - Add missing parameter documentation in Request::__construct()
2010-05-19 15:29:24 +02:00
Fabien Potencier eec7db8238 fixed some coding standards (extracted from 37c45180ae5513927586) 2010-05-19 15:27:53 +02:00
Matthieu Bontemps 5e1c495bbb Fix an indentation problem in Crawler.php 2010-05-19 15:19:47 +02:00
Fabien Potencier 6e6092596b [HttpKernel] added a method to retrieved the ETags from the IF_NONE_MATCH header in a Request 2010-05-19 11:25:07 +02:00
Fabien Potencier 005051c389 [HttpKernel] added support for weak etags and added a method to set all cookies 2010-05-19 11:24:31 +02:00
Fabien Potencier c840c294fa added methods to introspect a Bundle 2010-05-19 10:24:36 +02:00
Fabien Potencier e09d57ca8b moved Doctrine migration commands to another bundle as migrations are not part of Doctrine core 2010-05-19 09:45:49 +02:00
ornicar efc4777b23 [DoctrineBundle] fixed DoctrineBundle migration namespaces 2010-05-19 09:36:42 +02:00
Fabien Potencier 8c4dd5cca9 refactored the listeners management 2010-05-19 09:16:18 +02:00
Fabien Potencier 3fe83cd726 [WebBundle] finished the refactoring of the actions helper 2010-05-18 13:08:06 +02:00
Fabien Potencier 3749c59041 [WebBundle] introduced a ControllerManager class 2010-05-18 12:48:56 +02:00
Fabien Potencier e715bc3d45 [Console] updated OutputInterface 2010-05-17 15:05:25 +02:00
Fabien Potencier 638d3b0f59 [WebBundle] made a small optimization 2010-05-14 11:50:19 +02:00
Fabien Potencier c8dde44b61 [WebBundle] added support for URI in actions helper 2010-05-14 11:22:20 +02:00
Fabien Potencier b6852c3b6e [Finder] added a data range filter 2010-05-14 09:29:04 +02:00
Fabien Potencier c757616fb7 [Finder] fixed phpdoc 2010-05-14 09:18:42 +02:00
Fabien Potencier 569508adea [WebBundle] added options to the render method of the actions helper 2010-05-13 20:23:23 +02:00
Fabien Potencier 2c165693e7 changed the main parameter of the kernel handle() method to type with 3 different values 2010-05-13 17:17:33 +02:00
Fabien Potencier bb77e9a3d6 [WebBundle] re-organized the sub-request management a bit (WIP) 2010-05-13 08:29:04 +02:00
Fabien Potencier 72947d8588 re-organized the sub-request management a bit (WIP) 2010-05-13 08:15:37 +02:00
Fabien Potencier fd331bac18 changed the routing to accept a single _controller argument instead of _bundle, _controller, and _action (the _controller is the : separated representation of a controller - this is more coherent with other part of the framework) 2010-05-12 20:49:45 +02:00
Fabien Potencier 9005efaa17 added a comment in PHPDoc about what should be a helper instance 2010-05-12 20:48:23 +02:00
Fabien Potencier 10424155bf fixed some coding standards problems 2010-05-11 10:36:31 +02:00
Fabien Potencier d8752c7fab [HttpKernel] moved getDate() from ParameterBag to HeaderBag 2010-05-10 19:40:18 +02:00
Fabien Potencier 653620406b [HttpKernel] added Request::getQueryString() 2010-05-10 13:20:03 +02:00
Fabien Potencier 287f787927 [HttpKernel] added Request::getUri() 2010-05-10 13:08:19 +02:00
Jordi Boggiano 33a7d9a0a4 fixed curlies folding, part three, handled remaining special cases manually 2010-05-09 09:15:38 +02:00