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

[Backport] Fixed rating issue website wise #4

Merged
merged 7,870 commits into from
Nov 23, 2018
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    05e06ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1819837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54913bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    927ba83 View commit details
    Browse the repository at this point in the history
  5. 🔃 [EngCom] Public Pull Requests - 2.2-develop

    Accepted Public Pull Requests:
     - magento#18967: fixed - Magento 2.2.6 Default values are not rendering on Wishlist product edit page (by @webkul-ratnesh)
     - magento#18873: [Backport] Prevent exception when option text converts to false (by @gelanivishal)
     - magento#18875: [Backport] Sections LESS mixins: fix the issue with missing rules and incorrect default variables (by @gelanivishal)
    
    
    Fixed GitHub Issues:
     - magento#18555: Magento 2.2.6 Default values are not rendering on Wishlist product edit page. (reported by @kirtinariya1) has been fixed in magento#18967 by @webkul-ratnesh in 2.2-develop branch
       Related commits:
         1. 2bb0329
    
     - magento#13083: OptionManagement.validateOption throws NoSuchEntityException for "0" option label (reported by @rzinnatullin) has been fixed in magento#18873 by @gelanivishal in 2.2-develop branch
       Related commits:
         1. 06ca13a
    
     - magento#18729: Bug in "_sections.less" mixins: missing rules and incorrect default variables (reported by @dmytro-ch) has been fixed in magento#18875 by @gelanivishal in 2.2-develop branch
       Related commits:
         1. 999e79f
         2. 5333810
    magento-engcom-team authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    e9b525a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6149ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e348ad View commit details
    Browse the repository at this point in the history
  8. Update Tierprice.php

    gelanivishal authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    09bd229 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b984a5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1 from magento/2.2-develop

    2.2 develop
    RostislavS authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    468f245 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    09d6e3a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8984894 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a643e25 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ac1a49 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f6eb7fb View commit details
    Browse the repository at this point in the history
  16. Remove duplicated selector

    dmytro-ch committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    8c98e82 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    1c7b6cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1a807 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e7faa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9695621 View commit details
    Browse the repository at this point in the history
  5. ENGCOM-3348: [Backport] fixed - Unable to select payment method accor…

    …ding to country of the address at checkout time magento#18908
    Stanislav Idolov authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    5360859 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a44ced View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8d3560 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eaf6daf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b6c7278 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c13ad7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9240974 View commit details
    Browse the repository at this point in the history
  12. magento-engcom/magento2ce#2301: Code style fixes

    Stanislav Idolov committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    48cbb79 View commit details
    Browse the repository at this point in the history
  13. Merge pull request magento#3404 from magento-tsg/2.2-develop-pr56

    [TSG] Backporting for 2.2 (pr56) (2.2.8)
    Alexander Akimov authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    20a3ebe View commit details
    Browse the repository at this point in the history
  14. [EngCom] Public Pull Requests - 2.2-develop

     - merged latest code from mainline branch
    magento-engcom-team authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    3b3dba9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    995b847 View commit details
    Browse the repository at this point in the history
  16. magento#18323: Order confirmation email for guest checkout does not i…

    …nclude download links.
    
    - move save downloadable items from 'save_commit_after' to 'save_after' event.
    al.kravchuk committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    429815b View commit details
    Browse the repository at this point in the history
  17. 🔃 [EngCom] Public Pull Requests - 2.2-develop

    Accepted Public Pull Requests:
     - magento#18984: [Backport] Reload cart totals when cart data changes (by @tdgroot)
     - magento#18908: [Backport] fixed - Unable to select payment method according to country of the address at checkout time (by @rahulwebkul)
    
    
    Fixed GitHub Issues:
     - magento#18907: Unable to select payment method according to country of the address at checkout time (reported by @rahulwebkul) has been fixed in magento#18908 by @rahulwebkul in 2.2-develop branch
       Related commits:
         1. f1b2360
    magento-engcom-team authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    8648f52 View commit details
    Browse the repository at this point in the history
  18. magento#14007:

    "Use in Layered Navigation: Filterable (no results)" not working for `Price` attribute.
    - adjust comment for "Use in Layered Navigation: Filterable (no results)" property to make it more understandable
    
    (cherry picked from commit e18df69)
    vpodorozh committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    52bfffc View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    b56dc3d View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.2-develop' of github.com:magento/magento2ce into mpi-…

    …fix-1810
    Mariana Lashch committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    ea8eed3 View commit details
    Browse the repository at this point in the history
  3. MAGETWO-94423: Admin users are deleted from role upon Role save

    Mastiuhin Olexandr committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    d3c36ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd04622 View commit details
    Browse the repository at this point in the history
  5. ENGCOM-3383: magento#18348 - In admin, last swatch option set to defa…

    …ult upon save magento#19012
    
     - Merge Pull Request magento#19012 from RostislavS/magento2:issue18348
     - Merged commits:
       1. 468f245
       2. 4c13ad7
    magento-engcom-team committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    945ae9d View commit details
    Browse the repository at this point in the history
  6. ENGCOM-3385: magento#18323: Order confirmation email for guest checko…

    …ut d… magento#19036
    
     - Merge Pull Request magento#19036 from swnsma/magento2-1:Save-Downloadable-Product-Links-For-Order-Items
     - Merged commits:
       1. 429815b
    magento-engcom-team committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    825b3a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7443dc3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7f1c7d View commit details
    Browse the repository at this point in the history
  9. ENGCOM-3388: [2.2-develop] magento#14007: 'Use in Layered Navigation:…

    … Filterable (no results)' property confuse for Price filter magento#19044
    
     - Merge Pull Request magento#19044 from vpodorozh/magento2:2.2-develop-14007-Price-filterable-no-results
     - Merged commits:
       1. 52bfffc
    magento-engcom-team committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    35cadc6 View commit details
    Browse the repository at this point in the history
  10. MAGETWO-94423: Admin users are deleted from role upon Role save

    Mastiuhin Olexandr committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    9bce70e View commit details
    Browse the repository at this point in the history
  11. ENGCOM-3319: Fixed - Default tax region/state appears in customer & o…

    …rder data magento#16684 magento#18857
    
     - Merge Pull Request magento#18857 from ssp58bleuciel/magento2:fixed-issue-16684
     - Merged commits:
       1. 5a84c5a
       2. e4b430a
    magento-engcom-team committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    806f784 View commit details
    Browse the repository at this point in the history
  12. ENGCOM-3392: Fixed tierprice discount not calculated correctly if has…

    … specialprice magento#18743
    
     - Merge Pull Request magento#18743 from gelanivishal/magento2:issue-18652
     - Merged commits:
       1. e40b9c7
       2. 451b6ba
       3. edf09b3
       4. 09bd229
    magento-engcom-team committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    dbd0ede View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f7028c2 View commit details
    Browse the repository at this point in the history
  14. ENGCOM-3394: Issue Fixed: Missing Fixed Product Tax total on PDF mage…

    …nto#18649
    
     - Merge Pull Request magento#18649 from maheshWebkul721/magento2:wee-tax-fixed
     - Merged commits:
       1. 382e550
    magento-engcom-team committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    2dd7aad View commit details
    Browse the repository at this point in the history
  15. Merge pull request magento#3385 from magento-mpi/mpi-fix-1810

    [MPI]-fix-1810
    Lysenko Olexandr authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    0d99fa8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    53571e6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3d8b8d2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c8ead23 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    0dedb75 View commit details
    Browse the repository at this point in the history
  2. fix issue 12399

    Mardl committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    a5a0b0b View commit details
    Browse the repository at this point in the history
  3. ENGCOM-3396: [Backport] Fix for magento#12399: Exception Error in Cat…

    …alog Price Rule while Backend language is not English magento#19074
    
     - Merge Pull Request magento#19074 from Mardl/magento2:back-port-pull-18419
     - Merged commits:
       1. a5a0b0b
    magento-engcom-team committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    3bb920a View commit details
    Browse the repository at this point in the history
  4. MAGETWO-86292: Unable to create Credit memo for order with no payment…

    … required
    
    - Credit memo fix
    - Add automated test
    - Fix static tests
    - Fix integration tests
    SeruyV committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    9fe5066 View commit details
    Browse the repository at this point in the history
  5. ENGCOM-3385: magento#18323: Order confirmation email for guest checko…

    …ut d… magento#19036
    Stanislav Idolov authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    b224170 View commit details
    Browse the repository at this point in the history
  6. ENGCOM-3383: magento#18348 - In admin, last swatch option set to defa…

    …ult upon save magento#19012
    Stanislav Idolov authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    9539ede View commit details
    Browse the repository at this point in the history
  7. ENGCOM-3341: Backport [PR 18772] Remove unnecesary "header" block red…

    …eclaration magento#18964
    Stanislav Idolov authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    8223ea0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    961a58f View commit details
    Browse the repository at this point in the history
  9. ENGCOM-2973: Fix blocked a frame with origin magento#16887

    Stanislav Idolov authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    461b64a View commit details
    Browse the repository at this point in the history
  10. ENGCOM-970: magento#12970: Can't add grouped product, with out of sto…

    …ck sub product, to cart. magento#1169
    Stanislav Idolov authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    13c1f7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d15424 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b1fcdca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c3e2a9 View commit details
    Browse the repository at this point in the history
  14. magento-engcom/magento2ce#2308: Code style fixes

    Stanislav Idolov committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    0901682 View commit details
    Browse the repository at this point in the history
  15. MAGETWO-73061: [GitHub] REST API Missing Product_Option values for Or…

    …der Items in salesOrderManagementV1 and salesOrderItemRepositoryV1 magento#9326
    Mastiuhin Olexandr committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    a61bc0b View commit details
    Browse the repository at this point in the history
  16. ENGCOM-3400: [Backport] Remove duplicated CSS selector magento#19002

     - Merge Pull Request magento#19002 from dmytro-ch/magento2:2.2-develop-PR-port-18897
     - Merged commits:
       1. 8c98e82
    magento-engcom-team committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    2f791bb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    22a374d View commit details
    Browse the repository at this point in the history
  18. magento-engcom/magento2ce#2308: Code style fixes

    Stanislav Idolov committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    965a522 View commit details
    Browse the repository at this point in the history
  19. MAGETWO-85162: Results of filters with color and other filters are no…

    …t showing product results
    svitja committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    c28d5df View commit details
    Browse the repository at this point in the history
  20. 🔃 [EngCom] Public Pull Requests - 2.2-develop

    Accepted Public Pull Requests:
     - magento#19036: magento#18323: Order confirmation email for guest checkout d� (by @swnsma)
     - magento#19012: magento#18348 - In admin, last swatch option set to default upon save (by @RostislavS)
     - magento#18964:  Backport [PR 18772] Remove unnecesary "header" block redeclaration (by @samuel27m)
     - magento#18857: Fixed - Default tax region/state appears in customer & order data magento#16684 (by @ssp58bleuciel)
     - magento#16887: Fix blocked a frame with origin (by @iGerchak)
     - magento-engcom/magento2ce#1169: magento#12970: Can't add grouped product, with out of stock sub product, to cart. (by @p-bystritsky)
    
    
    Fixed GitHub Issues:
     - magento#18323: Order confirmation email for guest checkout does not include download links (reported by @hsray) has been fixed in magento#19036 by @swnsma in 2.2-develop branch
       Related commits:
         1. 429815b
    
     - magento#19003: salesInvoiceOrder REST API does not make downloadable products available (reported by @nthurston) has been fixed in magento#19036 by @swnsma in 2.2-develop branch
       Related commits:
         1. 429815b
    
     - magento#19034: sales_order_item_save_commit_after and sales_order_save_commit_after events will never fire for guest checkout (reported by @swnsma) has been fixed in magento#19036 by @swnsma in 2.2-develop branch
       Related commits:
         1. 429815b
    
     - magento#8348: 1 exception(s): Exception #0 (Exception): Warning: Invalid argument supplied for foreach() in NotProtectedExtension.php on line 89 (reported by @craigcarnell) has been fixed in magento#19012 by @RostislavS in 2.2-develop branch
       Related commits:
         1. 468f245
         2. 4c13ad7
    
     - magento#16684: Default tax region/state appears in customer & order data (reported by @Detzler) has been fixed in magento#18857 by @ssp58bleuciel in 2.2-develop branch
       Related commits:
         1. 5a84c5a
         2. e4b430a
    
     - magento#12970: Can't add grouped product, with out of stock sub product, to cart (reported by @breg-13) has been fixed in magento-engcom/magento2ce#1169 by @p-bystritsky in 2.2-develop branch
       Related commits:
         1. 7d44656
         2. 42b4f3c
         3. da05e92
         4. 40600b9
         5. 63c7fc9
         6. 26b6a27
    magento-engcom-team authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    87c76df View commit details
    Browse the repository at this point in the history
  21. magento/magento#18901: Forgot password form should not available whil…

    …e customer is logged in.
    
    - redirect logged in customers to My Account.
    al.kravchuk committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    a651b31 View commit details
    Browse the repository at this point in the history
  22. MQE-1339: Bump MFTF version in Magento

    - MFTF version upgrade to 2.3.10
    KevinBKozan committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    d2392b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. ENGCOM-3404: magento#19071: Password strength indicator shows No Pass…

    …word… magento#19073
    
     - Merge Pull Request magento#19073 from dimasalamatov/magento2-1:password-strength-bug
     - Merged commits:
       1. c8ead23
    magento-engcom-team committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    9b784ba View commit details
    Browse the repository at this point in the history
  2. ENGCOM-3405: magento/magento#18901: Forgot password form should not a…

    …vailable while customer is logged in. magento#19089
    
     - Merge Pull Request magento#19089 from swnsma/magento2-1:Backport-18901-Forgot-password-form-should-not-available-while-customer-is-logged-in
     - Merged commits:
       1. a651b31
    magento-engcom-team committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    5f66391 View commit details
    Browse the repository at this point in the history
  3. ENGCOM-3135: fix Fatal Error when save configurable product in Magent…

    …o 2.2.5 magento#18082 magento#18461
    
     - Merge Pull Request magento#18461 from thiagolima-bm/magento2:issue/18082
     - Merged commits:
       1. 03698da
       2. 38854b5
    magento-engcom-team committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    b3c356d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe08289 View commit details
    Browse the repository at this point in the history
  5. MAGETWO-73061: [GitHub] REST API Missing Product_Option values for Or…

    …der Items in salesOrderManagementV1 and salesOrderItemRepositoryV1 magento#9326
    Mastiuhin Olexandr committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    b1f6590 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44d1d57 View commit details
    Browse the repository at this point in the history
  7. ENGCOM-3338: local themes should be added to git repo magento#18960

     - Merge Pull Request magento#18960 from torhoehn/magento2:feature/grunt-local-themes
     - Merged commits:
       1. bc485de
    magento-engcom-team committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    81d7144 View commit details
    Browse the repository at this point in the history
  8. Merge pull request magento#3416 from magento-tsg-csl3/2.2-develop-pr8

    [TSG-CSL3] 2.2-develop (pr8)
    viktym authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    0822bd7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8a3220 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb0d499 View commit details
    Browse the repository at this point in the history
  11. MAGETWO-85162: Results of filters with color and other filters are no…

    …t showing product results
    svitja committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    d1d035c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c01be8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1070432 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e67d688 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    101c16c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8967c15 View commit details
    Browse the repository at this point in the history
  17. ENGCOM-3396: [Backport] Fix for magento#12399: Exception Error in Cat…

    …alog Price Rule while Backend language is not English magento#19074
    Stanislav Idolov authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    72397c0 View commit details
    Browse the repository at this point in the history
  18. ENGCOM-3388: [2.2-develop] magento#14007: "Use in Layered Navigation:…

    … Filterable (no results)" property confuse for Price filter magento#19044
    Stanislav Idolov authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    55a63c8 View commit details
    Browse the repository at this point in the history
  19. ENGCOM-3359: [Backport] Added form fieldset before html data to \Mage…

    …nto\Framework\Data\Form\Element\Fieldset in getElementHtml() method magento#18985
    Stanislav Idolov authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    cad3223 View commit details
    Browse the repository at this point in the history
  20. MAGETWO-94860: Moving Category generate duplicate url_rewrite when 4t…

    …h level category exist and is translated
    serhii-balko committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    512ad88 View commit details
    Browse the repository at this point in the history
  21. Fixed static failure

    Stanislav Idolov authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    27dc8e8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    106fe00 View commit details
    Browse the repository at this point in the history
  23. 🔃 [EngCom] Public Pull Requests - 2.2-develop

    Accepted Public Pull Requests:
     - magento#19002: [Backport] Remove duplicated CSS selector (by @dmytro-ch)
     - magento#19074: [Backport] Fix for magento#12399: Exception Error in Catalog Price Rule while Backend language is not English (by @Mardl)
     - magento#19044: [2.2-develop] magento#14007: "Use in Layered Navigation: Filterable (no results)" property confuse for Price filter (by @vpodorozh)
     - magento#18985: [Backport] Added form fieldset before html data to \Magento\Framework\Data\Form\Element\Fieldset in getElementHtml() method (by @vasilii-b)
    
    
    Fixed GitHub Issues:
     - magento#12399: Exception Error in Catalog Price Rule while Backend language is not English (reported by @Drakas) has been fixed in magento#19074 by @Mardl in 2.2-develop branch
       Related commits:
         1. a5a0b0b
    
     - magento#14007: "Use in Layered Navigation: Filterable (no results)" not working for `Price` attribute. (reported by @yogeshks) has been fixed in magento#19044 by @vpodorozh in 2.2-develop branch
       Related commits:
         1. 52bfffc
    
     - magento#2618: Class \Magento\Framework\Data\Form\Element\Fieldset breaks specification of the parent class \Magento\Framework\Data\Form\Element\AbstractElement by not calling the method getBeforeElementHtml (getAfterElementHtml is called) (reported by @dmitry-fedyuk) has been fixed in magento#18985 by @vasilii-b in 2.2-develop branch
       Related commits:
         1. 6629445
    magento-engcom-team authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    ca21231 View commit details
    Browse the repository at this point in the history
  24. magento#18840: Invalid Unit Test Annotations.

     - fixed invalid unit tests annotations that assert exception messages
     - backport to 2.2.
    Oleksii Korshenko authored and al.kravchuk committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    252a0ed View commit details
    Browse the repository at this point in the history
  25. Add additional check if password hash is empty in auth process

    progreg authored and Oleksii Gorbulin committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    35c2345 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. ENGCOM-3410: magento#18840: Invalid Unit Test Annotations. magento#19105

    
    
     - Merge Pull Request magento#19105 from swnsma/magento2-1:Backport-18840
     - Merged commits:
       1. 252a0ed
    magento-engcom-team committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ee5bf49 View commit details
    Browse the repository at this point in the history
  2. ENGCOM-3411: [Backport] Add additional check if password hash is empt…

    …y in auth process magento#19110
    
     - Merge Pull Request magento#19110 from agorbulin/magento2:2.2-develop-PR-port-19066
     - Merged commits:
       1. 35c2345
    magento-engcom-team committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    16e2280 View commit details
    Browse the repository at this point in the history
  3. fix cipherMethod detection for openssl 1.1.1

    if openssl is updated to 1.1.1, openssl_get_cipher_methods returns all
    ciphers lowercase. Before you would get mixed uppercase and lowercase
    ciphers. You can still use uppercase or lowercase to use openssl.
    
    To avoid "Not valid cipher method." we must search if the cipherMethod
    exist in uppercase or lowercase before failing.
    
    output of openssl_get_cipher_methods with openssl 1.1.0f:
    
    ```
    php -r 'print_r(openssl_get_cipher_methods());'
    Array
    (
        [0] => AES-128-CBC
        [1] => AES-128-CBC-HMAC-SHA1
        [2] => AES-128-CBC-HMAC-SHA256
        [3] => AES-128-CFB
        [4] => AES-128-CFB1
        [5] => AES-128-CFB8
        [6] => AES-128-CTR
        [7] => AES-128-ECB
        [8] => AES-128-OCB
        [9] => AES-128-OFB
        [10] => AES-128-XTS
        [11] => AES-192-CBC
        [12] => AES-192-CFB
        [13] => AES-192-CFB1
        [14] => AES-192-CFB8
        [15] => AES-192-CTR
        [16] => AES-192-ECB
        [17] => AES-192-OCB
        [18] => AES-192-OFB
        [19] => AES-256-CBC
        [20] => AES-256-CBC-HMAC-SHA1
        [21] => AES-256-CBC-HMAC-SHA256
        [22] => AES-256-CFB
        [23] => AES-256-CFB1
        [24] => AES-256-CFB8
        [25] => AES-256-CTR
        [26] => AES-256-ECB
        [27] => AES-256-OCB
        [28] => AES-256-OFB
        [29] => AES-256-XTS
        [30] => BF-CBC
        [31] => BF-CFB
        [32] => BF-ECB
        [33] => BF-OFB
        [34] => CAMELLIA-128-CBC
        [35] => CAMELLIA-128-CFB
        [36] => CAMELLIA-128-CFB1
        [37] => CAMELLIA-128-CFB8
        [38] => CAMELLIA-128-CTR
        [39] => CAMELLIA-128-ECB
        [40] => CAMELLIA-128-OFB
        [41] => CAMELLIA-192-CBC
        [42] => CAMELLIA-192-CFB
        [43] => CAMELLIA-192-CFB1
        [44] => CAMELLIA-192-CFB8
        [45] => CAMELLIA-192-CTR
        [46] => CAMELLIA-192-ECB
        [47] => CAMELLIA-192-OFB
        [48] => CAMELLIA-256-CBC
        [49] => CAMELLIA-256-CFB
        [50] => CAMELLIA-256-CFB1
        [51] => CAMELLIA-256-CFB8
        [52] => CAMELLIA-256-CTR
        [53] => CAMELLIA-256-ECB
        [54] => CAMELLIA-256-OFB
        [55] => CAST5-CBC
        [56] => CAST5-CFB
        [57] => CAST5-ECB
        [58] => CAST5-OFB
        [59] => ChaCha20
        [60] => ChaCha20-Poly1305
        [61] => DES-CBC
        [62] => DES-CFB
        [63] => DES-CFB1
        [64] => DES-CFB8
        [65] => DES-ECB
        [66] => DES-EDE
        [67] => DES-EDE-CBC
        [68] => DES-EDE-CFB
        [69] => DES-EDE-OFB
        [70] => DES-EDE3
        [71] => DES-EDE3-CBC
        [72] => DES-EDE3-CFB
        [73] => DES-EDE3-CFB1
        [74] => DES-EDE3-CFB8
        [75] => DES-EDE3-OFB
        [76] => DES-OFB
        [77] => DESX-CBC
        [78] => RC2-40-CBC
        [79] => RC2-64-CBC
        [80] => RC2-CBC
        [81] => RC2-CFB
        [82] => RC2-ECB
        [83] => RC2-OFB
        [84] => RC4
        [85] => RC4-40
        [86] => RC4-HMAC-MD5
        [87] => SEED-CBC
        [88] => SEED-CFB
        [89] => SEED-ECB
        [90] => SEED-OFB
        [91] => aes-128-cbc
        [92] => aes-128-cbc-hmac-sha1
        [93] => aes-128-cbc-hmac-sha256
        [94] => aes-128-ccm
        [95] => aes-128-cfb
        [96] => aes-128-cfb1
        [97] => aes-128-cfb8
        [98] => aes-128-ctr
        [99] => aes-128-ecb
        [100] => aes-128-gcm
        [101] => aes-128-ocb
        [102] => aes-128-ofb
        [103] => aes-128-xts
        [104] => aes-192-cbc
        [105] => aes-192-ccm
        [106] => aes-192-cfb
        [107] => aes-192-cfb1
        [108] => aes-192-cfb8
        [109] => aes-192-ctr
        [110] => aes-192-ecb
        [111] => aes-192-gcm
        [112] => aes-192-ocb
        [113] => aes-192-ofb
        [114] => aes-256-cbc
        [115] => aes-256-cbc-hmac-sha1
        [116] => aes-256-cbc-hmac-sha256
        [117] => aes-256-ccm
        [118] => aes-256-cfb
        [119] => aes-256-cfb1
        [120] => aes-256-cfb8
        [121] => aes-256-ctr
        [122] => aes-256-ecb
        [123] => aes-256-gcm
        [124] => aes-256-ocb
        [125] => aes-256-ofb
        [126] => aes-256-xts
        [127] => bf-cbc
        [128] => bf-cfb
        [129] => bf-ecb
        [130] => bf-ofb
        [131] => camellia-128-cbc
        [132] => camellia-128-cfb
        [133] => camellia-128-cfb1
        [134] => camellia-128-cfb8
        [135] => camellia-128-ctr
        [136] => camellia-128-ecb
        [137] => camellia-128-ofb
        [138] => camellia-192-cbc
        [139] => camellia-192-cfb
        [140] => camellia-192-cfb1
        [141] => camellia-192-cfb8
        [142] => camellia-192-ctr
        [143] => camellia-192-ecb
        [144] => camellia-192-ofb
        [145] => camellia-256-cbc
        [146] => camellia-256-cfb
        [147] => camellia-256-cfb1
        [148] => camellia-256-cfb8
        [149] => camellia-256-ctr
        [150] => camellia-256-ecb
        [151] => camellia-256-ofb
        [152] => cast5-cbc
        [153] => cast5-cfb
        [154] => cast5-ecb
        [155] => cast5-ofb
        [156] => chacha20
        [157] => chacha20-poly1305
        [158] => des-cbc
        [159] => des-cfb
        [160] => des-cfb1
        [161] => des-cfb8
        [162] => des-ecb
        [163] => des-ede
        [164] => des-ede-cbc
        [165] => des-ede-cfb
        [166] => des-ede-ofb
        [167] => des-ede3
        [168] => des-ede3-cbc
        [169] => des-ede3-cfb
        [170] => des-ede3-cfb1
        [171] => des-ede3-cfb8
        [172] => des-ede3-ofb
        [173] => des-ofb
        [174] => desx-cbc
        [175] => id-aes128-CCM
        [176] => id-aes128-GCM
        [177] => id-aes128-wrap
        [178] => id-aes128-wrap-pad
        [179] => id-aes192-CCM
        [180] => id-aes192-GCM
        [181] => id-aes192-wrap
        [182] => id-aes192-wrap-pad
        [183] => id-aes256-CCM
        [184] => id-aes256-GCM
        [185] => id-aes256-wrap
        [186] => id-aes256-wrap-pad
        [187] => id-smime-alg-CMS3DESwrap
        [188] => rc2-40-cbc
        [189] => rc2-64-cbc
        [190] => rc2-cbc
        [191] => rc2-cfb
        [192] => rc2-ecb
        [193] => rc2-ofb
        [194] => rc4
        [195] => rc4-40
        [196] => rc4-hmac-md5
        [197] => seed-cbc
        [198] => seed-cfb
        [199] => seed-ecb
        [200] => seed-ofb
    )
    ```
    
    that output is missing the uppercase versions using openssl 1.1.1:
    
    ```
    php -r 'print_r(openssl_get_cipher_methods());'
    Array
    (
        [0] => aes-128-cbc
        [1] => aes-128-cbc-hmac-sha1
        [2] => aes-128-cbc-hmac-sha256
        [3] => aes-128-ccm
        [4] => aes-128-cfb
        [5] => aes-128-cfb1
        [6] => aes-128-cfb8
        [7] => aes-128-ctr
        [8] => aes-128-ecb
        [9] => aes-128-gcm
        [10] => aes-128-ocb
        [11] => aes-128-ofb
        [12] => aes-128-xts
        [13] => aes-192-cbc
        [14] => aes-192-ccm
        [15] => aes-192-cfb
        [16] => aes-192-cfb1
        [17] => aes-192-cfb8
        [18] => aes-192-ctr
        [19] => aes-192-ecb
        [20] => aes-192-gcm
        [21] => aes-192-ocb
        [22] => aes-192-ofb
        [23] => aes-256-cbc
        [24] => aes-256-cbc-hmac-sha1
        [25] => aes-256-cbc-hmac-sha256
        [26] => aes-256-ccm
        [27] => aes-256-cfb
        [28] => aes-256-cfb1
        [29] => aes-256-cfb8
        [30] => aes-256-ctr
        [31] => aes-256-ecb
        [32] => aes-256-gcm
        [33] => aes-256-ocb
        [34] => aes-256-ofb
        [35] => aes-256-xts
        [36] => aria-128-cbc
        [37] => aria-128-ccm
        [38] => aria-128-cfb
        [39] => aria-128-cfb1
        [40] => aria-128-cfb8
        [41] => aria-128-ctr
        [42] => aria-128-ecb
        [43] => aria-128-gcm
        [44] => aria-128-ofb
        [45] => aria-192-cbc
        [46] => aria-192-ccm
        [47] => aria-192-cfb
        [48] => aria-192-cfb1
        [49] => aria-192-cfb8
        [50] => aria-192-ctr
        [51] => aria-192-ecb
        [52] => aria-192-gcm
        [53] => aria-192-ofb
        [54] => aria-256-cbc
        [55] => aria-256-ccm
        [56] => aria-256-cfb
        [57] => aria-256-cfb1
        [58] => aria-256-cfb8
        [59] => aria-256-ctr
        [60] => aria-256-ecb
        [61] => aria-256-gcm
        [62] => aria-256-ofb
        [63] => bf-cbc
        [64] => bf-cfb
        [65] => bf-ecb
        [66] => bf-ofb
        [67] => camellia-128-cbc
        [68] => camellia-128-cfb
        [69] => camellia-128-cfb1
        [70] => camellia-128-cfb8
        [71] => camellia-128-ctr
        [72] => camellia-128-ecb
        [73] => camellia-128-ofb
        [74] => camellia-192-cbc
        [75] => camellia-192-cfb
        [76] => camellia-192-cfb1
        [77] => camellia-192-cfb8
        [78] => camellia-192-ctr
        [79] => camellia-192-ecb
        [80] => camellia-192-ofb
        [81] => camellia-256-cbc
        [82] => camellia-256-cfb
        [83] => camellia-256-cfb1
        [84] => camellia-256-cfb8
        [85] => camellia-256-ctr
        [86] => camellia-256-ecb
        [87] => camellia-256-ofb
        [88] => cast5-cbc
        [89] => cast5-cfb
        [90] => cast5-ecb
        [91] => cast5-ofb
        [92] => chacha20
        [93] => chacha20-poly1305
        [94] => des-cbc
        [95] => des-cfb
        [96] => des-cfb1
        [97] => des-cfb8
        [98] => des-ecb
        [99] => des-ede
        [100] => des-ede-cbc
        [101] => des-ede-cfb
        [102] => des-ede-ofb
        [103] => des-ede3
        [104] => des-ede3-cbc
        [105] => des-ede3-cfb
        [106] => des-ede3-cfb1
        [107] => des-ede3-cfb8
        [108] => des-ede3-ofb
        [109] => des-ofb
        [110] => desx-cbc
        [111] => id-aes128-CCM
        [112] => id-aes128-GCM
        [113] => id-aes128-wrap
        [114] => id-aes128-wrap-pad
        [115] => id-aes192-CCM
        [116] => id-aes192-GCM
        [117] => id-aes192-wrap
        [118] => id-aes192-wrap-pad
        [119] => id-aes256-CCM
        [120] => id-aes256-GCM
        [121] => id-aes256-wrap
        [122] => id-aes256-wrap-pad
        [123] => id-smime-alg-CMS3DESwrap
        [124] => rc2-40-cbc
        [125] => rc2-64-cbc
        [126] => rc2-cbc
        [127] => rc2-cfb
        [128] => rc2-ecb
        [129] => rc2-ofb
        [130] => rc4
        [131] => rc4-40
        [132] => rc4-hmac-md5
        [133] => seed-cbc
        [134] => seed-cfb
        [135] => seed-ecb
        [136] => seed-ofb
        [137] => sm4-cbc
        [138] => sm4-cfb
        [139] => sm4-ctr
        [140] => sm4-ecb
        [141] => sm4-ofb
    )
    ```
    
    So checking if uppercase or lowercase exists in the array fixes the
    issue with openssl 1.1.1 where the uppercase 'AES-256-CBC' is not found.
    You could also fix this by changing the $cipherMethod to 'aes-256-cbc',
    but you never know if openssl will change the output case again.
    
    The issue appears when just running the unittests on php with openssl
    1.1.1, with the previous version of openssl (1.1.0f) the issue is not
    yet present.
    
    Test:
    ```
    $ openssl version
    OpenSSL 1.1.1  11 Sep 2018
    $ php -d memory_limit=2048M vendor/bin/phpunit --configuration dev/tests/unit/phpunit.xml.dist
    PHPUnit 6.5.13 by Sebastian Bergmann and contributors.
    
    .....................................................................................    85 / 21418 (  0%)
    .....................................................................................   170 / 21418 (  0%)
    ..............EE...F.................................................................   255 / 21418 (  1%)
    .....................................................................................   340 / 21418 (  1%)
    
    ...
    
    There were 2 errors:
    
    1) Magento\Analytics\Test\Unit\Model\CryptographerTest::testEncode
    Magento\Framework\Exception\LocalizedException: The data is invalid. Use a valid cipher method and try again.
    
    /phpapp/app/code/Magento/Analytics/Model/Cryptographer.php:70
    /phpapp/app/code/Magento/Analytics/Test/Unit/Model/CryptographerTest.php:134
    
    2) Magento\Analytics\Test\Unit\Model\CryptographerTest::testEncodeUniqueInitializationVector
    Magento\Framework\Exception\LocalizedException: The data is invalid. Use a valid cipher method and try again.
    
    /phpapp/app/code/Magento/Analytics/Model/Cryptographer.php:70
    /phpapp/app/code/Magento/Analytics/Test/Unit/Model/CryptographerTest.php:167
    
    ...
    ```
    
    Signed-off-by: BlackEagle <ike.devolder@gmail.com>
    BlackIkeEagle committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    77304d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2c229f View commit details
    Browse the repository at this point in the history
  5. ENGCOM-3412: [2.2 backport] fix cipherMethod detection for openssl 1.…

    …1.1 magento#19113
    
     - Merge Pull Request magento#19113 from BlackIkeEagle/magento2:2.2-openssl-1.1.1
     - Merged commits:
       1. 77304d4
    magento-engcom-team committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    781abf9 View commit details
    Browse the repository at this point in the history
  6. MAGETWO-73061: [GitHub] REST API Missing Product_Option values for Or…

    …der Items in salesOrderManagementV1 and salesOrderItemRepositoryV1 magento#9326
    Mastiuhin Olexandr committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    7aa7ce0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8797fc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c36fc7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    740f9d2 View commit details
    Browse the repository at this point in the history
  10. ENGCOM-3414: [Backport] Add/update newsletter messages in translation…

    … file magento#19118
    
     - Merge Pull Request magento#19118 from arnoudhgz/magento2:2.2-develop-PR-port-19050
     - Merged commits:
       1. 740f9d2
    magento-engcom-team committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ade482b View commit details
    Browse the repository at this point in the history
  11. ENGCOM-3415: Fix translations of category design theme not being appl…

    …ied magento#17854
    
     - Merge Pull Request magento#17854 from cezary-zeglen/magento2:fix/categorytranslation
     - Merged commits:
       1. f6eb7fb
    magento-engcom-team committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    3985d62 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    00932fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    910a976 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1af3db5 View commit details
    Browse the repository at this point in the history
  4. ENGCOM-3411: [Backport] Add additional check if password hash is empt…

    …y in auth process magento#19110
    Stanislav Idolov authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    3c868a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    566291b View commit details
    Browse the repository at this point in the history
  6. ENGCOM-3405: magento/magento#18901: Forgot password form should not a…

    …vailable while customer is logged in. magento#19089
    Stanislav Idolov authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    40e7e50 View commit details
    Browse the repository at this point in the history
  7. ENGCOM-3404: magento#19071: Password strength indicator shows No Pass…

    …word… magento#19073
    Stanislav Idolov authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    5283582 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9daf711 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1da0438 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03a7cbb View commit details
    Browse the repository at this point in the history
  11. MAGETWO-73061: [GitHub] REST API Missing Product_Option values for Or…

    …der Items in salesOrderManagementV1 and salesOrderItemRepositoryV1 magento#9326
    Mastiuhin Olexandr committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    3ec427f View commit details
    Browse the repository at this point in the history
  12. 🔃 [EngCom] Public Pull Requests - 2.2-develop

    Accepted Public Pull Requests:
     - magento#19110: [Backport] Add additional check if password hash is empty in auth process (by @agorbulin)
     - magento#19105: magento#18840: Invalid Unit Test Annotations. (by @swnsma)
     - magento#19089: magento/magento#18901: Forgot password form should not available while customer is logged in. (by @swnsma)
     - magento#19073: magento#19071: Password strength indicator shows No Password� (by @dimasalamatov)
     - magento#18649: [Backport] Issue Fixed: Missing Fixed Product Tax total on PDF (by @maheshWebkul721)
     - magento#18815: [Backoport] Issue Fixed: Backups error from User Roles Permission 2.2.6 (by @maheshWebkul721)
     - magento#18461: fix  Fatal Error when save configurable product in Magento 2.2.5 magento#18082 (by @thiagolima-bm)
    
    
    Fixed GitHub Issues:
     - magento#19060: User created by admin cannot login (reported by @tomekjordan) has been fixed in magento#19110 by @agorbulin in 2.2-develop branch
       Related commits:
         1. 35c2345
    
     - magento#18840: Invalid Unit Test Annotations (reported by @okorshenko) has been fixed in magento#19105 by @swnsma in 2.2-develop branch
       Related commits:
         1. 252a0ed
    
     - magento#18901: Forgot password form should not available while customer is logged in. (reported by @webkul-ratnesh) has been fixed in magento#19089 by @swnsma in 2.2-develop branch
       Related commits:
         1. a651b31
    
     - magento#18617: Missing Fixed Product Tax total on PDF (reported by @Detzler) has been fixed in magento#18649 by @maheshWebkul721 in 2.2-develop branch
       Related commits:
         1. 382e550
    
     - magento#18150: Backups error from User Roles Permission 2.2.6 (reported by @andy17612) has been fixed in magento#18815 by @maheshWebkul721 in 2.2-develop branch
       Related commits:
         1. bf700aa
    
     - magento#18082: Fatal Error when save configurable product in Magento 2.2.5 (reported by @vpatidar009) has been fixed in magento#18461 by @thiagolima-bm in 2.2-develop branch
       Related commits:
         1. 03698da
         2. 38854b5
    magento-engcom-team authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    c825d3a View commit details
    Browse the repository at this point in the history
  13. Merge pull request magento#3339 from magento-thunder/MAGETWO-95411

    Fixed issues:
     - MAGETWO-95411: [Backport 2.2.x] Add the ability to install Magento without creating an administrator
    Yevhen Miroshnychenko authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    17f7686 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3750ccd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5dd5cc0 View commit details
    Browse the repository at this point in the history
  16. MQE-1339: Bump MFTF version in Magento

    - pull origin lock file, update MFTF version only
    KevinBKozan committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    51aa64f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e08dd1d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9b47faa View commit details
    Browse the repository at this point in the history
  19. MQE-1339: Bump MFTF version in Magento

    - Fix flaky actionGroup
    KevinBKozan committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    e98a94f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    135c0b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a934881 View commit details
    Browse the repository at this point in the history
  3. ENGCOM-3392: Fixed tierprice discount not calculated correctly if has…

    … specialprice magento#18743
    Stanislav Idolov authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    4adab69 View commit details
    Browse the repository at this point in the history
  4. ENGCOM-3340: fixed js translation magento#18959

    Stanislav Idolov authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    4aa7957 View commit details
    Browse the repository at this point in the history
  5. ENGCOM-3086: Fix/add expresion magento#17915

    Stanislav Idolov authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    4c86381 View commit details
    Browse the repository at this point in the history
  6. ENGCOM-1429: FIX for issue magento#14849 - In Sales Emails no transla…

    …tion using order.getStatusLabel() magento#14914
    Stanislav Idolov authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    77cabe8 View commit details
    Browse the repository at this point in the history
  7. MAGETWO-94860: Moving Category generate duplicate url_rewrite when 4t…

    …h level category exist and is translated
    serhii-balko committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    c5571ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    066c396 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    784940c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0be69c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f286e17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2365286 View commit details
    Browse the repository at this point in the history
  13. 🔃 [EngCom] Public Pull Requests - 2.2-develop

    Accepted Public Pull Requests:
     - magento#17854: Fix translations of category design theme not being applied (by @cezary-zeglen)
     - magento#19118: [Backport] Add/update newsletter messages in translation file (by @arnoudhgz)
     - magento#18743: Fixed tierprice discount not calculated correctly if has specialprice (by @gelanivishal)
     - magento#18959: fixed js translation (by @torhoehn)
     - magento#17915: Fix/add expresion (by @magently)
     - magento#14914: FIX for issue magento#14849 - In Sales Emails no translation using order.getStatusLabel() (by @phoenix128)
    
    
    Fixed GitHub Issues:
     - magento#17625: Translations done within a theme that's enabled through a category Design change aren't used (reported by @chefbuitenhuis) has been fixed in magento#17854 by @cezary-zeglen in 2.2-develop branch
       Related commits:
         1. f6eb7fb
    
     - magento#18652: Tierprice discount not calculated correctly if has specialprice. (reported by @Hoszi) has been fixed in magento#18743 by @gelanivishal in 2.2-develop branch
       Related commits:
         1. e40b9c7
         2. 451b6ba
         3. edf09b3
         4. 09bd229
    
     - magento#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 magento#18959 by @torhoehn in 2.2-develop branch
       Related commits:
         1. b51e3be
    
     - magento#17635: addExpressionFieldToSelect has to be called after all addFieldToSelect (reported by @dbsdsun) has been fixed in magento#17915 by @magently in 2.2-develop branch
       Related commits:
         1. e9451e0
         2. 29680f7
         3. 5a702ef
    
     - magento#14849: In Sales Emails no translation using order.getStatusLabel()  (reported by @raymond62) has been fixed in magento#14914 by @phoenix128 in 2.2-develop branch
       Related commits:
         1. 03e7de4
         2. 5d2b5be
         3. 1c9ce84
         4. 18ca5f0
         5. bd80b1a
         6. 2e634e4
    magento-engcom-team authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    7695e8d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4b022dc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d540a3c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    878082b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b090e88 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    eea0350 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    955caf7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e731723 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    733a35a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6f6694c View commit details
    Browse the repository at this point in the history
  23. Merge pull request magento#3422 from magento-pangolin/2.2-dev-pan-2.3.10

    [pangolin] MFTF 2.3.10 update for CE 2.2-develop
    okolesnyk authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    0fa19b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    9169167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28ac31a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0df5c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48738ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c066ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fe6c70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36d6331 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5507cf7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abb1c4c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5c8e5a View commit details
    Browse the repository at this point in the history
  11. Merge pull request magento#3439 from magento-tsg-csl3/2.2-develop-pr9

    [TSG-CSL3] 2.2-develop (pr9)
    viktym authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    1dcba87 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    48865d8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a8f7cf9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4b3b669 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6b57fc4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7c2615c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ed8fde4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    541bc69 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b665c45 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0e47557 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c0bfa9b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    aa206ef View commit details
    Browse the repository at this point in the history
  23. MQE-1339: Bump MFTF version in Magento

    - MFTF version bump and lock file update
    KevinBKozan committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    c864c30 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    008a763 View commit details
    Browse the repository at this point in the history
  25. Merge pull request magento#3446 from magento-pangolin/2.2-dev-pan-2.3.11

    [pangolin] MFTF 2.3.11 update for CE 2.2-develop
    okolesnyk authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    06aca23 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    021cde1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6f54f View commit details
    Browse the repository at this point in the history
  3. MAGETWO-73140: Anchor categories are showing products of disabled sub…

    …categories
    
     - Change temporary table
    SeruyV committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    93e08a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9e9253 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2493d0b View commit details
    Browse the repository at this point in the history
  6. Merge pull request magento#3435 from magento-performance/MAGETWO-96236

    [performance] MAGETWO-96236: [SO-3036] Bug with stock status in price indexer
    duhon authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    e673c83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48e1b11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45c2542 View commit details
    Browse the repository at this point in the history
  9. Merge pull request magento#3448 from magento-tsg/2.2-develop-pr57

    [TSG] Backporting for 2.2 (pr57) (2.2.8)
    Alexander Akimov authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    e6fee77 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Configuration menu
    Copy the full SHA
    dae72c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfdcef6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88d6f85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f967e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9ac1c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7415cdd View commit details
    Browse the repository at this point in the history
  7. Merge branch 'MAGETWO-73061' into 2.2-develop-pr10

    Mastiuhin Olexandr committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    ea434c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cae940 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'MAGETWO-94235' into mpi-fix-94235

    Mariana Lashch committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    2c6d6af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    011f0fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f56c993 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. magento#18956 Fixes for set root_category_id

    larsroettig authored and gelanivishal committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    aa4abec View commit details
    Browse the repository at this point in the history
  2. CodeReviewChange

    Lars Roettig authored and gelanivishal committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    acefdb3 View commit details
    Browse the repository at this point in the history
  3. magento#18956 Fix for phpunit-test case

    larsroettig authored and gelanivishal committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5866a39 View commit details
    Browse the repository at this point in the history
  4. magento#18956 Add TestCase for no root_category_id set

    larsroettig authored and gelanivishal committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    fee2712 View commit details
    Browse the repository at this point in the history
  5. ENGCOM-3408: magento#18956 Fixes for set root_category_id magento#18958

    - fixed docblocks
    slavvka authored and gelanivishal committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    7be21e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64718ce View commit details
    Browse the repository at this point in the history
  7. ENGCOM-3478: [Backport] Add missing unit test for WishlistSettings pl…

    …ugin magento#19240
    
     - Merge Pull Request magento#19240 from gelanivishal/magento2:2.2-develop-PR-port-18906
     - Merged commits:
       1. 64718ce
    magento-engcom-team committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    645f4f3 View commit details
    Browse the repository at this point in the history
  8. ENGCOM-3467: [Backport] Covering the CheckUserLoginBackendObserver by…

    … Unit Test magento#19217
    
     - Merge Pull Request magento#19217 from eduard13/magento2:2.2-develop-19175-bp
     - Merged commits:
       1. 7415cdd
    magento-engcom-team committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    f417c40 View commit details
    Browse the repository at this point in the history
  9. ENGCOM-3468: [Backport] Covering the \Magento\Weee observers by Unit …

    …Tests magento#19216
    
     - Merge Pull Request magento#19216 from eduard13/magento2:2.2-develop-19103-bp
     - Merged commits:
       1. a9ac1c4
    magento-engcom-team committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    c503b97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc904a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c9d1923 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb868c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5eb8a99 View commit details
    Browse the repository at this point in the history
  14. ENGCOM-3480: [Forwardport] magento#18956 Fixes for set root_category_id

    magento#19237
    
     - Merge Pull Request magento#19237 from gelanivishal/magento2:2.2-develop-PR-port-18958
     - Merged commits:
       1. aa4abec
       2. acefdb3
       3. 5866a39
       4. fee2712
       5. 7be21e2
    magento-engcom-team committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    f1b25b9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e544c95 View commit details
    Browse the repository at this point in the history
  16. Merge pull request magento#3452 from magento-mpi/mpi-fix-94235

    [MPI]-fix-94235
    viktym authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    da0b4f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3b6c90b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4b8bafd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    06bb53d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7775f7d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0b16224 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    064d879 View commit details
    Browse the repository at this point in the history
  23. 🔃 [EngCom] Public Pull Requests - 2.2-develop

    Accepted Public Pull Requests:
     - magento#19113: [2.2 backport] fix cipherMethod detection for openssl 1.1.1 (by @BlackIkeEagle)
     - magento#17889: Fixed child items showing on My Account order view (by @rogyar)
    
    
    Fixed GitHub Issues:
     - magento#16434: Bundle Product Options not showing in Customer Account - Items Ordered  (reported by @robertkent) has been fixed in magento#17889 by @rogyar in 2.2-develop branch
       Related commits:
         1. f744606
    slavvka authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    d14510f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. issue magento#19205 fixed

    mahesh-rajawat committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    aa379ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a321d2 View commit details
    Browse the repository at this point in the history
  3. ENGCOM-3488: Issue magento#19205 Fixed: Bundle Product Option with in…

    …put type is checkbox and add to cart with 3 values only 2 values added to cart. magento#19260
    
     - Merge Pull Request magento#19260 from maheshWebkul721/magento2:bundle-product-addto-cart
     - Merged commits:
       1. aa379ea
       2. 1a321d2
    magento-engcom-team committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    6a7ae23 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Configuration menu
    Copy the full SHA
    4c761a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4df596b View commit details
    Browse the repository at this point in the history
  3. Merge pull request magento#3458 from magento-tsg-csl3/2.2-develop-pr10

    [TSG-CSL3] For 2.2 (pr10)
    viktym authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    d3dcc9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fedacf9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Configuration menu
    Copy the full SHA
    4ef6d0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request magento#3469 from magento-tsg/2.2-develop-pr58

    [TSG] Backporting for 2.2 (pr58) (2.2.8)
    xmav authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    b1e26d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. ENGCOM-3488: Issue magento#19205 Fixed: Bundle Product Option with in…

    …put type is checkbox and add to cart with 3 values only 2 values added to cart. magento#19260
    VladimirZaets authored Nov 21, 2018
    Configuration menu
    Copy the full SHA
    3856db2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dce1b71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccb2122 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3041b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b9017c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4afa4d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16f1eef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9945dc7 View commit details
    Browse the repository at this point in the history
  9. 🔃 [EngCom] Public Pull Requests - 2.2-develop

    Accepted Public Pull Requests:
     - magento#19260: Issue magento#19205 Fixed: Bundle Product Option with input type is checkbox and add to cart with 3 values only 2 values added to cart. (by @maheshWebkul721)
     - magento#19237: [Backport] magento#18956 Fixes for set root_category_id (by @gelanivishal)
     - magento#19240: [Backport] Add missing unit test for WishlistSettings plugin (by @gelanivishal)
     - magento#19216: [Backport] Covering the \Magento\Weee observers by Unit Tests (by @eduard13)
     - magento#19217: [Backport] Covering the CheckUserLoginBackendObserver by Unit Test (by @eduard13)
     - magento#18808: fixed Quote Item Prices are NULL in cart related events. magento#18685 (by @ashutoshwebkul)
     - magento#16342: magento#14020-Cart-Sales-Rule-with-negated-condition-over-special-price-does� (by @novikor)
    
    
    Fixed GitHub Issues:
     - magento#19205: Bundle Product Option with input type is checkbox and add to cart with 3 values only 2 values added to cart (reported by @sneha-panchal) has been fixed in magento#19260 by @maheshWebkul721 in 2.2-develop branch
       Related commits:
         1. aa379ea
         2. 1a321d2
    
     - magento#18956: Import of RootCategoryId should be possbile (Magento/Store/Model/Config/Importer/Processor/Create.php) (reported by @larsroettig) has been fixed in magento#19237 by @gelanivishal in 2.2-develop branch
       Related commits:
         1. aa4abec
         2. acefdb3
         3. 5866a39
         4. fee2712
         5. 7be21e2
    
     - magento#18685: Quote Item Prices are NULL in cart related events. (reported by @qsolutions-pl) has been fixed in magento#18808 by @ashutoshwebkul in 2.2-develop branch
       Related commits:
         1. 09586e4
         2. 1638891
         3. 175ebc0
         4. 59bd874
    
     - magento#14020: Cart Sales Rule with negated condition over special_price does not work for configurable products (reported by @Filipe-Bicho) has been fixed in magento#16342 by @novikor in 2.2-develop branch
       Related commits:
         1. 90b6803
         2. 2717cb1
         3. d2a0de8
         4. fae98c0
         5. 9a35b45
         6. 887ee4a
         7. 0c9aa81
         8. 4e68337
         9. 5b95b22
         10. 618f408
         11. 7c8482b
         12. e7130bf
         13. 5a7e78a
         14. 8d417ac
         15. 90ff989
         16. c52e0e8
         17. 5c3154b
         18. 51adb9d
    VladimirZaets authored Nov 21, 2018
    Configuration menu
    Copy the full SHA
    32a7c4b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Configuration menu
    Copy the full SHA
    762722d View commit details
    Browse the repository at this point in the history
  2. ENGCOM-3276: [Backport] Fix issue with unexpected changing of subscri…

    …ption status after customer saving magento#18642
    Stanislav Idolov authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    0bc3a68 View commit details
    Browse the repository at this point in the history
  3. ENGCOM-3490: Magento 2.2 Fix Product::addImageToMediaGallery throws E…

    …xception magento#18951
    
     - Merge Pull Request magento#18951 from progreg/magento2:issue-6803-magento22
     - Merged commits:
       1. 4df596b
       2. fedacf9
    magento-engcom-team committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    651606e View commit details
    Browse the repository at this point in the history
  4. ENGCOM-3490: Magento 2.2 Fix Product::addImageToMediaGallery throws E…

    …xception magento#18951
    Stanislav Idolov authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    5218dd9 View commit details
    Browse the repository at this point in the history
  5. 🔃 [EngCom] Public Pull Requests - 2.2-develop

    Accepted Public Pull Requests:
     - magento#18960: local themes should be added to git repo (by @torhoehn)
     - magento#18642: [Backport] Fix issue with unexpected changing of subscription status after customer saving (by @alexeya-ven)
     - magento#18951: Magento 2.2 Fix Product::addImageToMediaGallery throws Exception (by @progreg)
    
    
    Fixed GitHub Issues:
     - magento#18949: dev/tools/grunt/configs/themes.js gets replaced after update magento (reported by @iget-master) has been fixed in magento#18960 by @torhoehn in 2.2-develop branch
       Related commits:
         1. bc485de
    
     - magento#6803: Product::addImageToMediaGallery throws Exception (reported by @R4c00n) has been fixed in magento#18951 by @progreg in 2.2-develop branch
       Related commits:
         1. 4df596b
         2. fedacf9
    magento-engcom-team authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    13de5a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. magento#18192, Fixed rating issue website wise

    saphal authored and saphaljha committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    06443f9 View commit details
    Browse the repository at this point in the history
  2. updated code as per given instruction

    saphal authored and saphaljha committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    cb6ff7e View commit details
    Browse the repository at this point in the history
  3. code modification

    saphal authored and saphaljha committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    56a0f11 View commit details
    Browse the repository at this point in the history
  4. core modified as per instructions

    saphal authored and saphaljha committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    9c59356 View commit details
    Browse the repository at this point in the history
  5. updated code

    saphal authored and saphaljha committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    fd4dd39 View commit details
    Browse the repository at this point in the history
  6. code updated as per instructions

    saphal authored and saphaljha committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    a26b9bd View commit details
    Browse the repository at this point in the history
  7. Fixed code style issues

    Stanislav Idolov authored and saphaljha committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    30a6d5a View commit details
    Browse the repository at this point in the history