Skip to content

2.2 develop#1

Merged
RostislavS merged 8708 commits intoRostislavS:2.2-developfrom
magento:2.2-develop
Nov 1, 2018
Merged

2.2 develop#1
RostislavS merged 8708 commits intoRostislavS:2.2-developfrom
magento:2.2-develop

Conversation

@RostislavS
Copy link
Owner

Description

Fixed Issues (if relevant)

  1. magento/magento2#<issue_number>: Issue title
  2. ...

Manual testing scenarios

  1. ...
  2. ...

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

strell and others added 30 commits October 17, 2018 00:01
Updates `getHostUrl()` method to reference `HTTP_HOST` rather than `SERVER_PORT`.
…18656

 - Merge Pull Request #18656 from gelanivishal/magento2:2.2-develop-PR-port-18522
 - Merged commits:
   1. f7d8edd
   2. af1e20e
…ed var error #18657

 - Merge Pull Request #18657 from gelanivishal/magento2:2.2-develop-PR-port-18529
 - Merged commits:
   1. e6dedb7
   2. c2a2a10
   3. c77ffb8
…rors #18659

 - Merge Pull Request #18659 from gelanivishal/magento2:2.2-develop-PR-port-18393
 - Merged commits:
   1. ef426a7
   2. 774a8a2
   3. 763be49
# Conflicts:
#	app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml
#	app/code/Magento/Store/Test/Mftf/Data/WebsiteData.xml
Stanislav Idolov and others added 29 commits October 29, 2018 16:16
 - Merge Pull Request #18372 from neeta-wagento/magento2:resolve-typo-despatch-event
 - Merged commits:
   1. 5937495
   2. e878105
   3. 6178035
   4. 2647a89
Accepted Public Pull Requests:
 - #18917: Fixed-Global-search icon misaligned (by @speedy008)
 - #18591: [Backport] Fix SKU limit in import new products (by @ravi-chandra3197)
 - #18862: [Backport] Adding trimming sku value function to sku backend model. (by @gelanivishal)
 - #18865: fixed issue #18458 : Alert widget gets close when click anywhere on screen #18576 (by @Shubham-Webkul)
 - #18886: [Backport] fixed Translation issue send-friend in send.phtml (by @rahulwebkul)


Fixed GitHub Issues:
 - #18913: Global-search icon misaligned  (reported by @speedy008) has been fixed in #18917 by @speedy008 in 2.2-develop branch
   Related commits:
     1. 3cbc255

 - #17865: import new products via csv: products are created with empty value when strings are too long (reported by @LouNik1984) has been fixed in #18591 by @ravi-chandra3197 in 2.2-develop branch
   Related commits:
     1. e59dee0
     2. a10f074
     3. ad68105

 - #12300: SKU values are not trimmed with the space. (reported by @ShaileshChauhan92) has been fixed in #18862 by @gelanivishal in 2.2-develop branch
   Related commits:
     1. 109a27e

 - #16572: Trim whitespace on SKU when saving product (reported by @Zyles) has been fixed in #18862 by @gelanivishal in 2.2-develop branch
   Related commits:
     1. 109a27e

 - #18458: Magento version 2.2.6 Alert widget gets close when click anywhere on screen (reported by @asgarh) has been fixed in #18865 by @Shubham-Webkul in 2.2-develop branch
   Related commits:
     1. f59bc17
     2. 06b243f
     3. c3bc361
     4. 26a9520
     5. 87167e7
     6. c6586ab
     7. d40a26c
     8. 84c7391
     9. e1483f6
     10. 3b2e4e4
     11. 7dc2d1b

 - #18779: Translation issue send-friend in sendphtml (reported by @Franzld) has been fixed in #18886 by @rahulwebkul in 2.2-develop branch
   Related commits:
     1. 443e681
Accepted Public Pull Requests:
 - #18874: [Backport] Fixed issue #4468 "Unable to insert multiple catalog product list wid� (by @gelanivishal)
 - #18287: Ensure integer values are not quoted as strings (by @udovicic)
 - #17978: #17488 Fix Authenticating a customer via REST API does not update the last logged in data (by @prakashpatel07)


Fixed GitHub Issues:
 - #4468: Unable to insert multiple catalog product list widgets in CMS page (reported by @kandrejevs) has been fixed in #18874 by @gelanivishal in 2.2-develop branch
   Related commits:
     1. 3f17772

 - #17488: Authenticating a customer via REST API does not update the last logged in data (reported by @paul-blundell) has been fixed in #17978 by @prakashpatel07 in 2.2-develop branch
   Related commits:
     1. d73e84f
     2. 9a4f260
     3. 55047c7
     4. da2c920
     5. e8636ef
     6. 141b0e4
…n Wishlist product edit page #18967

 - Merge Pull Request #18967 from webkul-ratnesh/magento2:issue-18555-2.2-dev
 - Merged commits:
   1. 2bb0329
Accepted Public Pull Requests:
 - #18372: Resolve typo despatch event (by @neeta-wagento)
 - #18863: [Backport] #17744 Adding logic to get default billing address used on Cart and Checkout (by @gelanivishal)
 - #18870: [Backport] ISSUE-5021 - fixed place order for custom shipping methods with under� (by @gelanivishal)
 - #18872: [Backport] Allow set billing information via API with existing address (by @gelanivishal)


Fixed GitHub Issues:
 - #18355: Typo in dispatched event name (reported by @MTheProgrammer) has been fixed in #18372 by @neeta-wagento in 2.2-develop branch
   Related commits:
     1. 5937495
     2. e878105
     3. 6178035
     4. 2647a89

 - #17744: Virtual-only quotes use default shipping address for estimation instead of default billing address (reported by @navarr) has been fixed in #18863 by @gelanivishal in 2.2-develop branch
   Related commits:
     1. b57ae01
     2. f7a8160
     3. f3f9cff
     4. 3836bd2
     5. d88d133
     6. 7116fed

 - #5021: "Please specify a shipping method" Exception (reported by @vphat28) has been fixed in #18870 by @gelanivishal in 2.2-develop branch
   Related commits:
     1. 70cebbd

 - #17485: Adding billing information via mine API expects costumer id (reported by @wittyvishwas) has been fixed in #18872 by @gelanivishal in 2.2-develop branch
   Related commits:
     1. fdf855c
[performance] MAGETWO-95206: Investigate all becnhmark improvements delivery to infra mainline
 - merged latest code from mainline branch
[TSG] Backporting for 2.2 (pr51) (2.2.8)
 - merged latest code from mainline branch
Accepted Public Pull Requests:
 - #18967: fixed - Magento 2.2.6 Default values are not rendering on Wishlist product edit page (by @webkul-ratnesh)
 - #18873: [Backport] Prevent exception when option text converts to false (by @gelanivishal)
 - #18875: [Backport] Sections LESS mixins: fix the issue with missing rules and incorrect default variables (by @gelanivishal)


Fixed GitHub Issues:
 - #18555: Magento 2.2.6 Default values are not rendering on Wishlist product edit page. (reported by @kirtinariya1) has been fixed in #18967 by @webkul-ratnesh in 2.2-develop branch
   Related commits:
     1. 2bb0329

 - #13083: OptionManagement.validateOption throws NoSuchEntityException for "0" option label (reported by @rzinnatullin) has been fixed in #18873 by @gelanivishal in 2.2-develop branch
   Related commits:
     1. 06ca13a

 - #18729: Bug in "_sections.less" mixins: missing rules and incorrect default variables (reported by @dmytro-ch) has been fixed in #18875 by @gelanivishal in 2.2-develop branch
   Related commits:
     1. 999e79f
     2. 5333810
@RostislavS RostislavS merged commit 468f245 into RostislavS:2.2-develop Nov 1, 2018
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.