Commit 5bc3eb6
committed
Merge branch '5.4' into 6.4
* 5.4:
fix tests using Twig 3.12
skip tests requiring the intl extension if it's not installed
🐛 throw ParseException on invalid date
[ExpressionLanguage] Improve test coverage
[HttpKernel] [WebProfileBundle] Fix Routing panel for URLs with a colon
[Form] NumberType: Fix parsing of numbers in exponential notation with negative exponent
[Security] consistent singular/plural translation in Dutch
reset the validation context after validating nested constraints
do not duplicate directory separators
fix handling empty data in ValueToDuplicatesTransformer
[Validator] review latvian translations
[Validator] Add Dutch translation for `WordCount` constraint
allow more unicode characters in URL paths
[String][EnglishInflector] Fix words ending in 'le', e.g., articles
do not duplicate directory separators
[Uid] Ensure UuidV1 is created in lowercaseFile tree
2 files changed
+7
-0
lines changed- Inflector
- Tests/Inflector
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| 196 | + | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
| 200 | + | |
197 | 201 | | |
198 | 202 | | |
199 | 203 | | |
| |||
0 commit comments