Commit 5b287ff
committed
Merge branch '7.4' into 8.0
* 7.4:
[Security][TwigBridge] Add access_decision() and access_decision_for_user()
[DependencyInjection] Optimize `AutowireRequiredMethodsPass`
[Config] Fix `ReflectionClassResource` hash validation
[Cache] Fix internal representation of non-static values
[Cache] Make `TagAwareAdapter` registrable as a service
[Validator] Add the Video constraint for validating video files
refactor: Unify & more humane translation message
[DependencyInjection] Allow multiple `#[AsDecorator]` attributes
fix Resources translations validators.pt.xlf
[Security] Pass attributes to nested `ChainUserProviders`
[Runtime] Expose the runtime class in `$_SERVER['APP_RUNTIME']`
[Validator] Update translation for the Video constraint
[Messenger] Firebird Database - incompatibility with expected lowercase columns
SQLSRV: Change column type from TEXT to STRING
[DependencyInjection] Parse attributes found on abstract classes for resource definitions
Fix exception catch when deleting temporary table in the sameDatabaseChecker
[JsonStreamer] Fix encoding iterable lists
[Console] Harden array type for test-related user inputs
[Serializer] Fix serializer crash due to asymmetric visibility on `protected(set)` properties
[DependencyInjection] Respect original service class when a proxy is definedFile tree
4 files changed
+22
-11
lines changed- DependencyInjection
- Tests
- DependencyInjection
- Write
4 files changed
+22
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
195 | 197 | | |
196 | 198 | | |
197 | 199 | | |
| |||
0 commit comments