Commit Graph

24991 Commits

Author SHA1 Message Date
Kris Wallsmith 21c345835d [WebBundle] fixed invalid assumption in Mustache 2010-04-16 09:54:54 +02:00
Fabien Potencier 797327110b [DomCrawler] added the component 2010-04-15 14:41:42 +02:00
Fabien Potencier 13759a7fac [CssSelector] fixed XPathExpr::xpathliteral() 2010-04-15 11:53:23 +02:00
Fabien Potencier 241c779cf1 renamed phpunit.xml to phpunit.xml.dist in the skeleton 2010-04-14 21:57:06 +02:00
Sebastian Bergmann 264e5888f4 [DependencyInjection] changed some tests to use a data provider 2010-04-14 21:54:55 +02:00
Sebastian Bergmann 75d8337542 renamed phpunit.xml to phpunit.xml.dist 2010-04-14 21:53:27 +02:00
Fabien Potencier 79b8661439 [WebBundle] added support in application skeleton for PHPUnit 2010-04-14 07:40:00 +02:00
Thibault Duplessis 36b4dae893 fixed 2 typos in DoctrineBundle README 2010-04-13 11:28:24 +02:00
Pascal Borreli b9fe42238a modified tests to use better PHPUnit methods 2010-04-12 17:36:49 +02:00
Pascal Borreli 97be2ac2b7 fixed typo 2010-04-12 17:24:42 +02:00
Pascal Borreli 3dc26a7280 [RequestHandler] dynamic method called as static 2010-04-12 17:24:22 +02:00
Pascal Borreli 07aabadf25 [WebBundle] fixed unit of measure px is redundant 2010-04-12 17:23:59 +02:00
Pascal Borreli 273b24e663 fixed typo 2010-04-12 17:23:34 +02:00
Pascal Borreli 7bb5cb4419 removing trailing whiteplaces 2010-04-12 17:23:15 +02:00
Fabien Potencier 5c11f9f42d [ProfilerBundle] fixed typo 2010-04-12 17:10:05 +02:00
Pascal Borreli 8ffe328fe6 [Console] Full coverage of Command class 2010-04-09 07:43:35 +02:00
Fabien Potencier 28c0f493a2 [CssSelector] added missing accessors 2010-04-08 12:09:14 +02:00
Fabien Potencier d568437d23 changed Request storage for parameters coming from PHP global variables 2010-04-08 11:15:19 +02:00
Fabien Potencier d9e444b440 [Foundation] fixed request value when passed to the handle method 2010-04-08 11:12:58 +02:00
Fabien Potencier 1683f46279 [DependencyInjection] reverted 2ac6faaa0b 2010-04-08 10:43:42 +02:00
Fabien Potencier 9ebfdf24a5 [ProfilerBundle] fixed page display when the profiler DB is not writable 2010-04-08 07:38:51 +02:00
Pascal Borreli 7d106aa80e fixed typo 2010-04-08 07:11:40 +02:00
Dennis Benkert e815a7eb2e fixed line indention coding standards 2010-04-08 07:10:08 +02:00
Pascal Borreli eee2b74c08 [RequestHandler] Fixed coding standard : correct indentation / typo 2010-04-08 07:08:53 +02:00
Bulat (Hacker) Shakirzyanov 6d691052ac [WebBundle] fixed renderDir to not call renderFile on not files 2010-04-08 07:01:06 +02:00
Fabien Potencier 9f8ef8a575 fixed tests 2010-04-07 09:16:56 +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
Fabien Potencier 1b9fee18d4 [CssSelector] removed the use of lower-case() in XPath as it is not supported by PHP 2010-04-06 18:11:22 +02:00
Fabien Potencier 233a25595f [RequestHandler] fixed phpdoc 2010-04-06 17:48:47 +02:00
Fabien Potencier 85e5496d9d [RequestHandler] added Request::createFromUri() 2010-04-06 17:44:52 +02:00
Fabien Potencier 1816b8543e [DependencyInjection] fixed phpdoc 2010-04-06 16:31:51 +02:00
pborreli 7c628a98d2 fixed spelling typo 2010-04-06 16:31:08 +02:00
Fabien Potencier bc29f81e8e [DependencyInjection] changed exception class in __call() 2010-04-06 16:18:25 +02:00
Fabien Potencier b6d00a4e87 [RequestHandler] added files and cookies support to Request 2010-04-06 10:21:02 +02:00
Fabien Potencier 229b0cea31 [RequestHandler] fixed warning when baseUrl is empty 2010-04-06 10:00:46 +02:00
Pascal Borreli 12690a8e92 fixed @throws phpdoc tag 2010-04-05 11:48:31 +02:00
Pascal Borreli dd7817ae62 [RequestHandler] fixed assertion in getFormat when format is associated with only one mime-type + phpunit tests 2010-04-05 11:47:10 +02:00
Pascal Borreli 8b1c1db860 [RequestHandler] fixed coding standards: the use of function is_null() is forbidden 2010-04-05 11:45:38 +02:00
Pascal Borreli 45a0d739b9 [CssSelector] fixed coding standards: removed useless else statements 2010-04-05 11:45:13 +02:00
Pascal Borreli 5d99cba7ab [CssSelector] fixed coding standards: removed perl comment style 2010-04-05 11:44:17 +02:00
Pascal Borreli cb8fb71a73 [OutputEscaper] fixed coding standard: removed useless else statements 2010-04-05 11:44:01 +02:00
Pascal Borreli 33fb7a5ac2 [OutputEscaper] fixed coding standards: opening brace should be on a new line 2010-04-05 11:43:54 +02:00
Daniel Cestari 53cf10aba9 [WebBundle] updated application's skeleton routing.yml 2010-04-05 11:40:57 +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 95bb9d80d7 [WebBundle] fixed Symfony version in the text exception message 2010-04-02 17:21:45 +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 5b941f58cb [CssSelector] refactored some tests to use @dataProvider 2010-04-01 15:19:48 +02:00
Fabien Potencier 14ea0dacae [CssSelector] added the component 2010-03-31 18:26:38 +02:00
Fabien Potencier 3628287f15 [DependencyInjection] fixed a test 2010-03-29 14:32:58 +02:00