Commit 2e2a65c
committed
Merge branch '2.4'
* 2.4: (35 commits)
Update validators.ro.xlf
add non-standard port to HTTP_HOST
fixed attribute "source-language" for translations
[Process] clarify idle timeout
[Security] fix DI for SimpleFormAuthenticationListener
Update PluralizationRules.php
Update validators.pt_BR.xlf
Translated remaining items (57-72)
Updated Vietnamese translation
allow null value in fragment handler
added missing dot in translation
updated Arabic translations
Update validators.id.xlf
[Validator] Translate validator messages into Brazilian Portuguese
Added more Swedish validator translations
Update validators.ca.xlf
fixed typos in Welsh translation
Added missing Croatian translations
[Form] fixed allow render 0 and 0.0 numeric input values
Fixed validators.nl.xlf
...
Conflicts:
src/Symfony/Bridge/Twig/composer.jsonFile tree
Expand file treeCollapse file tree
60 files changed
+1128
-131
lines changedOpen diff view settings
Filter options
- src/Symfony
- Bridge
- Doctrine
- Form/ChoiceList
- Tests
- Form/ChoiceList
- Validator/Constraints
- Validator/Constraints
- Twig
- Extension
- Tests/Extension
- Bundle
- FrameworkBundle
- Controller
- Resources/views/Form
- Tests/Controller
- SecurityBundle/DependencyInjection/Security/Factory
- WebProfilerBundle
- Controller
- EventListener
- Component
- BrowserKit
- Tests
- Console
- CssSelector
- Parser
- Tests/Parser
- ExpressionLanguage
- Node
- Tests/Node
- HttpKernel
- Fragment
- Tests
- Intl/DateFormatter/DateFormat
- Process
- Routing/Generator/Dumper
- Security
- Core
- Authentication
- Provider
- RememberMe
- Token
- Role
- Validator/Constraints
- Resources/translations
- Translation
- Validator/Resources/translations
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
60 files changed
+1128
-131
lines changedOpen diff view settings
Collapse file
+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
23 | 23 | |
24 | 24 | |
25 | 25 | |
|
Collapse file
src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php+10-1Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
81 | 81 | |
82 | 82 | |
83 | 83 | |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
84 | 93 | |
85 | 94 | |
86 | | - |
| 95 | + |
87 | 96 | |
88 | 97 | |
89 | 98 | |
Collapse file
src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php+42-1Lines changed: 42 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
| 16 | + |
15 | 17 | |
16 | | - |
| 18 | + |
17 | 19 | |
18 | 20 | |
19 | 21 | |
| ||
32 | 34 | |
33 | 35 | |
34 | 36 | |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
35 | 76 | |
Collapse file
src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueValidatorTest.php+17Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
330 | 330 | |
331 | 331 | |
332 | 332 | |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
333 | 350 | |
334 | 351 | |
335 | 352 | |
|
Collapse file
src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
89 | 89 | |
90 | 90 | |
91 | 91 | |
92 | | - |
| 92 | + |
93 | 93 | |
94 | 94 | |
95 | 95 | |
|
Collapse file
src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
34 | 34 | |
35 | 35 | |
36 | 36 | |
|
Collapse file
src/Symfony/Bridge/Twig/Tests/Extension/ExpressionExtensionTest.php
Copy file name to clipboard+30Lines changed: 30 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 | + |
Collapse file
src/Symfony/Bridge/Twig/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/composer.json+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
| 21 | + |
22 | 22 | |
23 | 23 | |
24 | 24 | |
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
| 33 | + |
33 | 34 | |
34 | 35 | |
35 | 36 | |
| ||
39 | 40 | |
40 | 41 | |
41 | 42 | |
42 | | - |
| 43 | + |
| 44 | + |
43 | 45 | |
44 | 46 | |
45 | 47 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php+7-2Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
18 | 19 | |
19 | 20 | |
20 | 21 | |
| ||
39 | 40 | |
40 | 41 | |
41 | 42 | |
| 43 | + |
| 44 | + |
42 | 45 | |
43 | 46 | |
44 | 47 | |
45 | 48 | |
46 | | - |
| 49 | + |
47 | 50 | |
48 | 51 | |
49 | 52 | |
| ||
75 | 78 | |
76 | 79 | |
77 | 80 | |
| 81 | + |
| 82 | + |
78 | 83 | |
79 | 84 | |
80 | 85 | |
81 | 86 | |
82 | | - |
| 87 | + |
83 | 88 | |
84 | 89 | |
85 | 90 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_simple.html.php
Copy file name to clipboard+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
0 commit comments