Commit 751ed77
committed
Merge branch '6.4' into 7.0
* 6.4: (24 commits)
Fix Twig tests
[Scheduler] Fix tests
[TwigBridge] Add FormLayoutTestCase class
Fix CS
Allow sending scheduled messages through the slack API
[TwigBridge] Add `AppVariable::getEnabledLocales()` to retrieve the enabled locales
[RateLimiter] Add missing dependency
[RateLimiter] Add SlidingWindowLimiter::reserve()
[Messenger] Add WrappedExceptionsInterface for nested exceptions
[Mime] Add `TemplatedEmail::locale()` to set the locale for the email rendering
Fix CS
[Messenger][Scheduler] Add AsCronTask & AsPeriodicTask attributes
[Scheduler] Make debug:scheduler output more useful
[Notifier] Tweak some phpdocs
[FrameworkBundle] Change BrowserKitAssertionsTrait::getClient() to be protected
Fix CS
[FrameworkBundle] Allow BrowserKit relative URL redirect assert
[Messenger] RejectRedeliveredMessageException should not be retried
[Serializer] Make `ProblemNormalizer` give details about Messenger’s `ValidationFailedException`
[WebProfilerBundle] Support `!` negation operator in url filter
...2 files changed
+17
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | | - | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| |||
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
50 | | - | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
58 | | - | |
| 63 | + | |
59 | 64 | | |
60 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
61 | 70 | | |
62 | 71 | | |
63 | 72 | | |
64 | 73 | | |
65 | | - | |
| 74 | + | |
66 | 75 | | |
67 | 76 | | |
68 | 77 | | |
69 | 78 | | |
70 | | - | |
| 79 | + | |
71 | 80 | | |
72 | 81 | | |
73 | 82 | | |
| |||
0 commit comments