Commit 2dc2a50
authored
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop expedited
Accepted Community Pull Requests:
- #29492: Extract images from content only when new media gallery enabled (by @Nazar65)
- #29475: Fix new iTxt && zTxt segment creation for PNG image XMP && IPTC segments (by @Nazar65)
- #29490: Fix used in entities of the same type are displayed separately in delete warning (by @Nazar65)
- #29485: [MFTF] Created ActionGroup for click addProductsToOption button (by @Usik2203)
- #29455: fix RSS Feed - first load not working (by @engcom-Charlie)
- #29484: magento/adobe-stock-integration#1746: Corrected placeholders (by @sivaschenko)
- #29202: Reduce TierPriceManagement class complexity by quick refactor (by @lbajsarowicz)
- #29472: [MFTF] Add new ActionGroup (by @Usik2203)
- #29398: #1684: Login failed error contains HTML tags (by @yolouiese)
- #29214: Fix Issues 29213 (by @sarron93)
- #29376: Checkout / Sales Rules / Get rid of redundant DB query (by @lbajsarowicz)
- #29291: Add back extension point for adding some html to the category page (by @iGerchak)
- #28923: improve and make more strict autoload.php (by @rvitaliy)
Fixed GitHub Issues:
- #1750: Install magento 2 on sever (reported by @tungmpo) has been fixed in #29492 by @Nazar65 in 2.4-develop branch
Related commits:
1. 8420c37
2. 1972841
3. 78980b3
4. 12c6bbb
5. 94bda9e
- #1749: Critical checkout issue with configurable product (Cannot read property 'checkoutUrl' of undefined) (reported by @biotech) has been fixed in #29490 by @Nazar65 in 2.4-develop branch
Related commits:
1. c410eae
2. a1de721
3. 84ee18b
- #25211: RSS Feed - first load not working (reported by @JuraseQ) has been fixed in #29455 by @engcom-Charlie in 2.4-develop branch
Related commits:
1. b2a8ff4
2. 176ce43
3. 1786065
4. 8fdaa15
5. 0fa559e
6. fb06211
7. 3f304d9
8. 8896804
9. 745a5a6
10. 1ab0e35
- #29477: [Issue] Reduce TierPriceManagement class complexity by quick refactor (reported by @m2-assistant[bot]) has been fixed in #29202 by @lbajsarowicz in 2.4-develop branch
Related commits:
1. 30caed7
2. 3ec0f57
- #29539: [Issue] [MFTF] Add new ActionGroup (reported by @m2-assistant[bot]) has been fixed in #29472 by @Usik2203 in 2.4-develop branch
Related commits:
1. 5ed8190
2. 6066e18
3. ae1d33a
4. ad98a40
- #1684: events.xml event with exclude param (reported by @michal-sk) has been fixed in #29398 by @yolouiese in 2.4-develop branch
Related commits:
1. deb001c
2. b5550cc
3. cc94133
4. 2d0bbad
5. 811c4ad
6. 88923fa
7. 07dd895
8. ad3da2d
- #29213: Price Filter Into Grid not working for specific data (reported by @sarron93) has been fixed in #29214 by @sarron93 in 2.4-develop branch
Related commits:
1. 2af8717
2. 1be7e8c
3. eb2a805
- #29453: [Issue] Checkout / Sales Rules / Get rid of redundant DB query (reported by @m2-assistant[bot]) has been fixed in #29376 by @lbajsarowicz in 2.4-develop branch
Related commits:
1. d8a386e
2. 2c18740
3. d33a9ea
4. 1a77014
- #29286: Add back extension point for adding some html to the category page (reported by @ihor-sviziev) has been fixed in #29291 by @iGerchak in 2.4-develop branch
Related commits:
1. 08671ba
2. aeccbe5
3. 47cef27
4. 3da492b
- #29527: [Issue] improve and make more strict autoload.php (reported by @m2-assistant[bot]) has been fixed in #28923 by @rvitaliy in 2.4-develop branch
Related commits:
1. d87d307File tree
75 files changed
+836
-288
lines changed- app
- code/Magento
- Backend
- Block/Widget/Grid/Column/Filter
- Test
- Mftf/Test
- Unit/Block/Widget/Grid/Column/Filter
- Bundle/Test/Mftf
- ActionGroup
- Test
- Catalog
- Model/Product
- Test/Unit/Model/Product
- view/frontend/templates/product
- Checkout/Test/Mftf
- ActionGroup
- Test
- CheckCheckoutSuccessPageTest
- StorefrontCustomerCheckoutTest
- MediaContentApi/Model
- MediaContentCatalog/Observer
- MediaContentCms/Observer
- MediaGalleryMetadata/Model/Png/Segment
- MediaGalleryUi/view/adminhtml/web
- js
- action
- grid
- template
- grid
- image
- Paypal/Test/Mftf/Test
- Rss
- Model
- Test
- Mftf
- Page
- Section
- Test
- Unit/Model
- Rule/Model/Condition/Product
- SalesRule/Test
- Mftf/Test
- Unit/Model/Rule/Condition
- Sales/Test/Mftf/Test
- Swatches/view/frontend/templates/product/listing
- Ui/view/base/web/templates/grid/filters/elements
- dev/tests
- integration/testsuite/Magento
- MediaContentCatalog
- Model/ResourceModel
- _files
- MediaContentCms/Model/ResourceModel
- Rss/Controller/Feed
- js/jasmine/tests/app/code/Magento/MediaGalleryUi/adminhtml/js/grid
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
75 files changed
+836
-288
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
| 16 | + | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
17 | 19 | | |
18 | | - | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
26 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
27 | 44 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 45 | + | |
35 | 46 | | |
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
39 | 50 | | |
| 51 | + | |
40 | 52 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
Lines changed: 102 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 | + | |
Lines changed: 20 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 | + | |
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
| |||
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
104 | | - | |
105 | | - | |
106 | | - | |
| 102 | + | |
107 | 103 | | |
108 | 104 | | |
109 | 105 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 41 | + | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 41 | + | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
81 | 79 | | |
82 | 80 | | |
83 | 81 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 82 | + | |
87 | 83 | | |
88 | 84 | | |
89 | 85 | | |
| |||
0 commit comments