-
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-devel…
…op latest changes Accepted Community Pull Requests: - #30057: #1833: Add ability to disable renditions functionality to stores configuration (by @joweecaquicla) - #29794: Fix issue product name in minicart render wrong with special characters (by @mrtuvn) - #30034: #1830: Stabilize AdminMediaGalleryCatalogUiVerifyUsedInLinkProductGridTest and AdminMediaGalleryCatalogUiUsedInCategoryFilterTest (by @joweecaquicla) - #29814: Fix of Asynchronous opetations status issue (by @nuzil) - #29972: Update zip_codes.xml (by @marcostrama) - #28818: Improvement PageLayout Config Builder. Added save in cache config files. (by @Knase) - #29081: Fix for wildcard section reload being broken by section-config refacor (by @complexthings) - #29080: UPS Shipment Tracking: Show "Delivered On" only when package has actually been delivered (by @danbtl) - #28164: Prevent side effect on category objects store_id and url_key on save (by @schmengler) - #27980: Fix SQL query quoting/casting when type is passed to where function (by @tmotyl) - #30095: Added configuration for Stale Issue bot (by @sdzhepa) Fixed GitHub Issues: - #29075: Minicart product name - not covered cases (reported by @Januszpl) has been fixed in #29794 by @mrtuvn in 2.4-develop branch Related commits: 1. 9df9db2 - #29718: Wrong handling some of asynchronous bulk operations and related mysql queue messages in Magento 2.4.0 (reported by @Neos2007) has been fixed in #29814 by @nuzil in 2.4-develop branch Related commits: 1. 09b63c7 2. 2450b14 3. 77d62ef 4. 4da31ea 5. a0e65ed 6. 5c87afe - #29984: [Issue] Update zip_codes.xml (reported by @m2-assistant[bot]) has been fixed in #29972 by @marcostrama in 2.4-develop branch Related commits: 1. 1472740 2. 16b8d6a 3. 65b5ee4 4. c336ccc 5. 2f94846 - #29546: [Issue] Improvement PageLayout Config Builder. Added save in cache config files. (reported by @m2-assistant[bot]) has been fixed in #28818 by @Knase in 2.4-develop branch Related commits: 1. f2468b5 2. cc2c5b9 3. 26b41af 4. eeecdf7 5. 2ac6e0c 6. 276cb1c - #28154: [Backward compatibility] Customer section load with one section causes an error (reported by @zhartaunik) has been fixed in #29081 by @complexthings in 2.4-develop branch Related commits: 1. 4f10b5d 2. 1505a36 3. ff99146 4. 8047497 5. dd862a2 6. cdfc681 7. c2e254c 8. c490073 9. 176013f 10. 2922c1c 11. f7da23e 12. 3b397e3 13. 6f9a274 14. 5de71f6 15. fd4a2c7 16. fae1c5c - #28428: Customer data not retrieved after executing a custom login controller (reported by @pitbulk) has been fixed in #29081 by @complexthings in 2.4-develop branch Related commits: 1. 4f10b5d 2. 1505a36 3. ff99146 4. 8047497 5. dd862a2 6. cdfc681 7. c2e254c 8. c490073 9. 176013f 10. 2922c1c 11. f7da23e 12. 3b397e3 13. 6f9a274 14. 5de71f6 15. fd4a2c7 16. fae1c5c - #29659: [Issue] UPS Shipment Tracking: Show "Delivered On" only when package has actually been delivered (reported by @m2-assistant[bot]) has been fixed in #29080 by @danbtl in 2.4-develop branch Related commits: 1. 5031159 2. 123a4f0 - #29585: [Issue] Prevent side effect on category objects store_id and url_key on save (reported by @m2-assistant[bot]) has been fixed in #28164 by @schmengler in 2.4-develop branch Related commits: 1. 7bd5e25 2. 8bcd2fa 3. 87c5c60 4. 31c5963 5. c051134 6. 6083a7c - #29590: [Issue] Fix SQL query quoting/casting when type is passed to where function (reported by @m2-assistant[bot]) has been fixed in #27980 by @tmotyl in 2.4-develop branch Related commits: 1. 0118d48 2. b8dd6b3 3. 6c41578 4. 4860f31 5. a103b64
- Loading branch information
Showing
35 changed files
with
991 additions
and
110 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Configuration for probot-stale - https://github.com/probot/stale | ||
|
||
# Number of days of inactivity before an Issue or Pull Request becomes stale | ||
daysUntilStale: 76 | ||
|
||
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. | ||
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. | ||
daysUntilClose: 14 | ||
|
||
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) | ||
onlyLabels: [] | ||
|
||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable | ||
exemptLabels: | ||
- "Priority: P0" | ||
- "Priority: P1" | ||
- "Priority: P2" | ||
- "Progress: dev in progress" | ||
- "Progress: PR in progress" | ||
- "Progress: done" | ||
- "B2B: GraphQL" | ||
- "Progress: PR Created" | ||
- "PAP" | ||
- "Project: Login as Customer" | ||
- "Project: GraphQL" | ||
|
||
# Set to true to ignore issues in a project (defaults to false) | ||
exemptProjects: false | ||
|
||
# Set to true to ignore issues in a milestone (defaults to false) | ||
exemptMilestones: false | ||
|
||
# Set to true to ignore issues with an assignee (defaults to false) | ||
exemptAssignees: false | ||
|
||
# Label to use when marking as stale | ||
staleLabel: "stale issue" | ||
|
||
# Comment to post when marking as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed after 14 days if no further activity occurs. Thank you | ||
for your contributions. | ||
# Comment to post when removing the stale label. | ||
# unmarkComment: > | ||
# Your comment here. | ||
|
||
# Comment to post when closing a stale Issue or Pull Request. | ||
# closeComment: > | ||
# Your comment here. | ||
|
||
# Limit the number of actions per hour, from 1-30. Default is 30 | ||
limitPerRun: 30 | ||
|
||
# Limit to only `issues` or `pulls` | ||
only: issues | ||
|
||
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': | ||
# pulls: | ||
# daysUntilStale: 30 | ||
# markComment: > | ||
# This pull request has been automatically marked as stale because it has not had | ||
# recent activity. It will be closed if no further activity occurs. Thank you | ||
# for your contributions. | ||
|
||
# issues: | ||
# exemptLabels: | ||
# - confirmed |
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
34 changes: 34 additions & 0 deletions
34
app/code/Magento/Checkout/view/frontend/web/js/view/cart-item-renderer.js
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,34 @@ | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
|
||
define([ | ||
'uiComponent' | ||
], function (Component) { | ||
'use strict'; | ||
|
||
return Component.extend({ | ||
/** | ||
* Prepare the product name value to be rendered as HTML | ||
* | ||
* @param {String} productName | ||
* @return {String} | ||
*/ | ||
getProductNameUnsanitizedHtml: function (productName) { | ||
// product name has already escaped on backend | ||
return productName; | ||
}, | ||
|
||
/** | ||
* Prepare the given option value to be rendered as HTML | ||
* | ||
* @param {String} optionValue | ||
* @return {String} | ||
*/ | ||
getOptionValueUnsanitizedHtml: function (optionValue) { | ||
// option value has already escaped on backend | ||
return optionValue; | ||
} | ||
}); | ||
}); |
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
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
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
Oops, something went wrong.