Commit 85d4068
File tree
Expand file treeCollapse file tree
61 files changed
+1405
-576
lines changedFilter options
- src/Symfony
- Bridge/Doctrine/HttpFoundation
- Bundle/FrameworkBundle
- DependencyInjection
- EventListener
- Resources/config
- schema
- Tests
- DependencyInjection
- Fixtures
- php
- xml
- yml
- EventListener
- Component/HttpFoundation
- Session
- Storage
- Handler
- Proxy
- tests/Symfony/Tests
- Bridge/Doctrine/HttpFoundation
- Component
- HttpFoundation
- Session/Storage
- Handler
- Proxy
- HttpKernel/EventListener
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
61 files changed
+1405
-576
lines changed+52-31Lines changed: 52 additions & 31 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
31 |
| - |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
| ||
39 | 41 |
|
40 | 42 |
|
41 | 43 |
|
42 |
| - |
| 44 | + |
| 45 | + |
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
46 |
| - |
47 |
| - |
48 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
49 | 55 |
|
50 | 56 |
|
51 | 57 |
|
| ||
257 | 263 |
|
258 | 264 |
|
259 | 265 |
|
260 |
| - |
261 |
| - |
262 |
| - |
263 |
| - |
264 |
| - |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
265 | 289 |
|
266 |
| - |
267 |
| - |
268 |
| - |
269 |
| - |
270 |
| - |
271 |
| - |
272 |
| - |
273 |
| - |
274 |
| - |
275 |
| - |
276 |
| - |
277 |
| - |
278 |
| - |
279 |
| - |
280 |
| - |
281 |
| - |
282 |
| - |
283 |
| - |
284 |
| - |
285 |
| - |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
286 | 307 |
|
287 | 308 |
|
288 | 309 |
|
|
+21-6Lines changed: 21 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
334 | 334 |
|
335 | 335 |
|
336 | 336 |
|
337 |
| - |
338 |
| - |
339 |
| - |
340 |
| - |
| 337 | + |
| 338 | + |
| 339 | + |
341 | 340 |
|
342 |
| - |
343 |
| - |
| 341 | + |
344 | 342 |
|
345 | 343 |
|
346 | 344 |
|
| ||
371 | 369 |
|
372 | 370 |
|
373 | 371 |
|
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
| 388 | + |
src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionStorage.php renamed to src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandler.php+20-46Lines changed: 20 additions & 46 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
3 | 12 |
|
4 | 13 |
|
5 | 14 |
|
6 |
| - |
7 | 15 |
|
8 | 16 |
|
9 | 17 |
|
| ||
12 | 20 |
|
13 | 21 |
|
14 | 22 |
|
15 |
| - |
| 23 | + |
16 | 24 |
|
17 | 25 |
|
18 | 26 |
|
| ||
25 | 33 |
|
26 | 34 |
|
27 | 35 |
|
| 36 | + |
28 | 37 |
|
29 |
| - |
30 |
| - |
31 |
| - |
| 38 | + |
| 39 | + |
32 | 40 |
|
33 |
| - |
| 41 | + |
34 | 42 |
|
35 | 43 |
|
36 | 44 |
|
37 |
| - |
38 |
| - |
39 | 45 |
|
40 | 46 |
|
41 | 47 |
|
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
| 48 | + |
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
55 |
| - |
56 |
| - |
57 |
| - |
| 56 | + |
58 | 57 |
|
59 | 58 |
|
60 | 59 |
|
| ||
63 | 62 |
|
64 | 63 |
|
65 | 64 |
|
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
| 65 | + |
73 | 66 |
|
74 | 67 |
|
75 | 68 |
|
| ||
85 | 78 |
|
86 | 79 |
|
87 | 80 |
|
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
| 81 | + |
95 | 82 |
|
96 | 83 |
|
97 | 84 |
|
| ||
107 | 94 |
|
108 | 95 |
|
109 | 96 |
|
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
| 97 | + |
117 | 98 |
|
118 | 99 |
|
119 | 100 |
|
| ||
136 | 117 |
|
137 | 118 |
|
138 | 119 |
|
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
| 120 | + |
147 | 121 |
|
148 | 122 |
|
149 | 123 |
|
|
src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionStorageSchema.php renamed to src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandlerSchema.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandlerSchema.php+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
3 | 12 |
|
4 | 13 |
|
5 | 14 |
|
| ||
9 | 18 |
|
10 | 19 |
|
11 | 20 |
|
12 |
| - |
| 21 | + |
13 | 22 |
|
14 | 23 |
|
15 | 24 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
170 |
| - |
| 170 | + |
| 171 | + |
171 | 172 |
|
172 | 173 |
|
173 | 174 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
310 | 310 |
|
311 | 311 |
|
312 | 312 |
|
| 313 | + |
| 314 | + |
| 315 | + |
313 | 316 |
|
314 | 317 |
|
315 | 318 |
|
316 |
| - |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
317 | 323 |
|
318 | 324 |
|
319 | 325 |
|
|
src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
31 | 34 |
|
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
32 | 39 |
|
33 | 40 |
|
34 | 41 |
|
|
src/Symfony/Bundle/FrameworkBundle/EventListener/TestSessionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/EventListener/TestSessionListener.php+7-6Lines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
47 |
| - |
| 46 | + |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
| 50 | + |
50 | 51 |
|
51 |
| - |
52 |
| - |
| 52 | + |
| 53 | + |
53 | 54 |
|
54 |
| - |
| 55 | + |
55 | 56 |
|
56 | 57 |
|
57 | 58 |
|
| ||
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
75 |
| - |
| 76 | + |
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| 77 | + |
77 | 78 |
|
78 | 79 |
|
79 | 80 |
|
|
0 commit comments