Skip to content

Various fixes in Magento 2 core to support MSI#705

Closed
naydav wants to merge 2963 commits into
developfrom
msi-core-changes-no-history
Closed

Various fixes in Magento 2 core to support MSI#705
naydav wants to merge 2963 commits into
developfrom
msi-core-changes-no-history

Conversation

@naydav
Copy link
Copy Markdown

@naydav naydav commented Mar 21, 2018

No description provided.

Stanislav Idolov and others added 30 commits March 15, 2018 12:48
 - merged latest code from mainline branch
 - merged latest code from mainline branch
Accepted Public Pull Requests:
 - magento-engcom/php-7.2-support#89: Replace ZF1 Zend_Feed with ZF2/3 Zend\Feed (by @bbatsche)
 - magento-engcom/magento2ce#1452: [2.3] Add a CodeTriage badge to magento/magento2 (by @ishakhsuvarov)
 - magento/magento2#13809: Return status in console commands (by @simpleadm)
Use universal pub/media storage root
…ture-CMS-Images' into MAGETWO-87986-Media-Folder-Structure-CMS-Images
Add mage/adminhtml/tools dependency
…ture-CMS-Images' into MAGETWO-87986-Media-Folder-Structure-CMS-Images
Stabilize integration tests
Stanislav Idolov and others added 15 commits March 21, 2018 09:35
[TSG] Upporting for 2.3 (pr6) (2.3.0)
 - merged latest code from mainline branch
Accepted Public Pull Requests:
 - magento/magento2#14210: [Forwardport] Inconsistent Redirect in Admin Notification Controller (by @dimonovp)
 - magento/magento2#14209: [Forwardport] Invoice grid shows wrong subtotal for partial items invoice. It shows order's subtotal instead if invoiced item's subtotal (by @AlexWorking)
 - magento/magento2#14207: [Forwardport] Make scope parameters of methods to save/delete config optional (by @mastiuhin-olexandr)
 - magento/magento2#14205: [Forwardport] Allow changing head and body element through xml layout updates (by @dimonovp)
 - magento/magento2#14204: [Forwardport] resolved default country selection issue while creating new customer � #5 (by @rostyslav-hymon)
 - magento/magento2#14203: [Forwardport] Use event object in 'ajax:addToCart' trigger when adding a product to the cart (by @mastiuhin-olexandr)
 - magento/magento2#14199: [Forwardport] Issue-13768 Fixed error messages on admin user account page after redirect for force password change (by @dimonovp)
 - magento/magento2#14194: [Forwardport] [FIX] small refactoring and removing not using variable from templates (by @mastiuhin-olexandr)
 - magento/magento2#14192: [Forwardport] magento/magento2#13820: IE11 minicart not updating on configurable pr� (by @mastiuhin-olexandr)
 - magento/magento2#14191: [Forwardport] Removed unnecessary protected member variables. (by @dimonovp)
 - magento/magento2#14190: [Forwardport] Modify Report processor to return 500 (by @AlexWorking)
 - magento/magento2#14185: [Forwardport] Added missing event parameter for proxy function on the search form submit (by @dimonovp)
 - magento/magento2#14184: [Forwardport] Add @api annotation to block argument marker interface (by @dimonovp)
 - magento/magento2#14214: [Forwardport] Fix $useCache for container child blocks (by @rostyslav-hymon)
 - magento/magento2#14212: [Forwardport] Fix typo in securityCheckers array (by @AlexWorking)
 - magento/magento2#14215: [Forwardport] #13899 Solve Canada Zip Code pattern (by @AlexWorking)
 - magento/magento2#14216: [Forwardport] Fix cache issue for currencies with no symbol (by @dimonovp)
 - magento/magento2#14213: [Forwardport] Added alias to block 'product.info.description' (by @mastiuhin-olexandr)


Fixed GitHub Issues:
 - magento/magento2#13804: Invoice grid shows wrong subtotal for partial items invoice. It shows order's subtotal instead if invoiced item's subtotal (reported by @ankurvr) has been fixed in magento/magento2#14209 by @AlexWorking in 2.3-develop branch
   Related commits:
     1. 0bfc3e1

 - magento/magento2#4454: CMS Page with <head> in layout update xml (reported by @zhiyicai) has been fixed in magento/magento2#14205 by @dimonovp in 2.3-develop branch
   Related commits:
     1. 822c6e9

 - magento/magento2#3483: Default country selection issue while creating new customer from backend (reported by @keyurshah070) has been fixed in magento/magento2#14204 by @rostyslav-hymon in 2.3-develop branch
   Related commits:
     1. 255b682
     2. e37ae24

 - magento/magento2#13768: Expired backend password - Attention: Something went wrong (reported by @janssensjelle) has been fixed in magento/magento2#14199 by @dimonovp in 2.3-develop branch
   Related commits:
     1. 4df41e1

 - magento/magento2#13820: IE11 minicart not updating on configurable product page (ES6) (reported by @Pumppa) has been fixed in magento/magento2#14192 by @mastiuhin-olexandr in 2.3-develop branch
   Related commits:
     1. 6d4065a

 - magento/magento2#11512: Incorrect use of 503 status code (reported by @andrewhowdencom) has been fixed in magento/magento2#14190 by @AlexWorking in 2.3-develop branch
   Related commits:
     1. 72c502f

 - magento/magento2#13791: Submitting search form (mini) with empty value throws error on preventDefault (reported by @koenner01) has been fixed in magento/magento2#14185 by @dimonovp in 2.3-develop branch
   Related commits:
     1. 808487b

 - magento/magento2#13899: Postal code (zip code) for Canada should allow postal codes without space (reported by @sl02) has been fixed in magento/magento2#14215 by @AlexWorking in 2.3-develop branch
   Related commits:
     1. c87b104
     2. ac37727
     3. bda63c7
     4. cb04f93
@vrann vrann added this to the MSI Part I milestone Mar 21, 2018
@naydav
Copy link
Copy Markdown
Author

naydav commented Mar 22, 2018

Closed
Will be pulled with mainline

@naydav naydav closed this Mar 22, 2018
magento-devops-reposync-svc pushed a commit that referenced this pull request Feb 26, 2026
Mainline Feb-26 - Migrate in-store-pickup email to strict mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.