Commit 9aaceb1
File tree
Expand file treeCollapse file tree
20 files changed
+760
-158
lines changedFilter options
- src/Symfony
- Bridge/Twig
- Extension
- Tests/Extension
- Bundle
- FrameworkBundle
- DependencyInjection
- Compiler
- Resources/config
- routing
- Templating/Helper
- TwigBundle/Resources/config
- Component
- HttpFoundation
- HttpKernel
- Controller
- EventListener
- RenderingStrategy
Expand file treeCollapse file tree
20 files changed
+760
-158
lines changedsrc/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php+16-45Lines changed: 16 additions & 45 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
| 14 | + |
| 15 | + |
19 | 16 |
|
20 | 17 |
|
21 | 18 |
|
22 | 19 |
|
23 | 20 |
|
24 | 21 |
|
25 |
| - |
| 22 | + |
26 | 23 |
|
27 |
| - |
28 |
| - |
| 24 | + |
29 | 25 |
|
30 | 26 |
|
31 | 27 |
|
32 | 28 |
|
33 |
| - |
| 29 | + |
34 | 30 |
|
35 |
| - |
| 31 | + |
36 | 32 |
|
37 |
| - |
| 33 | + |
38 | 34 |
|
39 | 35 |
|
40 | 36 |
|
41 | 37 |
|
42 | 38 |
|
43 |
| - |
| 39 | + |
| 40 | + |
44 | 41 |
|
45 | 42 |
|
46 | 43 |
|
47 | 44 |
|
48 | 45 |
|
49 | 46 |
|
50 |
| - |
51 |
| - |
| 47 | + |
| 48 | + |
52 | 49 |
|
53 | 50 |
|
54 | 51 |
|
55 |
| - |
| 52 | + |
56 | 53 |
|
57 |
| - |
| 54 | + |
58 | 55 |
|
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
| 56 | + |
79 | 57 |
|
80 | 58 |
|
81 |
| - |
| 59 | + |
82 | 60 |
|
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
| 61 | + |
91 | 62 |
|
92 | 63 |
|
93 | 64 |
|
|
src/Symfony/Bridge/Twig/Tests/Extension/HttpKernelExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Extension/HttpKernelExtensionTest.php+10-13Lines changed: 10 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
| 55 | + |
| 56 | + |
| 57 | + |
61 | 58 |
|
62 |
| - |
| 59 | + |
63 | 60 |
|
64 | 61 |
|
65 |
| - |
| 62 | + |
66 | 63 |
|
67 | 64 |
|
68 | 65 |
|
69 |
| - |
| 66 | + |
70 | 67 |
|
71 | 68 |
|
72 | 69 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/HttpRenderingStrategyPass.php
Copy file name to clipboard+37Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+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 |
|
|
src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| ||
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
| 69 | + |
68 | 70 |
|
69 | 71 |
|
70 | 72 |
|
|
src/Symfony/Bundle/FrameworkBundle/HttpKernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/HttpKernel.php+4-90Lines changed: 4 additions & 90 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 |
| - |
35 | 33 |
|
36 | 34 |
|
37 | 35 |
|
| ||
96 | 94 |
|
97 | 95 |
|
98 | 96 |
|
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
166 |
| - |
167 |
| - |
168 |
| - |
169 |
| - |
170 |
| - |
171 |
| - |
172 |
| - |
173 |
| - |
174 |
| - |
175 |
| - |
176 |
| - |
177 |
| - |
178 |
| - |
179 |
| - |
180 | 97 |
|
181 |
| - |
| 98 | + |
182 | 99 |
|
183 |
| - |
| 100 | + |
184 | 101 |
|
185 |
| - |
186 |
| - |
| 102 | + |
187 | 103 |
|
188 |
| - |
189 |
| - |
190 |
| - |
| 104 | + |
191 | 105 |
|
192 | 106 |
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/content_generator.xml
Copy file name to clipboard+48Lines changed: 48 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
src/Symfony/Bundle/FrameworkBundle/Resources/config/routing/proxy.xml
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
| 84 | + |
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
|
0 commit comments