Commit e4d7c74
committed
Merge branch '4.1'
* 4.1:
[appveyor] fix
[DI] Fix dumping some complex service graphs
Revert "minor #28321 [Routing] Fixed the interface description of the url generator interface (Toflar)"
Fixed caching of templates in default path on cache warmup
added missing LICENSE file
remove cache warmers when Twig cache is disabled
[Workflow] Make sure we do not run the next transition on an updated state
change baseUrl to basePath to fix wrong profiler url
[HttpKernel][FrameworkBundle] Fix escaping of serialized payloads passed to test clients
chore: rename Appveyor filename
Fixed the interface description of the url generator interface
Format file size in validation message according to binaryFormat option24 files changed
+252-45Lines changed: 252 additions & 45 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github
- src/Symfony
- Bundle
- FrameworkBundle
- TwigBundle
- DependencyInjection
- Compiler
- Resources/config
- Tests
- DependencyInjection/Fixtures/templates/bundles/BarBundle
- Component
- DependencyInjection
- Dumper
- Loader
- Tests
- Dumper
- Fixtures
- php
- yaml
- Loader
- HttpKernel
- Debug
- Tests/Debug
- Messenger
- Validator
- Constraints
- Tests/Constraints
- Workflow
- Tests
Expand file treeCollapse file tree
Open diff view settings
Collapse file
appveyor.yml .appveyor.ymlappveyor.yml renamed to .appveyor.yml
Copy file name to clipboardExpand all lines: .appveyor.yml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
45 | 45 | |
46 | 46 | |
47 | 47 | |
48 | | - |
| 48 | + |
49 | 49 | |
50 | 50 | |
51 | 51 | |
|
Collapse file
+7-3Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
9 | 14 | |
10 | 15 | |
11 | | - |
| 16 | + |
12 | 17 | |
13 | 18 | |
14 | 19 | |
15 | 20 | |
16 | 21 | |
17 | | - |
| 22 | + |
18 | 23 | |
19 | 24 | |
20 | 25 | |
| ||
74 | 79 | |
75 | 80 | |
76 | 81 | |
77 | | - |
78 | 82 | |
79 | 83 | |
80 | 84 | |
Collapse file
src/Symfony/Bundle/FrameworkBundle/Client.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Client.php+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
161 | 161 | |
162 | 162 | |
163 | 163 | |
164 | | - |
165 | | - |
| 164 | + |
| 165 | + |
166 | 166 | |
167 | 167 | |
168 | 168 | |
| ||
171 | 171 | |
172 | 172 | |
173 | 173 | |
174 | | - |
| 174 | + |
175 | 175 | |
176 | 176 | |
177 | 177 | |
| ||
180 | 180 | |
181 | 181 | |
182 | 182 | |
183 | | - |
| 183 | + |
184 | 184 | |
185 | 185 | |
186 | 186 | |
| ||
194 | 194 | |
195 | 195 | |
196 | 196 | |
197 | | - |
| 197 | + |
198 | 198 | |
199 | 199 | |
200 | 200 | |
201 | | - |
| 201 | + |
202 | 202 | |
203 | 203 | |
204 | 204 | |
|
Collapse file
src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php+7-2Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
| 50 | + |
51 | 51 | |
52 | | - |
53 | 52 | |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
54 | 59 | |
55 | 60 | |
56 | 61 | |
|
Collapse file
src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
153 | 153 | |
154 | 154 | |
155 | 155 | |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
156 | 161 | |
157 | 162 | |
158 | 163 | |
|
Collapse file
src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
| 44 | + |
44 | 45 | |
45 | 46 | |
46 | 47 | |
|
Collapse file
src/Symfony/Bundle/TwigBundle/TemplateIterator.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/TemplateIterator.php+15-8Lines changed: 15 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
| 28 | + |
28 | 29 | |
29 | 30 | |
30 | | - |
31 | | - |
32 | | - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
33 | 35 | |
34 | | - |
| 36 | + |
35 | 37 | |
36 | 38 | |
37 | 39 | |
38 | 40 | |
| 41 | + |
39 | 42 | |
40 | 43 | |
41 | 44 | |
| ||
47 | 50 | |
48 | 51 | |
49 | 52 | |
50 | | - |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
51 | 57 | |
52 | 58 | |
53 | 59 | |
| ||
57 | 63 | |
58 | 64 | |
59 | 65 | |
60 | | - |
| 66 | + |
| 67 | + |
61 | 68 | |
62 | 69 | |
63 | 70 | |
| ||
76 | 83 | |
77 | 84 | |
78 | 85 | |
79 | | - |
| 86 | + |
80 | 87 | |
81 | 88 | |
82 | 89 | |
83 | 90 | |
84 | 91 | |
85 | 92 | |
86 | | - |
| 93 | + |
87 | 94 | |
88 | 95 | |
89 | 96 | |
|
Collapse file
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/templates/bundles/BarBundle/layout.html.twig
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
Collapse file
src/Symfony/Bundle/TwigBundle/Tests/TemplateIteratorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Tests/TemplateIteratorTest.php+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
| 28 | + |
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | 34 | |
| 35 | + |
35 | 36 | |
36 | 37 | |
37 | 38 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+12-5Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
528 | 528 | |
529 | 529 | |
530 | 530 | |
531 | | - |
| 531 | + |
532 | 532 | |
533 | 533 | |
534 | 534 | |
| ||
657 | 657 | |
658 | 658 | |
659 | 659 | |
660 | | - |
| 660 | + |
661 | 661 | |
662 | 662 | |
663 | 663 | |
| ||
775 | 775 | |
776 | 776 | |
777 | 777 | |
| 778 | + |
778 | 779 | |
779 | 780 | |
780 | 781 | |
| ||
1091 | 1092 | |
1092 | 1093 | |
1093 | 1094 | |
| 1095 | + |
| 1096 | + |
| 1097 | + |
1094 | 1098 | |
1095 | 1099 | |
1096 | 1100 | |
| ||
1450 | 1454 | |
1451 | 1455 | |
1452 | 1456 | |
1453 | | - |
| 1457 | + |
1454 | 1458 | |
1455 | 1459 | |
1456 | 1460 | |
1457 | 1461 | |
1458 | 1462 | |
1459 | 1463 | |
1460 | 1464 | |
1461 | | - |
| 1465 | + |
1462 | 1466 | |
1463 | 1467 | |
1464 | 1468 | |
| ||
1477 | 1481 | |
1478 | 1482 | |
1479 | 1483 | |
| 1484 | + |
| 1485 | + |
| 1486 | + |
1480 | 1487 | |
1481 | 1488 | |
1482 | 1489 | |
| ||
1488 | 1495 | |
1489 | 1496 | |
1490 | 1497 | |
1491 | | - |
| 1498 | + |
1492 | 1499 | |
1493 | 1500 | |
1494 | 1501 | |
|
0 commit comments