forked from symfony/symfony
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 2.2: fixes RequestDataCollector bug, visible when used on Drupal8 [Console] fixed exception rendering when nested styles [Console] added some more information about OutputFormatter::replaceStyle() [Console] fixed the formatter for single-char tags [Console] Escape exception message during the rendering of an exception [BrowserKit] Fixed the handling of parameters when redirecting Typo fix HttpFoundation RequestTest - Fixed indentation and removed comments HttpFoundation Request test for symfony#8619 LICENSE files moved to meta folders added missing method in the UPGRADE file for 2.2 (closes symfony#8941) [Translation] Removed an unneeded return annotation. [DomCrawler] Added missing docblocks and removed unneeded return annotation. Conflicts: src/Symfony/Component/BrowserKit/Client.php src/Symfony/Component/DomCrawler/Crawler.php
- Loading branch information
Showing
19 changed files
with
120 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 16 additions & 8 deletions
24
src/Symfony/Component/Console/Tests/Fixtures/application_renderexception3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
src/Symfony/Component/Console/Tests/Fixtures/application_renderexception3decorated.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
|
||
[37;41m [0m | ||
[37;41m [Exception] [0m | ||
[37;41m Third exception [0m[34;41mcomment[0m[37;41m [0m | ||
[37;41m [0m | ||
|
||
|
||
|
||
|
||
[37;41m [0m | ||
[37;41m [Exception] [0m | ||
[37;41m Second exception [0m[33mcomment[0m[37;41m [0m | ||
[37;41m [0m | ||
|
||
|
||
|
||
|
||
[37;41m [0m | ||
[37;41m [Exception] [0m | ||
[37;41m First exception [0m[37;41m<p>this is html[0m[37;41m</p> [0m | ||
[37;41m [0m | ||
|
||
|
||
[32mfoo3:bar[0m | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* PhpFileLoader loads service definitions from a PHP file. | ||
* | ||
* The PHP file is required and the $container variable can be | ||
* used form the file to change the container. | ||
* used within the file to change the container. | ||
* | ||
* @author Fabien Potencier <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters