Skip to content

2.2 develop-update branch #3

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

Merged
merged 176 commits into from
Nov 14, 2018
Merged

Conversation

speedy008
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)

p-bystritsky and others added 30 commits January 5, 2018 18:08
…StatusLabel()

\Magento\Sales\Model\Order\Config::getStatusLabel(), used by template email was forcing the usage of getLabel() when in adminhtml area.
I added a new method getFrontendStatusLabel() in \Magento\Sales\Model\Order and modified email template files to use it instead of the original implementation.
I did not modify the original implementation because still in use by backend and frontend.
Changed test method to fit the new implementation of the class method
Add logging of exception
Add logging of exception
 - Merge Pull Request #16887 from iGerchak/magento2:patch-2
 - Merged commits:
   1. 99c1408
   2. 85660e6
   3. 3bf066a
 - Merge Pull Request #17915 from magently/magento2:fix/addExpresion
 - Merged commits:
   1. e9451e0
   2. 29680f7
   3. 5a702ef
…ento-engcom-magento2ce-1169

# Conflicts:
#	app/code/Magento/GroupedProduct/Model/Product/Type/Grouped.php
… value of "GB" provided for the regionId field.
magento-engcom-team and others added 25 commits November 9, 2018 12:00
Accepted Public Pull Requests:
 - #19110: [Backport] Add additional check if password hash is empty in auth process (by @agorbulin)
 - #19105: #18840: Invalid Unit Test Annotations. (by @swnsma)
 - #19089: magento/magento#18901: Forgot password form should not available while customer is logged in. (by @swnsma)
 - #19073: #19071: Password strength indicator shows No Password� (by @dimasalamatov)
 - #18649: [Backport] Issue Fixed: Missing Fixed Product Tax total on PDF (by @maheshWebkul721)
 - #18815: [Backoport] Issue Fixed: Backups error from User Roles Permission 2.2.6 (by @maheshWebkul721)
 - #18461: fix  Fatal Error when save configurable product in Magento 2.2.5 #18082 (by @thiagolima-bm)


Fixed GitHub Issues:
 - #19060: User created by admin cannot login (reported by @tomekjordan) has been fixed in #19110 by @agorbulin in 2.2-develop branch
   Related commits:
     1. 35c2345

 - #18840: Invalid Unit Test Annotations (reported by @okorshenko) has been fixed in #19105 by @swnsma in 2.2-develop branch
   Related commits:
     1. 252a0ed

 - #18901: Forgot password form should not available while customer is logged in. (reported by @webkul-ratnesh) has been fixed in #19089 by @swnsma in 2.2-develop branch
   Related commits:
     1. a651b31

 - #18617: Missing Fixed Product Tax total on PDF (reported by @Detzler) has been fixed in #18649 by @maheshWebkul721 in 2.2-develop branch
   Related commits:
     1. 382e550

 - #18150: Backups error from User Roles Permission 2.2.6 (reported by @andy17612) has been fixed in #18815 by @maheshWebkul721 in 2.2-develop branch
   Related commits:
     1. bf700aa

 - #18082: Fatal Error when save configurable product in Magento 2.2.5 (reported by @vpatidar009) has been fixed in #18461 by @thiagolima-bm in 2.2-develop branch
   Related commits:
     1. 03698da
     2. 38854b5
Fixed issues:
 - MAGETWO-95411: [Backport 2.2.x] Add the ability to install Magento without creating an administrator
- pull origin lock file, update MFTF version only
Accepted Public Pull Requests:
 - #17854: Fix translations of category design theme not being applied (by @cezary-zeglen)
 - #19118: [Backport] Add/update newsletter messages in translation file (by @arnoudhgz)
 - #18743: Fixed tierprice discount not calculated correctly if has specialprice (by @gelanivishal)
 - #18959: fixed js translation (by @torhoehn)
 - #17915: Fix/add expresion (by @magently)
 - #14914: FIX for issue #14849 - In Sales Emails no translation using order.getStatusLabel() (by @phoenix128)


Fixed GitHub Issues:
 - #17625: Translations done within a theme that's enabled through a category Design change aren't used (reported by @chefbuitenhuis) has been fixed in #17854 by @cezary-zeglen in 2.2-develop branch
   Related commits:
     1. f6eb7fb

 - #18652: Tierprice discount not calculated correctly if has specialprice. (reported by @Hoszi) has been fixed in #18743 by @gelanivishal in 2.2-develop branch
   Related commits:
     1. e40b9c7
     2. 451b6ba
     3. edf09b3
     4. 09bd229

 - #18939: "Not yet calculated" for the tax in the summary section in the checkout is not translatable (reported by @progammer-rkt) has been fixed in #18959 by @torhoehn in 2.2-develop branch
   Related commits:
     1. b51e3be

 - #17635: addExpressionFieldToSelect has to be called after all addFieldToSelect (reported by @dbsdsun) has been fixed in #17915 by @magently in 2.2-develop branch
   Related commits:
     1. e9451e0
     2. 29680f7
     3. 5a702ef

 - #14849: In Sales Emails no translation using order.getStatusLabel()  (reported by @raymond62) has been fixed in #14914 by @phoenix128 in 2.2-develop branch
   Related commits:
     1. 03e7de4
     2. 5d2b5be
     3. 1c9ce84
     4. 18ca5f0
     5. bd80b1a
     6. 2e634e4
[pangolin] MFTF 2.3.10 update for CE 2.2-develop
- MFTF version bump and lock file update
[pangolin] MFTF 2.3.11 update for CE 2.2-develop
@speedy008 speedy008 merged commit 7c013a1 into speedy008:2.2-develop Nov 14, 2018
speedy008 pushed a commit that referenced this pull request Dec 8, 2018
speedy008 pushed a commit that referenced this pull request Dec 15, 2018
speedy008 pushed a commit that referenced this pull request Jan 29, 2019
speedy008 pushed a commit that referenced this pull request Jul 8, 2019
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.