Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Forwardport] [TASK] Fix overriding of payment methods in getPaymentMethodList #2

Closed
wants to merge 83 commits into from

Commits on Apr 27, 2018

  1. Configuration menu
    Copy the full SHA
    193d007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3015b64 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

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

Commits on May 2, 2018

  1. MAGETWO-90310: [Magento Cloud] - PayPal pop up does not work with vir…

    …tual product (gift card)
    StasKozar committed May 2, 2018
    Configuration menu
    Copy the full SHA
    32a9110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0332cb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Configuration menu
    Copy the full SHA
    9cfb607 View commit details
    Browse the repository at this point in the history
  2. MAGETWO-90313: Import existing customer with only three columns will …

    …override customer group_id and store_id
    OlgaVasyltsun committed May 3, 2018
    Configuration menu
    Copy the full SHA
    4ed0792 View commit details
    Browse the repository at this point in the history
  3. MAGETWO-90144: [Forwardport] Fixed amount discount for whole cart app…

    …lying an extra cent to the discount amount for
    OlgaVasyltsun committed May 3, 2018
    Configuration menu
    Copy the full SHA
    7d2c8a5 View commit details
    Browse the repository at this point in the history
  4. MAGETWO-90313: Import existing customer with only three columns will …

    …override customer group_id and store_id
    OlgaVasyltsun committed May 3, 2018
    Configuration menu
    Copy the full SHA
    276082a View commit details
    Browse the repository at this point in the history
  5. MAGETWO-90310: [Magento Cloud] - PayPal pop up does not work with vir…

    …tual product (gift card)
    StasKozar committed May 3, 2018
    Configuration menu
    Copy the full SHA
    79c23fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18148e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfefced View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a2e9d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17ff1ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eac772a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Configuration menu
    Copy the full SHA
    585906b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dec9f82 View commit details
    Browse the repository at this point in the history
  3. MAGETWO-90144: [Forwardport] Fixed amount discount for whole cart app…

    …lying an extra cent to the discount amount for
    OlgaVasyltsun committed May 4, 2018
    Configuration menu
    Copy the full SHA
    b7f79fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2ae3b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42d4e1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a959241 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c7b444 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f8bc62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33e4a1d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59717eb View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. [2.3-develop] [ForwardPort] Port of magento#12285 The option <var nam…

    …e="allowfullscreen">false</var> for mobile device don't work in product view page gallery
    
    Change the type of config variables of values "true" and "false" to type boolean, instead of string.
    gwharton committed May 5, 2018
    Configuration menu
    Copy the full SHA
    435b165 View commit details
    Browse the repository at this point in the history
  2. [2.3-develop] [ForwardPort] Port of magento#15020 Update Gallery Temp…

    …late to handle boolean config Variables
    
    Due to changes implemented in the resolution to magento#12285, boolean configuration variables are now properly typed booleans, instead of the strings "true" and "false".
    
    Without this fix applied, config vals that were true were being output in the gallery template javascript as : 1 and values that were false were being output as :
    
    This causes javascript errors for any item that is set to false.
    gwharton committed May 5, 2018
    Configuration menu
    Copy the full SHA
    163d4cc View commit details
    Browse the repository at this point in the history
  3. ENGCOM-1457: [2.3-develop] [ForwardPort] Port of magento#15020 Update…

    … Gallery Template to handle boolean config Variables magento#15022
    
     - Merge Pull Request magento#15022 from gwharton/magento2:2.3-develop-15020
     - Merged commits:
       1. 163d4cc
    magento-engcom-team committed May 5, 2018
    Configuration menu
    Copy the full SHA
    e56645c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. Fixed Travis Build Problems

    Fixed Travis Build Problems
    gwharton committed May 6, 2018
    Configuration menu
    Copy the full SHA
    4113f26 View commit details
    Browse the repository at this point in the history
  2. Added strict types declaration

    gwharton committed May 6, 2018
    Configuration menu
    Copy the full SHA
    c0b9e8f View commit details
    Browse the repository at this point in the history
  3. Attempt to fix codacy issue

    gwharton committed May 6, 2018
    Configuration menu
    Copy the full SHA
    05b1512 View commit details
    Browse the repository at this point in the history
  4. Fix Travis Long Line Check

    gwharton committed May 6, 2018
    Configuration menu
    Copy the full SHA
    2701a4f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. ENGCOM-1456: [2.3-develop] [ForwardPort] Port of magento#12285 The op…

    …tion <var name='allowfullscreen'>false</var> for mobile device don't work in product view page gallery magento#15021
    
     - Merge Pull Request magento#15021 from gwharton/magento2:2.3-develop-12285
     - Merged commits:
       1. 435b165
       2. 4113f26
       3. c0b9e8f
       4. 05b1512
       5. 2701a4f
    magento-engcom-team committed May 7, 2018
    Configuration menu
    Copy the full SHA
    567da67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b76ddf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40d9180 View commit details
    Browse the repository at this point in the history
  4. ENGCOM-1460: [Forwardport] fix: set message-success in setup if we al…

    …ready have the latest version magento#15034
    
     - Merge Pull Request magento#15034 from DanielRuf/magento2:2.3-develop-PR-port-15012
     - Merged commits:
       1. b76ddf8
       2. 40d9180
    magento-engcom-team committed May 7, 2018
    Configuration menu
    Copy the full SHA
    1bb694b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3eaa11f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f13c1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c2f8f8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    dbf74dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6e2ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e07e762 View commit details
    Browse the repository at this point in the history
  4. ENGCOM-1468: [Forwardport] Duplicate Order Confirmation Emails for Pa…

    …yPal Express checkout magento#15050
    
     - Merge Pull Request magento#15050 from rogyar/magento2:2.3-duplicate-paypal-email-fix
     - Merged commits:
       1. b6e2ad0
    magento-engcom-team committed May 8, 2018
    Configuration menu
    Copy the full SHA
    beb0baa View commit details
    Browse the repository at this point in the history
  5. ENGCOM-1469: [Forwardport] Add statement to 'beforeSave' method to al…

    …low app:config:import magento#15051
    
     - Merge Pull Request magento#15051 from rogyar/magento2:2.3-config-import-country-cart
     - Merged commits:
       1. e07e762
    magento-engcom-team committed May 8, 2018
    Configuration menu
    Copy the full SHA
    c94472a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52971ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77c69ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5728b3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c55860 View commit details
    Browse the repository at this point in the history
  10. ENGCOM-1457: [2.3-develop] [ForwardPort] Port of magento#15020 Update…

    … Gallery Template to handle boolean config Variables magento#15022
    VladimirZaets authored May 8, 2018
    Configuration menu
    Copy the full SHA
    4b29a01 View commit details
    Browse the repository at this point in the history
  11. ENGCOM-1456: [2.3-develop] [ForwardPort] Port of magento#12285 The op…

    …tion <var name="allowfullscreen">false</var> for mobile device don't work in product view page gallery magento#15021
    VladimirZaets authored May 8, 2018
    Configuration menu
    Copy the full SHA
    521518f View commit details
    Browse the repository at this point in the history
  12. Merge pull request magento#2514 from magento-performance/MAGETWO-90563

    [performance] MAGETWO-90563: [Forwardport] Implement segmentation for Category Product Indexer
    kandy authored May 8, 2018
    Configuration menu
    Copy the full SHA
    a53347e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    04fac0e View commit details
    Browse the repository at this point in the history
  14. [EngCom] Public Pull Requests - 2.3-develop

     - merged latest code from mainline branch
    magento-engcom-team authored May 8, 2018
    Configuration menu
    Copy the full SHA
    76349ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6771f36 View commit details
    Browse the repository at this point in the history
  16. Fixed typo and logic mismatch

    Stanislav Idolov authored and adrian-martinez-interactiv4 committed May 8, 2018
    Configuration menu
    Copy the full SHA
    79b74b6 View commit details
    Browse the repository at this point in the history
  17. Fixed reset method usage

    Stanislav Idolov authored and adrian-martinez-interactiv4 committed May 8, 2018
    Configuration menu
    Copy the full SHA
    4276a24 View commit details
    Browse the repository at this point in the history
  18. Changed return type of addToCartPostParams to array

    \Magento\Catalog\Block\Product\ListProduct::getAddToCartPostParams incorrectly defined a string return type when in fact it's an array
    LordZardeck authored and adrian-martinez-interactiv4 committed May 8, 2018
    Configuration menu
    Copy the full SHA
    a132f54 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    361d576 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    435650b View commit details
    Browse the repository at this point in the history
  21. use Module_Name/template/path format instead of using template/path i…

    …n Block class to ensure extensibility of the class. not doing so causes invalid template errors after extending the block class via preference
    Jakhotiya authored and adrian-martinez-interactiv4 committed May 8, 2018
    Configuration menu
    Copy the full SHA
    44a1f2b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c68b1af View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f48135b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    32bd463 View commit details
    Browse the repository at this point in the history
  25. ENGCOM-1477: [Forwardport] Fixed typos in .less files magento#15083

     - Merge Pull Request magento#15083 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-15023
     - Merged commits:
       1. c68b1af
       2. f48135b
       3. 32bd463
    magento-engcom-team committed May 8, 2018
    Configuration menu
    Copy the full SHA
    df3127c View commit details
    Browse the repository at this point in the history
  26. ENGCOM-1478: [Forwardport] Code cleanup, add more visibility magento#…

    …15069
    
     - Merge Pull Request magento#15069 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14609
     - Merged commits:
       1. 6771f36
       2. 79b74b6
       3. 4276a24
    magento-engcom-team committed May 8, 2018
    Configuration menu
    Copy the full SHA
    feedd9a View commit details
    Browse the repository at this point in the history
  27. ENGCOM-1480: [Forwardport] Changed return type of addToCartPostParams…

    … to array magento#15073
    
     - Merge Pull Request magento#15073 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14876
     - Merged commits:
       1. a132f54
    magento-engcom-team committed May 8, 2018
    Configuration menu
    Copy the full SHA
    6890aa1 View commit details
    Browse the repository at this point in the history
  28. ENGCOM-1481: [Forwardport] Removed extra spaces from language file ma…

    …gento#15075
    
     - Merge Pull Request magento#15075 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14896
     - Merged commits:
       1. 361d576
    magento-engcom-team committed May 8, 2018
    Configuration menu
    Copy the full SHA
    d01529e View commit details
    Browse the repository at this point in the history
  29. ENGCOM-1482: [Forwardport] Removed extra close tag magento#15078

     - Merge Pull Request magento#15078 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14928
     - Merged commits:
       1. 435650b
    magento-engcom-team committed May 8, 2018
    Configuration menu
    Copy the full SHA
    46cb916 View commit details
    Browse the repository at this point in the history
  30. ENGCOM-1483: [Forwardport] use 'Module_Name::template/path' format in…

    …stead of using template/path i… magento#15081
    
     - Merge Pull Request magento#15081 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14946
     - Merged commits:
       1. 44a1f2b
    magento-engcom-team committed May 8, 2018
    Configuration menu
    Copy the full SHA
    aca4735 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. ENGCOM-1483: [Forwardport] use "Module_Name::template/path" format in…

    …stead of using template/path i… magento#15081
    Stanislav Idolov authored May 9, 2018
    Configuration menu
    Copy the full SHA
    9735582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ae03ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bba5cdb View commit details
    Browse the repository at this point in the history
  4. ENGCOM-1480: [Forwardport] Changed return type of addToCartPostParams…

    … to array magento#15073
    Stanislav Idolov authored May 9, 2018
    Configuration menu
    Copy the full SHA
    d649418 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa72ef3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b74a5a View commit details
    Browse the repository at this point in the history
  7. ENGCOM-1468: [Forwardport] Duplicate Order Confirmation Emails for Pa…

    …yPal Express checkout magento#15050
    Stanislav Idolov authored May 9, 2018
    Configuration menu
    Copy the full SHA
    27e4708 View commit details
    Browse the repository at this point in the history
  8. 🔃 [EngCom] Public Pull Requests - 2.3-develop

    Accepted Public Pull Requests:
     - magento#15051: [Forwardport] Add statement to 'beforeSave' method to allow app:config:import (by @rogyar)
     - magento#15034: [Forwardport] fix: set message-success in setup if we already have the latest version (by @DanielRuf)
     - magento#15022: [2.3-develop] [ForwardPort] Port of magento#15020 Update Gallery Template to handle boolean config Variables (by @gwharton)
     - magento#15021: [2.3-develop] [ForwardPort] Port of magento#12285 The option <var name="allowfullscreen">false</var> for mobile device don't work in product view page gallery (by @gwharton)
     - magento#15081: [Forwardport] use "Module_Name::template/path" format instead of using template/path i� (by @adrian-martinez-interactiv4)
     - magento#15078: [Forwardport] Removed extra close tag (by @adrian-martinez-interactiv4)
     - magento#15075: [Forwardport] Removed extra spaces from language file (by @adrian-martinez-interactiv4)
     - magento#15073: [Forwardport] Changed return type of addToCartPostParams to array (by @adrian-martinez-interactiv4)
     - magento#15069: [Forwardport] Code cleanup, add more visibility (by @adrian-martinez-interactiv4)
     - magento#15083: [Forwardport] Fixed typos in .less files (by @adrian-martinez-interactiv4)
     - magento#15050: [Forwardport] Duplicate Order Confirmation Emails for PayPal Express checkout (by @rogyar)
    
    
    Fixed GitHub Issues:
     - magento#12285: The option <var name="allowfullscreen">false</var> for mobile device don't work in product view page gallery (reported by @novakivskiy) has been fixed in magento#15022 by @gwharton in 2.3-develop branch
       Related commits:
         1. 163d4cc
    
     - magento#15009: [2.2.4] Gallery theme variables being ignored (reported by @gwharton) has been fixed in magento#15022 by @gwharton in 2.3-develop branch
       Related commits:
         1. 163d4cc
    
     - magento#12285: The option <var name="allowfullscreen">false</var> for mobile device don't work in product view page gallery (reported by @novakivskiy) has been fixed in magento#15021 by @gwharton in 2.3-develop branch
       Related commits:
         1. 435b165
         2. 4113f26
         3. c0b9e8f
         4. 05b1512
         5. 2701a4f
    magento-engcom-team authored May 9, 2018
    Configuration menu
    Copy the full SHA
    14a5702 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ddeb591 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae29904 View commit details
    Browse the repository at this point in the history
  11. Merge pull request magento#2513 from magento-tsg/2.3-develop-pr17

    Fixed issues:
    - MAGETWO-90144 [Forwardport] Fixed amount discount for whole cart applying an extra cent to the discount amount for
    - MAGETWO-90310 [Magento Cloud] - PayPal pop up does not work with virtual product (gift card)
    - MAGETWO-90313 Import existing customer with only three columns will override customer group_id and store_id
    slavvka authored May 9, 2018
    Configuration menu
    Copy the full SHA
    fb5eccf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b02375 View commit details
    Browse the repository at this point in the history
  13. Merge pull request magento#2501 from magento-borg/DEVOPS-2174

    Fixed issues:
    - DEVOPS-232 Static Testing in Jenkins
    slavvka authored May 9, 2018
    Configuration menu
    Copy the full SHA
    b16dfc6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Fix overriding of payment methods in getPaymentMethodList

    Fixes Issue magento#13460, keeps changes from pull request magento#12284
    mashb1t authored and mzeis committed May 10, 2018
    Configuration menu
    Copy the full SHA
    ce811f9 View commit details
    Browse the repository at this point in the history