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 2.1-develop]: Attribute category_ids issue #11389 #11806

Closed
wants to merge 10,000 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 30, 2017

  1. Remove list() to fix some tests

    One test reported an undefined "offset 1" for data, that has no port.
    Simple solution: remove list() and just work with the array.
    renttek committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    61d9767 View commit details
    Browse the repository at this point in the history
  2. Put "random" parameter back in ConfigGenerator

    It has to stay there, so that no older code breaks
    renttek committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    aec956f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e440946 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    885ecf8 View commit details
    Browse the repository at this point in the history
  5. Assign deprecated random parameter to property

    Has to be done to be backwards compatible
    renttek committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    91ee875 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3faf8b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1fd5b0e View commit details
    Browse the repository at this point in the history
  8. Add some type hints

    renttek committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    a2ae382 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c868fa2 View commit details
    Browse the repository at this point in the history
  10. Add ObjectManager to ConfigDataFactory

    ObjectManager is used in ConfigDataFactory to create new instances of
    ConfigData
    renttek committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    d78ae56 View commit details
    Browse the repository at this point in the history
  11. Ported Down changes from PR#10919

    From db79dbf Mon Sep 17 00:00:00 2001
    From: freakphp <[email protected]>
    Date: Sun, 17 Sep 2017 12:52:00 +0200
    Subject: [PATCH 1/2] magento#10803 update OrderService to return correct bool value for cancel method
    
    From d4cddf7 Mon Sep 17 00:00:00 2001
    From: Ievgen Shakhsuvarov <[email protected]>
    Date: Mon, 18 Sep 2017 12:22:00 +0200
    Subject: [PATCH 2/2] magento#10919: update OrderService to return correct bool value
    strell authored and strelldev committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    2a9255c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b2146db View commit details
    Browse the repository at this point in the history
  13. MAGETWO-80508: Added template as argument to the store address render…

    …er to allow custom formatting magento#11138
    
     - Merge Pull Request magento#11138 from jokeputs/magento2:store-address-template-argument
     - Merged commits:
       1. 58d96ae
    orlangur committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    2b96f58 View commit details
    Browse the repository at this point in the history
  14. MAGETWO-80509: Ported Down changes from PR#10919 magento#11160

     - Merge Pull Request magento#11160 from strell/magento2:2.2-develop
     - Merged commits:
       1. 2a9255c
    orlangur committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    687ffe3 View commit details
    Browse the repository at this point in the history
  15. MAGETWO-80511: Issue magento#9877: Backport of: getCacheTags for pric…

    …e issue magento#10930 magento#11154
    
     - Merge Pull Request magento#11154 from denysbabenko/magento2:9877
     - Merged commits:
       1. 991ecc7
    orlangur committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    541ceb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. Configuration menu
    Copy the full SHA
    bab5e31 View commit details
    Browse the repository at this point in the history
  2. Suppress warnings of long var names in testcases

    I Think a shorter variable naming in tests would not only shorten the
    code, but also make it harder to understand.
    renttek committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    c638fd7 View commit details
    Browse the repository at this point in the history
  3. Remove type hints and @api annotation

    - Remove scalar type and return hints
    - Inline mapHostData method & get rid of SupressWarning
    - Remove @api on new interface & implementation
    renttek committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    62eff1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58aab5e View commit details
    Browse the repository at this point in the history
  5. Fixed issue magento#10738: Empty attribute label is displayed on prod…

    …uct page when other language used
    maksek committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    3c68ca8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

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

    …ka-pr22
    Sergey Shvets committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    413b04c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caaa1f1 View commit details
    Browse the repository at this point in the history
  4. MAGETWO-72860: Fix default values not being properly loaded for Array…

    …Serialized fields - for 2.2
    viktym committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    86d46ce View commit details
    Browse the repository at this point in the history
  5. MAGETWO-80093: Create Functional Test to verify OOS Configuration pro…

    …duct Option not showing in Layered Navigation
    
    - fix static tests
    irenelagno committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    82a6569 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0cd97a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a70864 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f148433 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    252a706 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b888131 View commit details
    Browse the repository at this point in the history
  11. Merge branch '2.2-develop' into MAGETWO-72582

    Dmytro Voskoboinikov committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    9b44db0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a953e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec8c439 View commit details
    Browse the repository at this point in the history
  14. MAGETWO-75452: [Backport] - Fix Issue: “Asymmetric transaction rollba…

    …ck error” if commit callbacks throw exceptions magento#9955 - for 2.2
    omiroshnichenko committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    ae1c3bb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c101a34 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7909c23 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    129fb6b View commit details
    Browse the repository at this point in the history
  18. Merge pull request magento#1533 from magento-partners/prs-2.2-20170929

    [EngCom] Partners Pull Requests
    Volodymyr Kublytskyi authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    7ca7002 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6c70c44 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a9d47a9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ee4bb45 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    727d68f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5b1d6b1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    af39407 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a6053ad View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    58ea0de View commit details
    Browse the repository at this point in the history
  27. MAGETWO-71549: Impossible to export Advanced Prices on a medium profile

    - possible fix
    Oleksandr Gorkun committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    2d2abca View commit details
    Browse the repository at this point in the history
  28. Merge branch '2.2-develop' of https://github.com/magento-qwerty/magen…

    …to2ce into MAGETWO-71549
    Oleksandr Gorkun committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    191fb72 View commit details
    Browse the repository at this point in the history
  29. MAGETWO-71549: Impossible to export Advanced Prices on a medium profile

    - code style and code mess
    Oleksandr Gorkun committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    ee33abb View commit details
    Browse the repository at this point in the history
  30. MAGETWO-71549: Impossible to export Advanced Prices on a medium profile

    - code style and code mess
    Oleksandr Gorkun committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    dd7ad34 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0a81148 View commit details
    Browse the repository at this point in the history
  32. Merge remote-tracking branch 'remotes/origin/2.2-develop' into MAGETW…

    …O-72747-Rest-Shipment-Config
    Eric Bohanon committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    0d3a6e6 View commit details
    Browse the repository at this point in the history
  33. MAGETWO-72747: [Magento Cloud] - /rest/default/V1/order/<order id>/sh…

    …ip and configurable products - for 2.2
    
     - Fix static failures
    Eric Bohanon committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    1010ae9 View commit details
    Browse the repository at this point in the history
  34. MAGETWO-80581: Merge code from 2.2.0 release branches into "2.2-devel…

    …op" branches
    Alex Paliarush committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    0248b2f View commit details
    Browse the repository at this point in the history
  35. MAGETWO-80581: Merge code from 2.2.0 release branches into "2.2-devel…

    …op" branches
    Alex Paliarush committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    a0f3318 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Configuration menu
    Copy the full SHA
    b745d6f View commit details
    Browse the repository at this point in the history
  2. MAGETWO-71549: Impossible to export Advanced Prices on a medium profile

    - fix
    Oleksandr Gorkun committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    9c0a3ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97cb770 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14e613b View commit details
    Browse the repository at this point in the history
  5. MAGETWO-80714: Fix the correct removal of the images and the removal …

    …of all images in the catalog magento#11147
    
     - Merge Pull Request magento#11147 from raumatbel/magento2:2.2-develop
     - Merged commits:
       1. ab63d6a
    Volodymyr Kublytskyi committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    2dfd4ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99a3c01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28ff088 View commit details
    Browse the repository at this point in the history
  8. MAGETWO-71549: Impossible to export Advanced Prices on a medium profile

    - fix
    Oleksandr Gorkun committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    7114282 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b73d513 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    27149cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d56861a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9b0a3c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    79f6a95 View commit details
    Browse the repository at this point in the history
  14. MAGETWO-80177: [2.2.x] - Remove zend json from customer data magento#…

    …10259
    
    - rework fix for 2.2.1 without minor change
    irenelagno committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    4215a8b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bce0094 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e050922 View commit details
    Browse the repository at this point in the history
  17. MAGETWO-80778: Delete CallExit function for After plugin logic execut…

    …ion 2.2-develop [BackPort] magento#11200
    
     - Merge Pull Request magento#11200 from osrecio/magento2:PR#DeleteExitFileFactory-2.2
     - Merged commits:
       1. e050922
    miguelbalparda committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    9699f07 View commit details
    Browse the repository at this point in the history
  18. MAGETWO-72747: [Magento Cloud] - /rest/default/V1/order/<order id>/sh…

    …ip and configurable products - for 2.2
    Eric Bohanon committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    6e7c7f6 View commit details
    Browse the repository at this point in the history
  19. MAGETWO-72747: [Magento Cloud] - /rest/default/V1/order/<order id>/sh…

    …ip and configurable products - for 2.2
    Eric Bohanon committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    793381e View commit details
    Browse the repository at this point in the history
  20. MAGETWO-72747: [Magento Cloud] - /rest/default/V1/order/<order id>/sh…

    …ip and configurable products - for 2.2
    Eric Bohanon committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    280d342 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ef66188 View commit details
    Browse the repository at this point in the history
  22. MAGETWO-71520: Product Grid filtered to Store View is broken if corre…

    …sponding Store is deleted
    
    - fixing grid to render and reset filters if filters will throw an exception
    - covering with functional tests
    cpartica committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    2933325 View commit details
    Browse the repository at this point in the history
  23. Merge pull request magento#1542 from magento-honey-badgers/bugs

    [Honey Badger] Bugfixes
    cpartica authored Oct 3, 2017
    Configuration menu
    Copy the full SHA
    de4369f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    159cdbf View commit details
    Browse the repository at this point in the history
  25. MAGETWO-72747: [Magento Cloud] - /rest/default/V1/order/<order id>/sh…

    …ip and configurable products - for 2.2
    Eric Bohanon committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    e4496a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Merge pull request magento#1538 from magento-okapis/MAGETWO-80581

    [okapis] MAGETWO-80581: Merge code from 2.2.0 release branches into "2.2-develop" branches
    cpartica authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    850b9e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eebf0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2973f9 View commit details
    Browse the repository at this point in the history
  4. MAGETWO-72467: Move Signifyd to CE

    - update composer.lock
    iivashchenko committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    18f2108 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30a123b View commit details
    Browse the repository at this point in the history
  6. Remove @SuppressWarning annotations form tests

    @SuppresssWarning should not be used
    Julian Nuß committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    e8fe7ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f84d8b5 View commit details
    Browse the repository at this point in the history
  8. MAGETWO-72582: Configurable product displays the price of "out of sto…

    …ck" configuration
    Dmytro Voskoboinikov committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    7ab0846 View commit details
    Browse the repository at this point in the history
  9. Merge branch '2.2-develop' into MAGETWO-72582

    Dmytro Voskoboinikov committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    348a897 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb173bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a58f62 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    60424fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4eb5044 View commit details
    Browse the repository at this point in the history
  14. MAGETWO-80508: Added template as argument to the store address render…

    …er to allow custom formatting magento#11138
    vrann authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    9c95986 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c640aba View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    097ca09 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ee24d30 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9496ae6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    30003ae View commit details
    Browse the repository at this point in the history
  20. Merge branch '2.2-develop' of github.com:magento/magento2ce into MAGE…

    …TWO-67097
    Sergey Shvets committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    9f3f183 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'MAGETWO-67097' of github.com:magento-chaika/magento2ce …

    …into chaika-pr22
    Sergey Shvets committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    6eebd77 View commit details
    Browse the repository at this point in the history
  22. MAGETWO-72582: Configurable product displays the price of "out of sto…

    …ck" configuration
    Dmytro Voskoboinikov committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    14050fa View commit details
    Browse the repository at this point in the history
  23. MAGETWO-80884: Fixed issue magento#10738: Don't display attribute lab…

    …el if defined as 'none' in layout magento#11168
    
     - Merge Pull Request magento#11168 from maksek/magento2:none_transaltion_fix
     - Merged commits:
       1. 3c68ca8
    Oleksii Korshenko committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    67d265d View commit details
    Browse the repository at this point in the history
  24. MAGETWO-80811: Remove '-dev' suffix from magento/2.2-develop modules …

    …version
    
    - Revert "MAGETWO-80581: Merge code from 2.2.0 release branches into "2.2-develop" branches"
    - This reverts commit a0f3318.
    vgoncharenko committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    2315168 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    08491d3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bc6180c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e110196 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ce93e40 View commit details
    Browse the repository at this point in the history
  29. MAGETWO-80885: Cms page/block eventprefix fix issue 9900 magento#11223

     - Merge Pull Request magento#11223 from convenient/magento2:cms-page-eventprefix-fix-issue-9900
     - Merged commits:
       1. 08491d3
       2. bc6180c
       3. e110196
       4. ce93e40
    Oleksii Korshenko committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    94131e6 View commit details
    Browse the repository at this point in the history
  30. MAGETWO-72747: [Magento Cloud] - /rest/default/V1/order/<order id>/sh…

    …ip and configurable products - for 2.2
    Eric Bohanon committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    5ad1a7f View commit details
    Browse the repository at this point in the history
  31. MAGETWO-80514: Refactor ConfigGenerator to replace/set crypt key inst…

    …ead of append magento#11155
    
     - Merge Pull Request magento#11155 from renttek/magento2:issue/11089
     - Merged commits:
       1. 13daa74
       2. f50ad05
       3. 4f3e981
       4. 2718be3
       5. b517623
       6. 345a7f3
       7. ae06955
       8. 43e9751
       9. 4b748cf
       10. 010097d
       11. 2316cd8
       12. c7ca261
       13. eb33d60
       14. 61d9767
       15. aec956f
       16. e440946
       17. 885ecf8
       18. 91ee875
       19. 3faf8b5
       20. 1fd5b0e
       21. a2ae382
       22. c868fa2
       23. d78ae56
       24. b2146db
       25. bab5e31
       26. c638fd7
       27. 62eff1d
       28. 58aab5e
       29. e8fe7ed
    dmanners committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    2601ccb View commit details
    Browse the repository at this point in the history
  32. Merge remote-tracking branch 'remotes/origin/2.2-develop' into MAGETW…

    …O-72747-Rest-Shipment-Config
    Eric Bohanon committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    ed37b8f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4b5a73f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ad9b645 View commit details
    Browse the repository at this point in the history
  35. MAGETWO-72747: [Magento Cloud] - /rest/default/V1/order/<order id>/sh…

    …ip and configurable products - for 2.2
    Eric Bohanon committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    e97ce5b View commit details
    Browse the repository at this point in the history
  36. MAGETWO-71520: Product Grid filtered to Store View is broken if corre…

    …sponding Store is deleted
    
    - fix unit test
    cpartica committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    550ae56 View commit details
    Browse the repository at this point in the history
  37. Disable secret key validation on admin noroute to fix redirect loop

    Similar to 2f422ad but using the framework.
    
    Fixes issue magento#10611 for the `2.2-develop` branch.
    
    Doesn't address the route cause, but only fixes the symptom as per magento#10921 (comment)
    convenient committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    ded7e67 View commit details
    Browse the repository at this point in the history
  38. MAGETWO-80899: Disable secret key validation on admin noroute to fix …

    …redirect loop magento#11229
    
     - Merge Pull Request magento#11229 from convenient/magento2:fix-issue-10611
     - Merged commits:
       1. ded7e67
    Oleksii Korshenko committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    97c5a2e View commit details
    Browse the repository at this point in the history
  39. MAGETWO-72747: [Magento Cloud] - /rest/default/V1/order/<order id>/sh…

    …ip and configurable products - for 2.2
    Eric Bohanon committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    d5e2fcc View commit details
    Browse the repository at this point in the history
  40. MAGETWO-71520: Product Grid filtered to Store View is broken if corre…

    …sponding Store is deleted
    
    - fix unit test
    cpartica committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    478b0ec View commit details
    Browse the repository at this point in the history
  41. MAGETWO-80898: Create Functional Test to verify if Ordered Products G…

    …rid displays child simple products SKU for a configurable product
    
    - Added Functional test
    dthampy committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    dc31838 View commit details
    Browse the repository at this point in the history
  42. Merge pull request magento#1537 from magento-honey-badgers/MAGETWO-72…

    …747-Rest-Shipment-Config
    
    [honey] MAGETWO-72747: [Magento Cloud] - /rest/default/V1/order/<order id>/ship and configurable products - for 2.2
    cpartica authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    11a29d7 View commit details
    Browse the repository at this point in the history
  43. MAGETWO-80898: Create Functional Test to verify if Ordered Products G…

    …rid displays child simple products SKU for a configurable product
    
    - Fixed dataset
    dthampy committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    c069b7f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    268dce1 View commit details
    Browse the repository at this point in the history
  45. MAGETWO-80899: Disable secret key validation on admin noroute to fix …

    …redirect loop magento#11229
    Oleksii Korshenko authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    acc20d6 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    bf87946 View commit details
    Browse the repository at this point in the history
  47. MAGETWO-80884: Fixed issue magento#10738: Don't display attribute lab…

    …el if defined as "none" in layout magento#11168
    Oleksii Korshenko authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    a0d2a7d View commit details
    Browse the repository at this point in the history
  48. Merge pull request magento#1551 from magento-engcom/2.2-develop-prs

    Oleksii Korshenko authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    9db4501 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Merge branch '2.2-develop' of github.com:magento/magento2ce into chai…

    …ka-pr22
    Sergey Shvets committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    1ec57c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a57ea8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'bugs' into MAGETWO-80201

    # Conflicts:
    #	dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Repository/ConfigurableProduct.xml
    irenelagno committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    6394681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bb8c45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cc8a1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61e28d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdeb6e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8bd83f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e292925 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20273f0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2016542 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    066495a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    79f9c8a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    92f8966 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    91b0a97 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    afcbf0b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b2564f4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    154dd01 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8b5d36f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fef8e37 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    045d826 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2b83742 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4fa2c73 View commit details
    Browse the repository at this point in the history
  24. MAGETWO-72582: Configurable product displays the price of "out of sto…

    …ck" configuration
    Dmytro Voskoboinikov committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    518112c View commit details
    Browse the repository at this point in the history
  25. Merge pull request magento#1536 from magento-mpi/PR-Signifyd

    [MPI] Move Signifyd to CE
    viktym authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    921d5f6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2e867be View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    eed8dfa View commit details
    Browse the repository at this point in the history
  28. MAGETWO-75452: [Backport] - Fix Issue: “Asymmetric transaction rollba…

    …ck error” if commit callbacks throw exceptions magento#9955 - for 2.2
    omiroshnichenko committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    f3b9f24 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b16cb49 View commit details
    Browse the repository at this point in the history
  30. MAGETWO-75452: [Backport] - Fix Issue: “Asymmetric transaction rollba…

    …ck error” if commit callbacks throw exceptions magento#9955 - for 2.2
    omiroshnichenko committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    30e065c View commit details
    Browse the repository at this point in the history
  31. MAGETWO-80898: Create Functional Test to verify if Ordered Products G…

    …rid displays child simple products SKU for a configurable product
    
    - Fixed code and code styles per CR comments
    dthampy committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    1aa5a61 View commit details
    Browse the repository at this point in the history
  32. MAGETWO-80228: Only prompt for deploy command in production mode mage…

    …nto#11050
    
     - Merge Pull Request magento#11050 from schmengler/magento2:compilation-after-upgrade2.2
     - Merged commits:
       1. c3ea1f5
       2. 0c0393d
       3. 68b56b9
    vrann committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    736db64 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c17b3eb View commit details
    Browse the repository at this point in the history
  34. MAGETWO-71520: Product Grid filtered to Store View is broken if corre…

    …sponding Store is deleted
    
    - fix CR
    cpartica committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    a6a2301 View commit details
    Browse the repository at this point in the history
  35. MAGETWO-80898: Create Functional Test to verify if Ordered Products G…

    …rid displays child simple products SKU for a configurable product
    
    - Fixed dataset name
    dthampy committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    5626632 View commit details
    Browse the repository at this point in the history
  36. MAGETWO-81020: Can't close mobile search bar magento#11246

     - Merge Pull Request magento#11246 from crissanclick/magento2:CantCloseMobileSearchBar
     - Merged commits:
       1. 79f9c8a
       2. 154dd01
       3. c17b3eb
    Oleksii Korshenko committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    fb78914 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Merge branch '2.2-develop' of https://github.com/magento/magento2ce i…

    …nto MAGETWO-80811
    
    # Conflicts:
    #	composer.json
    #	composer.lock
    vgoncharenko committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    951e467 View commit details
    Browse the repository at this point in the history
  2. MAGETWO-80811: Remove '-dev' suffix from magento/2.2-develop modules …

    …version
    
    - Resolve conflicts after merge with '2.2-develop'
    vgoncharenko committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    928d613 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3102ed7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb8fa4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3337a7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request magento#1541 from magento-panda/PANDA-FIXES

    Fixed issues:
    - MAGETWO-72370 Configurable product shows up on category page on storefront when child products are disabled via Mass Action
    - MAGETWO-75415 Add grouped product fixture with assigned simple products as grouped options
    igrybkov authored Oct 6, 2017
    Configuration menu
    Copy the full SHA
    2eaf779 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb75b11 View commit details
    Browse the repository at this point in the history
  8. MAGETWO-80150: Fix in stripped min length validation when value has s…

    …pecial characters magento#11084
    
     - Merge Pull Request magento#11084 from rubenRP/magento2:I#9920
     - Merged commits:
       1. 6e5c8f0
       2. 6be8769
    Volodymyr Kublytskyi committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    3efba6e View commit details
    Browse the repository at this point in the history
  9. Merge branch '2.2-develop' into MAGETWO-72582

    Dmytro Voskoboinikov committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    6445b04 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c13297 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43cfc74 View commit details
    Browse the repository at this point in the history
  12. MAGETWO-80515: Fix 404 status header magento#11134

     - Merge Pull Request magento#11134 from Zifius/magento2:fix/issue-10775
     - Merged commits:
       1. 70379e3
    dmanners committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    e260622 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0601979 View commit details
    Browse the repository at this point in the history
  14. Merge branch '2.2-develop' into MAGETWO-72582

    Dmytro Voskoboinikov committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    36b7c3d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c2de09a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5b17e34 View commit details
    Browse the repository at this point in the history
  17. Merge pull request magento#1553 from magento-plankton/2.2-bugs

    [Plankton] Bugfixes
    Alexander Akimov authored Oct 6, 2017
    Configuration menu
    Copy the full SHA
    03f7ded View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    15d9280 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    28134e4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f61ae69 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f4903dc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f8a91f4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    eaf2ffa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a314af6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4746d64 View commit details
    Browse the repository at this point in the history
  26. MAGETWO-71520: Product Grid filtered to Store View is broken if corre…

    …sponding Store is deleted
    
    -fix static tests
    irenelagno committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    aafcc0b View commit details
    Browse the repository at this point in the history
  27. MAGETWO-81019: Fix for magento#10317 Disable region list when switchi…

    …ng to a region optional country. magento#11254
    
     - Merge Pull Request magento#11254 from romainruaud/magento2:fix_region-updater
     - Merged commits:
       1. 43cfc74
    vrann committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    94f80fc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6dec917 View commit details
    Browse the repository at this point in the history
  29. MAGETWO-81019: Fix for magento#10317 Disable region list when switchi…

    …ng to a region optional country. magento#11254
    vrann authored Oct 6, 2017
    Configuration menu
    Copy the full SHA
    d6f5b65 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1ef5282 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    15e4dc5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3f97e5d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    aa2a910 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    91765ea View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e373d46 View commit details
    Browse the repository at this point in the history
  36. MAGETWO-81188: Make block class not mandatory

    - adding a default class in case class argument is not defined in xml
    cpartica committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    a5da423 View commit details
    Browse the repository at this point in the history
  37. MAGETWO-81188: Make block class not mandatory

    - overriding default block class in backend
    cpartica committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    76dfaf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. Merge pull request magento#1561 from magento-honey-badgers/MAGETWO-80201

    [Honey Badgers] Bugfixes
    cpartica authored Oct 7, 2017
    Configuration menu
    Copy the full SHA
    0e29169 View commit details
    Browse the repository at this point in the history
  2. MAGETWO-81188: Make block class not mandatory

    - fix static test
    cpartica committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    2402a79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    945faf9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request magento#1564 from magento-honey-badgers/MAGETWO-81188

    [honey badgers] MAGETWO-81188: Make block class not mandatory
    cpartica authored Oct 7, 2017
    Configuration menu
    Copy the full SHA
    9304040 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61bd520 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43dd32b View commit details
    Browse the repository at this point in the history
  7. Resolved issue magento#9243:

    - Removed Magento\Framework\Locale\CurrencyInterface from setService method and changed it to \Zend_Currency_CurrencyInterface which must be provider to this function.
    - Changed return type to \Zend_Currency_CurrencyInterface, the given instance of the service is returned by the setService function
    - Removed \Zend_Service from getService method and changed it to \Zend_Currency_CurrencyInterface
    - Added @deprecated tags to both methods and added @see annotation to the methods. Referenced corresponding interface \Magento\Directory\Model\Currency\Import\ImportInterface
    dverkade committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    ffd2412 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Configuration menu
    Copy the full SHA
    4ed54d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. Configuration menu
    Copy the full SHA
    05c5ce7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9793f5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3000828 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fce36f5 View commit details
    Browse the repository at this point in the history
  5. MAGETWO-81281: Stabilize 2.2-develop branch on CI

    Andrey Konosov committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    8499bd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cfe81d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5740e11 View commit details
    Browse the repository at this point in the history
  8. Merge branches '2.2-develop' and 'MAGETWO-71549' of https://github.co…

    …m/magento-qwerty/magento2ce into Qwerty-PR20171006-2
    Oleksandr Gorkun committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    a4991db View commit details
    Browse the repository at this point in the history
  9. merge magento/2.2-develop into magento-tango/PR-2.2

    Magento CICD authored Oct 9, 2017
    Configuration menu
    Copy the full SHA
    7365554 View commit details
    Browse the repository at this point in the history
  10. Merge pull request magento#1559 from magento-helix/MAGETWO-80811

    [HELIX] Revert modules versions
    Alexander Akimov authored Oct 9, 2017
    Configuration menu
    Copy the full SHA
    d30f077 View commit details
    Browse the repository at this point in the history
  11. Merge branch '2.2-develop' of github.com:magento/magento2ce into chai…

    …ka-pr22
    Sergey Shvets committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    cc084c7 View commit details
    Browse the repository at this point in the history
  12. MAGETWO-81325: Fix magento#9243 - Upgrade ZF components. Zend_Service m…

    …agento#11291
    
     - Merge Pull Request magento#11291 from dverkade/magento2:Upgrade_ZF_components._Zend_Service
     - Merged commits:
       1. ffd2412
    Oleksii Korshenko committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    cbe3fca View commit details
    Browse the repository at this point in the history
  13. MAGETWO-81281: Stabilize 2.2-develop branch on CI

    Andrey Konosov committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    d0239da View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    58b2682 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. MAGETWO-81281: Stabilize 2.2-develop branch on CI

    Andrey Konosov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    672b1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e50b5c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b125e05 View commit details
    Browse the repository at this point in the history
  4. MAGETWO-81281: Stabilize 2.2-develop branch on CI

    Andrey Konosov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    322ef92 View commit details
    Browse the repository at this point in the history
  5. MAGETWO-81281: Stabilize 2.2-develop branch on CI

    Andrey Konosov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    c548b09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5710098 View commit details
    Browse the repository at this point in the history
  7. Merge commit 'refs/pull/1568/head' of github.com:magento/magento2ce i…

    …nto 2.2-develop
    Andrey Konosov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    85ccf4b View commit details
    Browse the repository at this point in the history
  8. Merge commit 'refs/pull/1567/head' of github.com:magento/magento2ce i…

    …nto 2.2-develop
    Andrey Konosov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    bb41a99 View commit details
    Browse the repository at this point in the history
  9. Merge commit 'refs/pull/1556/head' of github.com:magento/magento2ce i…

    …nto 2.2-develop
    Andrey Konosov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    30a16fa View commit details
    Browse the repository at this point in the history
  10. Merge commit 'refs/pull/1566/head' of github.com:magento/magento2ce i…

    …nto 2.2-develop
    Andrey Konosov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    dfd934f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa82a78 View commit details
    Browse the repository at this point in the history
  12. Merge pull request magento#1573 from magento-panda/2.2-stabilization

    [KoKoC] 2.2-develop stabilization + cumulative PR merge
    viktym authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    cc71ccf View commit details
    Browse the repository at this point in the history
  13. Merge commit 'refs/pull/1570/head' of https://github.com/magento/mage…

    …nto2ce into Qwerty-PR20171006
    Dmytro Voskoboinikov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    9f2d501 View commit details
    Browse the repository at this point in the history
  14. Merge commit 'refs/pull/1574/head' of https://github.com/magento/mage…

    …nto2ce into Qwerty-PR20171006
    Dmytro Voskoboinikov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    d3a63b0 View commit details
    Browse the repository at this point in the history
  15. Merge branch '2.2-develop' into Qwerty-PR20171006

    Dmytro Voskoboinikov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    ffa0f42 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b613af0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    40a4ed8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5945195 View commit details
    Browse the repository at this point in the history
  19. Merge pull request magento#1575 from magento-qwerty/Qwerty-PR20171006

    Fixed issues:
    - MAGETWO-71552: Attribute values on store view level not searchable - for 2.2
    - MAGETWO-72866: Redundant indexers invalidation - RIATCS-340
    - MAGETWO-75458: [Backport] - Fix overwrite default value image/file with NULL magento#10253 - for 2.2
    - MAGETWO-75460: [Backport] - LowestPriceOptionsProvider returns products without attributes which are used for price calculation (e.g. tax adjustment)
    - MAGETWO-80193: [2.2.x] - Add cast to string for CUST_GROUP_ALL magento#10475
    - MAGETWO-80204: [2.2.x] - Grammar fix for magento#9533 magento#10627
    - MAGETWO-71549: Impossible to export Advanced Prices on a medium profile
    - MAGETWO-80198: [2.2.x] - Fix issue magento#10565 magento#10575
    - MAGETWO-80197: [2.2.x] - Fix JS translation search magento#10445
    - MAGETWO-80195: [2.2.x] - Send different base currency in Google analytics magento#10508
    dvoskoboinikov authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    9b87eb0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fc33969 View commit details
    Browse the repository at this point in the history
  21. MAGETWO-80514: Refactor ConfigGenerator to replace/set crypt key inst…

    …ead of append magento#11155
    Oleksii Korshenko authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    fc9e07a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d59493f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Merge pull request magento#1580 from magento-engcom/2.2-develop-prs

    Public Pull Requests
    
    magento#11291
    magento#11155
    Oleksii Korshenko authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    fb05546 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833cfa3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request magento#1581 from magento-tango/MAGETWO-71554

    Bug
    - MAGETWO-71554 Visual Merchandiser category edit performance issue - for 2.2
    VladimirZaets authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    ba4b975 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4f4d8d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Merge pull request magento#1577 from magento-panda/PANDA-FIXES-2.2

    Fixed issue:
    MAGETWO-77777 [2.2.x] - [Magento Cloud] Using search synonyms from the same group gives different results
    
    array bug fix
    
    Category_ids display no
    
    Refactoring
    
    continue condition
    
    Condition rewrite
    igrybkov authored and manuelson committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    c33d9d7 View commit details
    Browse the repository at this point in the history