Commit 777b3a9
committed
Merge branch '5.2' into 5.x
* 5.2: (23 commits)
[Console] Fix Windows code page support
[SecurityBundle] Allow ips parameter in access_control accept comma-separated string
[Form] Add TranslatableMessage support to choice_label option of ChoiceType
Remove code that deals with legacy behavior of PHP_Incomplete_Class
[Config][DependencyInjection] Uniformize trailing slash handling
[PropertyInfo] Make ReflectionExtractor correctly extract nullability
[PropertyInfo] fix attribute namespace with recursive traits
[PhpUnitBridge] Fix tests with `@doesNotPerformAssertions` annotations
Check redis extension version
[Security] Update Russian translations
[Notifier] Fix return SentMessage then Messenger not used
[VarExporter] Add support of PHP enumerations
[Security] Added missing Japanese translations
[Security] Added missing Polish translations
[Security] Add missing Italian translations #41051
[Security] Missing translations pt_BR
getProtocolVersion may return null
Fix return type on isAllowedProperty method
Make FailoverTransport always pick the first transport
[TwigBridge] Fix HTML for translatable custom-file label in Bootstrap 4 theme
...File tree
3 files changed
+35
-6
lines changed- ChoiceList
- Factory
- View
- Tests/ChoiceList/Factory
3 files changed
+35
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
185 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
186 | 194 | | |
187 | 195 | | |
188 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
759 | 760 | | |
760 | 761 | | |
761 | 762 | | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
762 | 781 | | |
763 | 782 | | |
764 | 783 | | |
| |||
0 commit comments