Pascal Borreli
|
8ffe328fe6
[Console] Full coverage of Command class
|
15 years ago |
Fabien Potencier
|
28c0f493a2
[CssSelector] added missing accessors
|
15 years ago |
Fabien Potencier
|
d568437d23
changed Request storage for parameters coming from PHP global variables
|
15 years ago |
Fabien Potencier
|
d9e444b440
[Foundation] fixed request value when passed to the handle method
|
15 years ago |
Fabien Potencier
|
1683f46279
[DependencyInjection] reverted 2ac6faaa0b723e84e29cf940610806bad047bd15
|
15 years ago |
Fabien Potencier
|
9ebfdf24a5
[ProfilerBundle] fixed page display when the profiler DB is not writable
|
15 years ago |
Pascal Borreli
|
7d106aa80e
fixed typo
|
15 years ago |
Dennis Benkert
|
e815a7eb2e
fixed line indention coding standards
|
15 years ago |
Pascal Borreli
|
eee2b74c08
[RequestHandler] Fixed coding standard : correct indentation / typo
|
15 years ago |
Bulat (Hacker) Shakirzyanov
|
6d691052ac
[WebBundle] fixed renderDir to not call renderFile on not files
|
15 years ago |
Fabien Potencier
|
9f8ef8a575
fixed tests
|
15 years ago |
Pascal Borreli
|
f2d75ed279
Fixed trailing whitespaces
|
15 years ago |
Pascal Borreli
|
c1e357d200
Fixed @package and @subpackage phpdoc tags
|
15 years ago |
Fabien Potencier
|
1b9fee18d4
[CssSelector] removed the use of lower-case() in XPath as it is not supported by PHP
|
15 years ago |
Fabien Potencier
|
233a25595f
[RequestHandler] fixed phpdoc
|
15 years ago |
Fabien Potencier
|
85e5496d9d
[RequestHandler] added Request::createFromUri()
|
15 years ago |
Fabien Potencier
|
1816b8543e
[DependencyInjection] fixed phpdoc
|
15 years ago |
pborreli
|
7c628a98d2
fixed spelling typo
|
15 years ago |
Fabien Potencier
|
bc29f81e8e
[DependencyInjection] changed exception class in __call()
|
15 years ago |
Fabien Potencier
|
b6d00a4e87
[RequestHandler] added files and cookies support to Request
|
15 years ago |
Fabien Potencier
|
229b0cea31
[RequestHandler] fixed warning when baseUrl is empty
|
15 years ago |
Pascal Borreli
|
12690a8e92
fixed @throws phpdoc tag
|
15 years ago |
Pascal Borreli
|
dd7817ae62
[RequestHandler] fixed assertion in getFormat when format is associated with only one mime-type + phpunit tests
|
15 years ago |
Pascal Borreli
|
8b1c1db860
[RequestHandler] fixed coding standards: the use of function is_null() is forbidden
|
15 years ago |
Pascal Borreli
|
45a0d739b9
[CssSelector] fixed coding standards: removed useless else statements
|
15 years ago |
Pascal Borreli
|
5d99cba7ab
[CssSelector] fixed coding standards: removed perl comment style
|
15 years ago |
Pascal Borreli
|
cb8fb71a73
[OutputEscaper] fixed coding standard: removed useless else statements
|
15 years ago |
Pascal Borreli
|
33fb7a5ac2
[OutputEscaper] fixed coding standards: opening brace should be on a new line
|
15 years ago |
Daniel Cestari
|
53cf10aba9
[WebBundle] updated application's skeleton routing.yml
|
15 years ago |
Daniel Cestari
|
3bd87ed38b
[Foundation] updated link to the PHP 5.3's final proposal for autoloader interoperability
|
15 years ago |