-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop
Accepted Community Pull Requests: - #29576: Add suport of reading PNG JPEG Exif metadata (by @Nazar65) - #29429: Fix ui-select options placeholders for url-filter-applier (by @Nazar65) - #29400: #1703: The deleted tags are not removed from Tags drop-down until the web page is refreshed (by @yolouiese) - #29433: Reorganize Media Gallery stores configuration UI (by @konarshankar07) - #29494: #1748: Some category grid columns are empty (by @joweecaquicla) - #29461: #1727: Introduce internal class wrapping SplFileInfo (by @joweecaquicla) - #29491: #1712: Remove DataObject usage from OpenDialogUrl provider (by @joweecaquicla) - #29458: magento/web-api-test-recursive-array-comparison (by @bricht) - #29511: #29496 :- UI : Time field element in admin (by @konarshankar07) - #29483: fix fatal error when exception was thrown (by @rafal-kos) - #27478: improve exception handling in Layout render (by @fsw) - #29413: Fix #24060 - Terms and Conditions label doesn't fit longer texts (by @Bartlomiejsz) - #29452: Fix date timestamp typo ( Created and Modified date are different for newly saved Image Preview) (by @Nazar65) - #29410: Changed misunderstanding title (by @angelo983) - #29435: #1711: Use product model instead of data object for catalog image helper init (by @jmonteros422) Fixed GitHub Issues: - #1449: Duplicated attributes in sidebar when installing with sample data (reported by @markoshust) has been fixed in #29576 by @Nazar65 in 2.4-develop branch Related commits: 1. a74d422 2. 9b8c81c 3. 5c7c959 4. 4ef4c6c 5. 4a7fbd7 6. 5e07290 7. 0830d38 8. c29e740 9. bed58c5 10. 58fbad4 11. 9a74037 12. 583b013 - #1694: Remove / Edit Item in minicart does not work if span css is changed (reported by @Zaylril) has been fixed in #29429 by @Nazar65 in 2.4-develop branch Related commits: 1. 4ebe9d6 - #1755: why i disable all caches and enable xdebug that cause magento very slow? (reported by @LifeAsBook) has been fixed in #29429 by @Nazar65 in 2.4-develop branch Related commits: 1. 4ebe9d6 - #1703: when multiple productInterface implement which to use (reported by @LifeAsBook) has been fixed in #29400 by @yolouiese in 2.4-develop branch Related commits: 1. b2b45e6 2. c716884 3. 9a2f265 4. 8d9d0a5 5. 512942e 6. 7e34bc9 7. 0f9189e 8. c4055cc 9. 3b350fd 10. bf77de0 11. 5f1d43a - #1738: Where the relevant information about the template <!--ko--> (reported by @LifeAsBook) has been fixed in #29433 by @konarshankar07 in 2.4-develop branch Related commits: 1. 3633542 2. 651bd69 3. 8b592ee 4. 3fc2303 5. e76cb95 6. 1fe9c22 7. de6d2a7 - #29498: [Issue] magento/web-api-test-recursive-array-comparison (reported by @m2-assistant[bot]) has been fixed in #29458 by @bricht in 2.4-develop branch Related commits: 1. 9cf55e5 2. 289af76 - #29496: UI : Time field element in admin (reported by @sankalpshekhar) has been fixed in #29511 by @konarshankar07 in 2.4-develop branch Related commits: 1. 23b5a24 2. 3723b61 - #29525: [Issue] fix fatal error when exception was thrown (reported by @m2-assistant[bot]) has been fixed in #29483 by @rafal-kos in 2.4-develop branch Related commits: 1. 8b8e496 - #29606: [Issue] improve exception handling in Layout render (reported by @m2-assistant[bot]) has been fixed in #27478 by @fsw in 2.4-develop branch Related commits: 1. 9565c44 2. ab74f29 3. c30dd60 - #24060: Terms and Conditions label doesn't fit longer texts (reported by @DanieliMi) has been fixed in #29413 by @Bartlomiejsz in 2.4-develop branch Related commits: 1. 5a0680c - #29416: [Issue] Changed misunderstanding title (reported by @m2-assistant[bot]) has been fixed in #29410 by @angelo983 in 2.4-develop branch Related commits: 1. 209018c 2. afdcc93 3. e2b6d33 - #1711: Clear static content when enabling new module from CLI (reported by @markoshust) has been fixed in #29435 by @jmonteros422 in 2.4-develop branch Related commits: 1. 11d0a35 2. 25133c5 3. c72447f 4. 73d032f 5. 36427dc
- Loading branch information
Showing
66 changed files
with
1,329 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
...alogUi/Test/Mftf/ActionGroup/AssertAdminMediaGalleryAssetFilterPlaceHolderActionGroup.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> | ||
<actionGroup name="AssertAdminMediaGalleryAssetFilterPlaceHolderActionGroup"> | ||
<annotations> | ||
<description>Assert asset filter placeholder value</description> | ||
</annotations> | ||
<arguments> | ||
<argument name="filterPlaceholder" type="string"/> | ||
</arguments> | ||
|
||
<seeElement selector="{{AdminMediaGalleryCatalogUiCategoryGridSection.activeFilterPlaceholder(filterPlaceholder)}}" stepKey="assertFilterPLaceHolder" /> | ||
</actionGroup> | ||
</actionGroups> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
app/code/Magento/MediaGalleryCatalogUi/Ui/Component/Listing/Columns/InMenu.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?php | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
namespace Magento\MediaGalleryCatalogUi\Ui\Component\Listing\Columns; | ||
|
||
use Magento\Ui\Component\Listing\Columns\Column; | ||
|
||
/** | ||
* Class InMenu column for Category grid | ||
*/ | ||
class InMenu extends Column | ||
{ | ||
/** | ||
* Prepare data source. | ||
* | ||
* @param array $dataSource | ||
* @return array | ||
*/ | ||
public function prepareDataSource(array $dataSource) | ||
{ | ||
if (isset($dataSource['data']['items'])) { | ||
$fieldName = $this->getData('name'); | ||
foreach ($dataSource['data']['items'] as & $item) { | ||
if (isset($item[$fieldName]) && $item[$fieldName] == 1) { | ||
$item[$fieldName] = 'Yes'; | ||
} else { | ||
$item[$fieldName] = 'No'; | ||
} | ||
} | ||
} | ||
|
||
return $dataSource; | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
app/code/Magento/MediaGalleryCatalogUi/Ui/Component/Listing/Columns/IsActive.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?php | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
namespace Magento\MediaGalleryCatalogUi\Ui\Component\Listing\Columns; | ||
|
||
use Magento\Ui\Component\Listing\Columns\Column; | ||
|
||
/** | ||
* Class IsActive column for Category grid | ||
*/ | ||
class IsActive extends Column | ||
{ | ||
/** | ||
* Prepare data source. | ||
* | ||
* @param array $dataSource | ||
* @return array | ||
*/ | ||
public function prepareDataSource(array $dataSource) | ||
{ | ||
if (isset($dataSource['data']['items'])) { | ||
$fieldName = $this->getData('name'); | ||
foreach ($dataSource['data']['items'] as & $item) { | ||
if (isset($item[$fieldName]) && $item[$fieldName] == 1) { | ||
$item[$fieldName] = 'Yes'; | ||
} else { | ||
$item[$fieldName] = 'No'; | ||
} | ||
} | ||
} | ||
|
||
return $dataSource; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+820 Bytes
.../MediaGalleryCatalogUi/view/adminhtml/web/images/category/placeholder/image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.