Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Commit694bd72
committed
Merge branch '2.4'
* 2.4: (44 commits) [FrameworkBundle] Add missing license headers Fix parent serialization of user object [DependencyInjection] fixed typo added condition to avoid skipping tests on JSON_PRETTY support add memcache, memcached, and mongodb extensions to run skipped tests [DependencyInjection] Fixed support for backslashes in service ids.fix#9356 [Security] Logger should manipulate the user reloaded from provider [FrameworkBundle] Added extra details in XMLDescriptor to improve container description fixed CS Crawler default namespace fix [BrowserKit]fixes#8311 CookieJar is totally ignorant of RFC 6265 edge cases [HttpFoundation] fixed constants that do exist in 2.3 (only in 2.4) fix 5528 let ArrayNode::normalizeValue respect order of value array providedfix#7243 allow 0 as arraynode name Fixed issue in BaseDateTimeTransformer when invalid timezone cause Transformation filed exception (closes#9403). BinaryFileResponse should also return 416 or 200 on some range-requets fix deprecated usage and clarify constructor defaults for number formatter Bumping dependency to ProxyManager to allow testing against the new 0.5.x branch changes Do normalization on tag options bumped Symfony version to 2.3.9 ...File tree
77 files changed
+1142
-185
lines changed- src/Symfony
- Bridge/ProxyManager
- Bundle
- FrameworkBundle
- Console
- Descriptor
- Helper
- Tests
- Console/Descriptor
- Fixtures/Descriptor
- Routing
- WebProfilerBundle/Resources/views/Collector
- Component
- BrowserKit
- Tests
- Config
- Definition
- Dumper
- Tests/Definition
- Console
- Helper
- Tests/Helper
- DependencyInjection
- Dumper
- Loader
- Tests
- Fixtures/xml
- Loader
- DomCrawler
- Tests
- Filesystem
- Form
- Extension
- Core
- DataTransformer
- Type
- Validator
- Resources/translations
- Tests/Extension/Core/DataTransformer
- HttpFoundation
- Tests
- HttpKernel
- Debug
- Tests/Debug
- Intl/Util
- Routing
- Generator
- Dumper
- Matcher
- Dumper
- Tests
- Fixtures/dumper
- Generator
- Dumper
- Matcher
- Security
- Core
- Authentication/Token
- Tests
- Authentication/Token
- Authorization/Voter
- Http/Firewall
- Validator
- Exception
- Resources/translations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+1142
-185
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
| 14 | + | |
12 | 15 |
| |
| 16 | + | |
| 17 | + | |
13 | 18 |
| |
14 | 19 |
| |
15 | 20 |
| |
|
Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 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 | + | |
10 | 43 |
| |
11 | 44 |
| |
12 | 45 |
| |
|
Lines changed: 13 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 | 61 |
| |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| 71 | + | |
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
74 |
| - | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| 97 | + | |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
| |||
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
116 |
| - | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
| 144 | + | |
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
| |||
160 | 161 |
| |
161 | 162 |
| |
162 | 163 |
| |
163 |
| - | |
164 | 164 |
| |
| 165 | + | |
165 | 166 |
| |
166 | 167 |
| |
167 | 168 |
| |
168 | 169 |
| |
169 | 170 |
| |
170 | 171 |
| |
171 | 172 |
| |
| 173 | + | |
172 | 174 |
| |
173 | 175 |
| |
174 | 176 |
| |
| |||
182 | 184 |
| |
183 | 185 |
| |
184 | 186 |
| |
| 187 | + | |
185 | 188 |
| |
186 | 189 |
| |
187 | 190 |
| |
| |||
196 | 199 |
| |
197 | 200 |
| |
198 | 201 |
| |
199 |
| - | |
200 | 202 |
| |
201 | 203 |
| |
202 | 204 |
| |
| |||
209 | 211 |
| |
210 | 212 |
| |
211 | 213 |
| |
212 |
| - | |
213 | 214 |
| |
214 | 215 |
| |
215 | 216 |
| |
| |||
235 | 236 |
| |
236 | 237 |
| |
237 | 238 |
| |
238 |
| - | |
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
| |||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
| 279 | + | |
279 | 280 |
| |
280 | 281 |
| |
281 | 282 |
| |
| |||
406 | 407 |
| |
407 | 408 |
| |
408 | 409 |
| |
409 |
| - | |
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
| |||
419 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
| 422 | + | |
422 | 423 |
| |
423 | 424 |
| |
424 | 425 |
| |
| |||
575 | 576 |
| |
576 | 577 |
| |
577 | 578 |
| |
| 579 | + | |
578 | 580 |
| |
579 | 581 |
| |
580 | 582 |
| |
| |||
746 | 748 |
| |
747 | 749 |
| |
748 | 750 |
| |
| 751 | + | |
749 | 752 |
| |
750 | 753 |
| |
751 | 754 |
| |
| |||
791 | 794 |
| |
792 | 795 |
| |
793 | 796 |
| |
794 |
| - | |
795 | 797 |
| |
796 | 798 |
| |
797 | 799 |
| |
| |||
800 | 802 |
| |
801 | 803 |
| |
802 | 804 |
| |
| 805 | + | |
803 | 806 |
| |
804 | 807 |
| |
| 808 | + | |
805 | 809 |
| |
806 | 810 |
| |
807 | 811 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 9 additions & 0 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 |
| |
|
Lines changed: 9 additions & 0 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 |
| |
|
Lines 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 |
| |
| |||
242 | 251 |
| |
243 | 252 |
| |
244 | 253 |
| |
245 |
| - | |
| 254 | + | |
246 | 255 |
| |
247 | 256 |
| |
248 | 257 |
| |
|
Lines changed: 26 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 |
| |
| |||
293 | 302 |
| |
294 | 303 |
| |
295 | 304 |
| |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
296 | 318 |
| |
297 | 319 |
| |
298 | 320 |
| |
| 321 | + | |
| 322 | + | |
| 323 | + | |
299 | 324 |
| |
300 | 325 |
| |
301 | 326 |
| |
| |||
310 | 335 |
| |
311 | 336 |
| |
312 | 337 |
| |
313 |
| - | |
| 338 | + | |
314 | 339 |
| |
315 | 340 |
| |
316 | 341 |
| |
|
Lines changed: 9 additions & 0 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 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
|
0 commit comments
Comments
(0)