Commit bdcaeaf
authored
🔃 [Magento Community Engineering] Community Contributions - 2.3-develop
Accepted Community Pull Requests:
- #24101: Resolve "Number of results" and "Number of Uses" in edit "Search Term" missing validate number (issue 24100) (by @edenduong)
- #24097: Resolve "Integrations" Grid missing header label (issue 24096) (by @edenduong)
- #23533: implement rss feed image size based on view.xml file (by @sunilit42)
- #24076: Replace Cyrillic with appropriate characters (by @dshevtsov)
- #24036: Fix external links to the Magento technical documentation (by @dshevtsov)
- #23144: #23143: Code optimization for the offline shipping methods (by @atwixfirster)
- #24086: Fixed critical error 'Undefined constant formName' (by @cpini)
- #24099: Resolve No asterisk symbol (required entry) when changing "Encryption Key" (issue 24098) (by @edenduong)
- #24088: Database Media Storage : Fixed error in database deleteFolder function. Now correctly deletes folder (by @gwharton)
- #23684: Resolve Send friend sender email should be static not user defined (by @edenduong)
- #23739: Resolve Bad style on Validate VAT number messages issue23738 (by @edenduong)
Fixed GitHub Issues:
- #24100: "Number of results" and "Number of Uses" in edit "Search Term" missing validate number (reported by @edenduong) has been fixed in #24101 by @edenduong in 2.3-develop branch
Related commits:
1. 20f88ec
- #24096: "Integrations" Grid missing header label (reported by @edenduong) has been fixed in #24097 by @edenduong in 2.3-develop branch
Related commits:
1. 3945a4c
- #23516: Product Images are very small in RSS Product Feed (reported by @jigar48) has been fixed in #23533 by @sunilit42 in 2.3-develop branch
Related commits:
1. 5853484
2. 5bb1358
3. 3a2f5c4
4. 521e950
5. 06a91b8
6. 9e497bf
7. 3e655f7
8. 4755552
9. 13a7c75
10. f968f85
11. 2f9d572
12. e8ca488
13. 9f088cf
14. af94999
15. 1fa9615
16. 70afacd
17. d6bd1d6
18. 0413854
19. f3ef0ce
20. 9775528
21. c086ab2
22. c4906f1
23. 04d3451
24. 9c0ca37
25. 52b9939
26. f301d5f
- #23143: Code optimization for the offline shipping methods. (reported by @atwixfirster) has been fixed in #23144 by @atwixfirster in 2.3-develop branch
Related commits:
1. 85bd3ec
2. dda454d
- #24098: No asterisk symbol (required entry) when changing "Encryption Key" (reported by @edenduong) has been fixed in #24099 by @edenduong in 2.3-develop branch
Related commits:
1. fa78bfa
- #23936: Database Media Storage : clearing image cache does not clear cached image files from database (reported by @gwharton) has been fixed in #24088 by @gwharton in 2.3-develop branch
Related commits:
1. 2e3c569
- #23646: Send friend sender email should be static not user defined (reported by @juhanihaapala) has been fixed in #23684 by @edenduong in 2.3-develop branch
Related commits:
1. 2048b40
2. 6ae0223
- #23738: Bad style on Validate VAT number messages (reported by @edenduong) has been fixed in #23739 by @edenduong in 2.3-develop branch
Related commits:
1. d8b4d82
2. 101a9f3File tree
66 files changed
+9190
-157
lines changed- app/code/Magento
- Analytics
- CatalogAnalytics
- Catalog
- Block/Rss
- Test/Unit/Block/Rss
- view/adminhtml/templates/catalog/product/helper
- ConfigurableProduct/Test/Mftf/Test
- CustomerAnalytics
- Customer/view/adminhtml/templates/system/config
- Deploy/Model
- Directory/Setup/Patch/Data
- EncryptionKey/Block/Adminhtml/Crypt/Key
- Indexer/Model/Message
- InstantPurchase
- Integration/view/adminhtml/layout
- MediaStorage/Model/ResourceModel/File/Storage
- OfflineShipping/Model/Carrier
- Payment/Model/Method
- QuoteAnalytics
- ReviewAnalytics
- SalesAnalytics
- SampleData
- Search/Block/Adminhtml/Term/Edit
- SendFriend/Model
- Signifyd
- Ui/etc
- WishlistAnalytics
- dev/tests
- functional/tests/app/Magento
- CatalogImportExport/Test/Constraint
- Install/Test/Page
- SalesRule/Test/Constraint
- integration/testsuite/Magento/MediaStorage
- Helper/File/Storage
- _files
- static
- framework/Magento/Sniffs/Less
- testsuite/Magento/Test/Legacy/_files
- lib/internal/Magento/Framework
- DB/Query
- Locale
- phpserver
- setup
- performance-toolkit
- src/Magento/Setup
- Controller
- Model
- view/magento/setup
- readiness-check
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+9190
-157
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
| 615 | + | |
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
619 | | - | |
| 619 | + | |
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
| |||
1637 | 1637 | | |
1638 | 1638 | | |
1639 | 1639 | | |
1640 | | - | |
| 1640 | + | |
1641 | 1641 | | |
1642 | 1642 | | |
1643 | 1643 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
100 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
| |||
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
119 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
120 | 127 | | |
121 | 128 | | |
122 | 129 | | |
| |||
130 | 137 | | |
131 | 138 | | |
132 | 139 | | |
133 | | - | |
| 140 | + | |
134 | 141 | | |
135 | 142 | | |
136 | 143 | | |
| |||
139 | 146 | | |
140 | 147 | | |
141 | 148 | | |
| 149 | + | |
| 150 | + | |
142 | 151 | | |
143 | 152 | | |
144 | 153 | | |
| |||
187 | 196 | | |
188 | 197 | | |
189 | 198 | | |
| 199 | + | |
| 200 | + | |
190 | 201 | | |
191 | 202 | | |
192 | 203 | | |
| |||
199 | 210 | | |
200 | 211 | | |
201 | 212 | | |
| 213 | + | |
| 214 | + | |
202 | 215 | | |
203 | 216 | | |
204 | 217 | | |
| |||
207 | 220 | | |
208 | 221 | | |
209 | 222 | | |
210 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
211 | 226 | | |
212 | 227 | | |
213 | 228 | | |
| |||
218 | 233 | | |
219 | 234 | | |
220 | 235 | | |
| 236 | + | |
| 237 | + | |
221 | 238 | | |
222 | 239 | | |
223 | 240 | | |
| |||
257 | 274 | | |
258 | 275 | | |
259 | 276 | | |
260 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
261 | 280 | | |
262 | 281 | | |
263 | 282 | | |
| |||
Lines changed: 51 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
76 | 87 | | |
77 | 88 | | |
78 | 89 | | |
| |||
115 | 126 | | |
116 | 127 | | |
117 | 128 | | |
| 129 | + | |
| 130 | + | |
118 | 131 | | |
119 | 132 | | |
120 | 133 | | |
| |||
130 | 143 | | |
131 | 144 | | |
132 | 145 | | |
| 146 | + | |
133 | 147 | | |
134 | 148 | | |
135 | 149 | | |
| |||
145 | 159 | | |
146 | 160 | | |
147 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
148 | 170 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
158 | 182 | | |
159 | 183 | | |
160 | 184 | | |
| |||
213 | 237 | | |
214 | 238 | | |
215 | 239 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
224 | 250 | | |
225 | 251 | | |
226 | 252 | | |
227 | 253 | | |
228 | 254 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
| 255 | + | |
| 256 | + | |
233 | 257 | | |
234 | 258 | | |
235 | 259 | | |
| |||
250 | 274 | | |
251 | 275 | | |
252 | 276 | | |
253 | | - | |
254 | | - | |
255 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
256 | 283 | | |
257 | 284 | | |
258 | 285 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 6 additions & 4 deletions
| 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 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments