Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Forwardport] #7903 correct the position of the datepicker when you scroll #24

Merged
merged 57 commits into from
Jul 13, 2018

Conversation

hitesh-wagento
Copy link
Owner

Original Pull Request

magento#12045

Description

Change less styles for field-control so datepicker fields do not appear out of place

Fixed Issues (if relevant)

  1. Datepicker does not scroll magento/magento2#7903: Datepicker does not scroll

Manual testing scenarios

As described in the issue

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)

Alex Paliarush and others added 30 commits July 2, 2018 16:39
- Added mutation support
- Added GraphQL functional test as an example of how to add mutations
magento#16487

 - Merge Pull Request magento#16487 from gelanivishal/magento2:2.3-develop-PR-port-12314
 - Merged commits:
   1. 9074980
- Added temporary placeholder field to Mutations
…nto#16562

 - Merge Pull Request magento#16562 from gelanivishal/magento2:2.3-develop-PR-port-15320
 - Merged commits:
   1. 1acd06f
   2. 2651be3
…s when amount less than group size magento#16588

 - Merge Pull Request magento#16588 from vkublytskyi/magento2:int-currency-format
 - Merged commits:
   1. e2c4aca
To be able to select whether to have the cross-sell active on the cart
page an admin configuration is created under Stores > Configuration >
Sales > Checkout > Shopping Cart.

The default for this setting is set to Yes (Show cross-sell items). This
is for backwards compatibility and not have webshop owners accidentally
not showing these items.

Because this is now sorted as the 3rd configuration in this
section/group the extra configurations for the grouped product image and
the configurable product image are now also increased.

This feature will make it possible to have this cross-sell turned off
during special sales, A/B testing or in a specific store view.
…ording to the… magento#16613

 - Merge Pull Request magento#16613 from gelanivishal/magento2:2.3-develop-PR-port-16250
 - Merged commits:
   1. b7b03f9
magento#16630

 - Merge Pull Request magento#16630 from ronak2ram/magento2:2.3-develop-PR-port-16010
 - Merged commits:
   1. e4b7eef
   2. 08051c0
…name generation magento#16663

 - Merge Pull Request magento#16663 from mageprince/magento2:2.3-develop-PR-port-15144
 - Merged commits:
   1. 2816764
   2. 2d31c1d
   3. e7677e8
   4. ca3c79c
   5. 311f8ca
   6. 1782c54
   7. 94e0e25
   8. 831e58c
   9. 742ad8c
 - Merge Pull Request magento#16687 from sanganinamrata/magento2:2.3-develop-PR-port-16549
 - Merged commits:
   1. 7544c3d
mageprince and others added 27 commits July 11, 2018 00:01
 - Merge Pull Request magento/graphql-ce#114 from magento/graphql-ce:grqphql-mutations-74
 - Merged commits:
   1. db3f2c7
   2. eb2a5a3
…_Theme, Magento_Newsletter and Magento_Tax magento#16699

 - Merge Pull Request magento#16699 from mageprince/magento2:mageprince-2.3-patch-fix-theme-newsletter-tax
 - Merged commits:
   1. f4496e9
   2. e31a8c3
   3. f30b65e
   4. 6cb335d
…er modules magento#16701

 - Merge Pull Request magento#16701 from mageprince/magento2:mageprince-2.3-patch-fix-other-files
 - Merged commits:
   1. f4496e9
   2. b798f31
…_Sales and Magento_Paypal magento#16698

 - Merge Pull Request magento#16698 from mageprince/magento2:mageprince-2.3-patch-fix-sales-paypal
 - Merged commits:
   1. f4496e9
   2. a6a0d5b
…nto#16569

 - Merge Pull Request magento#16569 from arnoudhgz/magento2:feature/make-related-products-in-checkout-configurable
 - Merged commits:
   1. 516566a
   2. adcb99d
Accepted Public Pull Requests:
 - magento/graphql-ce#114: Mutations Prototype (POC) magento#74 (by @paliarush)
 - magento#16699: Declare module namespace before template path in Magento_Theme,  Magento_Newsletter and Magento_Tax (by @mageprince)
 - magento#16701: Declare module namespace before template path in all other modules (by @mageprince)
 - magento#16698: Declare module namespace before template path in Magento_Sales and Magento_Paypal (by @mageprince)
 - magento#16687: [Forwardport] Corrected function comment (by @sanganinamrata)
 - magento#16663: [Forwardport] Fixed Issue magento#11354 Merged CSS file name generation (by @mageprince)
 - magento#16588: [Forwardport] Fix of invalid price for integer currencies when amount less than group size (by @vkublytskyi)
 - magento#16562: [Forwardport] Coupon API not working for guest user (by @gelanivishal)
 - magento#16630: [Forwardport] Small refactoring to better code readability (by @ronak2ram)
 - magento#16613: Update Israeli ZIP code mask, 7 digits instead of 5 ,according to the� (by @gelanivishal)
 - magento#16569: Make it possible to disable cross-sell on cart page (by @arnoudhgz)
 - magento#16487: [Forwardport] Prevent layout cache corruption in edge case (by @gelanivishal)


Fixed GitHub Issues:
 - magento#11354: Merged CSS file name generation (reported by @pmoreno1980) has been fixed in magento#16663 by @mageprince in 2.3-develop branch
   Related commits:
     1. 2816764
     2. 2d31c1d
     3. e7677e8
     4. ca3c79c
     5. 311f8ca
     6. 1782c54
     7. 94e0e25
     8. 831e58c
     9. 742ad8c

 - magento#11717: Wrong price amount on product page (reported by @HirokazuNishi) has been fixed in magento#16588 by @vkublytskyi in 2.3-develop branch
   Related commits:
     1. e2c4aca

 - magento#14056: Coupon API not working for guest user (reported by @gnanasekaranl) has been fixed in magento#16562 by @gelanivishal in 2.3-develop branch
   Related commits:
     1. 1acd06f
     2. 2651be3
[borg] MAGETWO-64854: Incorrect Refund Logic with Enterprise Rewards can allow for double-refunds
@hitesh-wagento hitesh-wagento merged this pull request into 2.3-develop Jul 13, 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.