Commit bb0c01f
committed
Merge branch '8.1' into 8.2
* 8.1:
[Notifier] Fix escaping of MarkdownV2 markup in TelegramTransport
[Serializer] Let DISABLE_TYPE_ENFORCEMENT keep strings that cannot be converted
[Console][FrameworkBundle] Fix profiling a command stopped at ConsoleEvents::COMMAND
[HttpKernel] Fix regression when a locale aware service is never initialized
[HttpClient] Fix GuzzleHttpHandler consuming responses out of band
[Cache] Fix authenticating to the master when using Redis Sentinel
[Validator] reviewed Polish translation units 147 and 148
[Validator] Improve Serbian translation messages; synchronized latin and cyrillic messages; consistent use of 'ispravan'; few grammar errors and typos corrected
#65566 [Validator] Review Turkish (tr) translations
[PropertyInfo] Do not prefer a static named constructor as the property mutator
[PropertyInfo] Do not prefer a static named constructor as the property accessor
[Console] Fix service arguments not resolved when a command is invoked by alias or abbreviation
[Validator] Review translations for Russian (ru) #65560
# Conflicts:
# src/Symfony/Component/Console/Tests/Command/InvokableCommandTest.php
# src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php30 files changed
+877-305Lines changed: 877 additions & 305 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony
- Bundle/FrameworkBundle
- EventListener
- Tests/Functional
- app
- ConsoleProfiler
- config
- Component
- Cache
- Tests/Traits
- Traits
- Console
- ArgumentResolver/ValueResolver
- Command
- Debug
- Tests
- Command
- Fixtures
- HttpClient
- Tests
- HttpKernel
- EventListener
- Tests/EventListener
- Notifier/Bridge/Telegram
- Tests
- PropertyInfo
- Extractor
- Tests
- Extractor
- Fixtures
- Serializer
- Normalizer
- Tests/Normalizer
- Validator/Resources/translations
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Bundle/FrameworkBundle/EventListener/ConsoleProfilerListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/EventListener/ConsoleProfilerListener.php+11-2Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
122 | 122 | |
123 | 123 | |
124 | 124 | |
125 | | - |
126 | | - |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
127 | 136 | |
128 | 137 | |
129 | 138 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConsoleProfilerTest.php
Copy file name to clipboard+108Lines changed: 108 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 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 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 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
Collapse file
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ConsoleProfiler/bundles.php
Copy file name to clipboard+16Lines changed: 16 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 | + |
Collapse file
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ConsoleProfiler/config.yml
Copy file name to clipboard+13Lines changed: 13 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 | + |
Collapse file
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/schema.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/schema.json-159Lines changed: 0 additions & 159 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4733 | 4733 | |
4734 | 4734 | |
4735 | 4735 | |
4736 | | - |
4737 | | - |
4738 | | - |
4739 | | - |
4740 | | - |
4741 | | - |
4742 | | - |
4743 | | - |
4744 | | - |
4745 | | - |
4746 | | - |
4747 | | - |
4748 | | - |
4749 | | - |
4750 | | - |
4751 | | - |
4752 | | - |
4753 | | - |
4754 | | - |
4755 | | - |
4756 | | - |
4757 | | - |
4758 | | - |
4759 | | - |
4760 | | - |
4761 | | - |
4762 | | - |
4763 | | - |
4764 | | - |
4765 | | - |
4766 | | - |
4767 | | - |
4768 | | - |
4769 | | - |
4770 | | - |
4771 | | - |
4772 | | - |
4773 | | - |
4774 | | - |
4775 | | - |
4776 | | - |
4777 | | - |
4778 | | - |
4779 | | - |
4780 | | - |
4781 | | - |
4782 | | - |
4783 | | - |
4784 | | - |
4785 | | - |
4786 | | - |
4787 | | - |
4788 | | - |
4789 | | - |
4790 | | - |
4791 | | - |
4792 | | - |
4793 | | - |
4794 | | - |
4795 | | - |
4796 | | - |
4797 | | - |
4798 | | - |
4799 | | - |
4800 | | - |
4801 | | - |
4802 | | - |
4803 | | - |
4804 | | - |
4805 | | - |
4806 | | - |
4807 | | - |
4808 | | - |
4809 | | - |
4810 | | - |
4811 | | - |
4812 | | - |
4813 | | - |
4814 | | - |
4815 | | - |
4816 | | - |
4817 | | - |
4818 | | - |
4819 | | - |
4820 | | - |
4821 | | - |
4822 | | - |
4823 | | - |
4824 | | - |
4825 | | - |
4826 | | - |
4827 | | - |
4828 | | - |
4829 | | - |
4830 | | - |
4831 | | - |
4832 | | - |
4833 | | - |
4834 | | - |
4835 | | - |
4836 | | - |
4837 | | - |
4838 | | - |
4839 | | - |
4840 | | - |
4841 | | - |
4842 | | - |
4843 | | - |
4844 | | - |
4845 | | - |
4846 | | - |
4847 | | - |
4848 | | - |
4849 | | - |
4850 | | - |
4851 | | - |
4852 | | - |
4853 | | - |
4854 | | - |
4855 | | - |
4856 | | - |
4857 | | - |
4858 | | - |
4859 | | - |
4860 | | - |
4861 | | - |
4862 | | - |
4863 | | - |
4864 | | - |
4865 | | - |
4866 | | - |
4867 | | - |
4868 | | - |
4869 | | - |
4870 | | - |
4871 | | - |
4872 | | - |
4873 | | - |
4874 | | - |
4875 | | - |
4876 | | - |
4877 | | - |
4878 | | - |
4879 | | - |
4880 | | - |
4881 | | - |
4882 | | - |
4883 | 4736 | |
4884 | 4737 | |
4885 | 4738 | |
| ||
4900 | 4753 | |
4901 | 4754 | |
4902 | 4755 | |
4903 | | - |
4904 | | - |
4905 | | - |
4906 | | - |
4907 | | - |
4908 | | - |
4909 | 4756 | |
4910 | 4757 | |
4911 | 4758 | |
| ||
4920 | 4767 | |
4921 | 4768 | |
4922 | 4769 | |
4923 | | - |
4924 | | - |
4925 | | - |
4926 | | - |
4927 | | - |
4928 | | - |
4929 | 4770 | |
4930 | 4771 | |
4931 | 4772 | |
|
Collapse file
src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
269 | 269 | |
270 | 270 | |
271 | 271 | |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
272 | 279 | |
273 | 280 | |
274 | 281 | |
| ||
289 | 296 | |
290 | 297 | |
291 | 298 | |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
292 | 306 | |
293 | 307 | |
294 | 308 | |
|
Collapse file
src/Symfony/Component/Cache/Traits/RedisTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/RedisTrait.php+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
220 | 220 | |
221 | 221 | |
222 | 222 | |
223 | | - |
224 | | - |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
225 | 227 | |
226 | 228 | |
227 | 229 | |
|
Collapse file
src/Symfony/Component/Console/ArgumentResolver/ValueResolver/ServiceValueResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/ArgumentResolver/ValueResolver/ServiceValueResolver.php+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
| 36 | + |
| 37 | + |
36 | 38 | |
37 | 39 | |
38 | 40 | |
|
0 commit comments