Commit c61a2c6
authored
🔃 [Magento Community Engineering] Community Contributions
Accepted Community Pull Requests:
- #26641: Correct doc url added to README (by @rishatiwari)
- #26569: 17847 Fixed wrong state title (by @Usik2203)
- #26635: ProductToolbarTypoFix: Grit Typo Fix (by @sanchit-cueblocks)
- #26542: Typo Mistake (by @mayankzalavadia)
- #25742: Http adapter curl missing delete method (by @jimuld)
- #26476: magento/magento2#: Remove a redundant call to DB for guest session (by @atwixfirster)
- #26213: SEO: Do not follow links on filter options (by @paveq)
- #26451: Add frontend template hints status command (by @WaPoNe)
- #26430: Unit Test for Magento\Sitemap\Model\Config\Backend\Priority (by @karyna-tsymbal-atwix)
- #26399: Issue #26332 BeforeOrderPaymentSaveObserver override payment instructions (by @karyna-tsymbal-atwix)
- #24648: reduce reset data actions on DeploymentConfig (by @georgebabarus)
- #26007: #25591 & character in SKUs is shown as & in current variations li� (by @KaushikChavda)
- #25851: Fix SearchResult isCacheable performance (by @wigman)
- #25324: 13865 safari block cookies breaks javascript scripts (by @raulvOnestic91)
- #24485: Fix return type of price currency format method (by @avstudnitz)
- #26568: Action group added for existing test (by @ajithkumar-maragathavel)
- #26574: Cover Search Term Entity Redirect Works on Store Front by MFTF Test (by @DmitryTsymbal)
- #26462: Escape dollar sign for saving content into crontab (by @Erfans)
- #26496: [CurrencySymbol] Fixing the disabled currency inputs (by @eduard13)
- #26533: Github #26532: di:setup:compile fails with anonymous classes (by @joni-jones)
- #25860: Add mass action to invalidate indexes via admin (by @fredden)
- #26579: Unit test for Magento\Reports\Observer\CheckoutCartAddProductObserver (by @karyna-tsymbal-atwix)
Fixed GitHub Issues:
- #17847: Wrong State Title, Displaying Status Label Rather than State (reported by @sskulkarni) has been fixed in #26569 by @Usik2203 in 2.4-develop branch
Related commits:
1. e3c203a
2. 4e94687
3. 1000bcd
4. ad184d2
5. 6e2d0c8
6. 5474b5f
- #26332: BeforeOrderPaymentSaveObserver override payment insructions with wrong store view config (reported by @bernd-reindl) has been fixed in #26399 by @karyna-tsymbal-atwix in 2.4-develop branch
Related commits:
1. 364b51a
- #25591: & character in SKUs is shown as & in current variations list on configurable products (reported by @m1k3lm) has been fixed in #26007 by @KaushikChavda in 2.4-develop branch
Related commits:
1. b3e6049
2. 29d6a0f
3. 6540136
4. 198d216
5. 9692771
6. d2c8006
7. 861f492
- #13865: Safari "Block all cookies" setting breaks JavaScript scripts (reported by @krzksz) has been fixed in #25324 by @raulvOnestic91 in 2.4-develop branch
Related commits:
1. b6bd937
2. 7e527d8
3. 60117ee
4. 0c7ac0c
5. 7316201
6. ab7c9dc
7. 0ed2bcd
8. 1692711
9. 78e1386
10. 1b1c8bf
11. 14112c0
12. f7d9193
- #21555: Anonyomus classes in 2.3 (test data provider) (reported by @oskar1233) has been fixed in #26533 by @joni-jones in 2.4-develop branch
Related commits:
1. fd3f2a2
2. 136d559
3. 25fd925
4. e165d99
- #26532: di:setup:compile fails with anonymous classes (reported by @joni-jones) has been fixed in #26533 by @joni-jones in 2.4-develop branch
Related commits:
1. fd3f2a2
2. 136d559
3. 25fd925
4. e165d99File tree
69 files changed
+1902
-348
lines changed- app/code/Magento
- Catalog/Block/Product/ProductList
- Cms/Test/Mftf
- ActionGroup
- Test
- ConfigurableProduct/view/adminhtml/web/js/components
- CurrencySymbol
- Test/Mftf
- ActionGroup
- Page
- Section
- Test
- view/adminhtml
- templates
- web/js
- Customer
- Model
- Test/Unit/Model
- Developer
- Console/Command
- Test/Unit/Console/Command
- etc
- Indexer
- Controller/Adminhtml
- Indexer
- Test/Unit/Controller/Adminhtml/Indexer
- etc
- i18n
- view/adminhtml/layout
- OfflinePayments
- Observer
- Test/Unit/Observer
- Reports/Test/Unit/Observer
- Sales
- Block
- Adminhtml/Order/Creditmemo/Create
- Status/Grid/Column
- Test/Unit
- Block/Status/Grid/Column
- Model/Order
- Search
- Model
- ResourceModel/Query
- Test
- Mftf
- ActionGroup
- Section
- Test
- Unit/Model
- Sitemap/Test/Unit/Model/Config/Backend
- Swatches/view/frontend/templates/product/layered
- Theme/view/frontend
- layout
- templates/js
- web/js
- dev/tests
- integration/testsuite/Magento/Developer/Model/Logger/Handler
- js/jasmine/tests/app/code/Magento
- ConfigurableProduct/view/adminhtml/web/js/components
- Theme/view/frontend/web/js
- lib/internal/Magento/Framework
- App
- Test/Unit
- Crontab
- Test/Unit
- HTTP/Adapter
- Module
- Test/Unit
- Pricing
- phpserver
- setup/src/Magento/Setup
- Module/Di/Code/Scanner
- Test/Unit
- Console/Command
- Module/Di
- Code
- Reader
- Scanner
- _files/app/code/Magento/SomeModule/Model
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+1902
-348
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
Lines changed: 19 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 | + | |
Lines changed: 24 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 | + | |
Lines changed: 21 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 | + | |
Lines changed: 4 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
47 | 32 | | |
48 | 33 | | |
49 | 34 | | |
| |||
app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/components/dynamic-rows-configurable.js
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
| 408 | + | |
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| |||
Lines changed: 15 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 | + | |
Lines changed: 19 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 | + | |
Lines changed: 14 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 | + | |
Lines changed: 14 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 | + | |
0 commit comments