Commit 6e5e383
authored
🔃 [Magento Community Engineering] Community Contributions - 2.3-develop
Accepted Community Pull Requests:
- #25867: Cover Change Encryption key By MFTF Test. (by @edenduong)
- #25809: DataExtractor unit tests coverage (by @kmlfadeless)
- #25789: #25042 Remove logo dimension parameters from layout files (by @mfickers)
- #25704: Tests for: #25600, #25528, #25613, #25606. (by @p-bystritsky)
- #25782: Fixed the usage of deprecated methods of Messagemanager (by @subash-natarajan)
- #25421: add check for attribute option values (by @torhoehn)
- #25612: Fixed regex for validate action in admin menu (by @diegocpires)
Fixed GitHub Issues:
- #25042: Store logo inherits height and width from luma logo, if no height and width is provided (reported by @gwharton) has been fixed in #25789 by @mfickers in 2.3-develop branch
Related commits:
1. 9abcf54
2. 136cb04
- #21504: Attribute text field takes blank values (reported by @mageprince) has been fixed in #25421 by @torhoehn in 2.3-develop branch
Related commits:
1. be24d90
2. 0cd4aea
3. d8e02f3
4. a9d1594
5. 729c0cd
- #25635: Bug when create a new admin route with hyphen (reported by @diegocpires) has been fixed in #25612 by @diegocpires in 2.3-develop branch
Related commits:
1. 9898d5c
2. 93dcd50
3. 8327db6
4. 4fd4e60File tree
44 files changed
+928
-107
lines changed- app
- code/Magento
- Backend
- Model/Menu/Item
- Test/Unit/Model/Menu/Config/_files
- etc
- Catalog
- Controller/Adminhtml/Product/Attribute
- Test
- Mftf/Test
- Unit
- Controller/Adminhtml/Product/Attribute
- Model/Product/Image
- Checkout/Test/Mftf/Section
- ConfigurableProduct
- Test/Mftf/Test
- view/adminhtml/web/js/variations/steps
- Customer
- Controller
- Account
- Address
- Adminhtml
- Customer
- Group
- Index
- Test/Unit/Controller
- Account
- Address
- Adminhtml
- Group
- Index
- EncryptionKey/Test/Mftf
- ActionGroup
- Data
- Page
- Section
- Test
- MediaGallery/Test/Unit/Model
- Theme
- Block/Html/Header
- Test/Unit/Block/Html/Header
- view/frontend/layout
- design/frontend/Magento/luma/Magento_Theme/layout
- dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml
- lib/internal/Magento/Framework/App/Test/Unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+928
-107
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
| 455 | + | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
| 474 | + | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
Lines changed: 52 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 | + | |
0 commit comments