The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code: ClientConnectionError
author int64 | date string | timezone int64 | hash string | message string | mods list | language string | license string | repo string | original_message string |
|---|---|---|---|---|---|---|---|---|---|
331,280 | 04.01.2017 17:46:47 | 0 | 662e971e83e86a9896bb6a889c05bc0383262180 | support for angular-cli generators | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "angular-cli.json",
"diff": "+{\n+ \"project\": {\n+ \"version\": \"1.0.0-beta.24\",\n+ \"name\": \"angular2-webpack-advance-starter\"\n+ },\n+ \"apps\": [\n+ {\n+ \"root\": \"src\",\n+ \"outDir\": \"dist\",\n+ \"assets\": [\n+ \"assets\",\n+ \"f... | TypeScript | MIT License | jonnybgod/angular2-webpack-advance-starter | support for angular-cli generators |
331,280 | 05.01.2017 00:36:23 | 0 | 8e75f035e9fb5aa0c1409099565fb56d0c361446 | fix ng-router-loader for aot nested lazy loaded modules | [
{
"change_type": "MODIFY",
"old_path": "config/webpack.common.js",
"new_path": "config/webpack.common.js",
"diff": "@@ -104,7 +104,14 @@ module.exports = function (options) {\n'@angularclass/hmr-loader?pretty=' + !isProd + '&prod=' + isProd,\n'awesome-typescript-loader?{configFileName: \"tsconfig.we... | TypeScript | MIT License | jonnybgod/angular2-webpack-advance-starter | fix ng-router-loader for aot nested lazy loaded modules |
331,280 | 05.01.2017 05:10:07 | 0 | 07b1a88bababcf0bd1fffb368995e8b1a0793ef7 | fix ng-router-loader | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"karma-remap-coverage\": \"^0.1.4\",\n\"karma-sourcemap-loader\": \"^0.3.7\",\n\"karma-webpack\": \"1.8.1\",\n- \"ng-router-loader\": \"^1.0.0\",\n+ \"ng-router-loader\": \"^1.0.1\",\n\"ngc-webpack\": \"^1.0... | TypeScript | MIT License | jonnybgod/angular2-webpack-advance-starter | fix ng-router-loader |
331,280 | 05.01.2017 19:32:23 | 0 | ec4200ae0ad03a00a1c770034384031508bacee5 | fix ng-router-loader version | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"karma-remap-coverage\": \"^0.1.4\",\n\"karma-sourcemap-loader\": \"^0.3.7\",\n\"karma-webpack\": \"1.8.1\",\n- \"ng-router-loader\": \"^1.0.1\",\n+ \"ng-router-loader\": \"^1.0.2\",\n\"ngc-webpack\": \"^1.0... | TypeScript | MIT License | jonnybgod/angular2-webpack-advance-starter | fix ng-router-loader version |
331,280 | 19.01.2017 15:47:01 | 0 | 25d73da71507c332e02269d2b6842a65953bd58b | fix(github-deploy): hash mode and 404.html fallback | [
{
"change_type": "MODIFY",
"old_path": "TODO.md",
"new_path": "TODO.md",
"diff": "@@ -20,15 +20,13 @@ TODO\n## Bugs\n-- [ ] github-deploy not working properly\n-\n-### Before commit manual checks\n+## Before commit manual checks\n- [x] npm run ci\n- [x] npm start\n- [x] npm run docs\n-- [ ] npm run ... | TypeScript | MIT License | jonnybgod/angular2-webpack-advance-starter | fix(github-deploy): hash mode and 404.html fallback |
331,280 | 19.01.2017 15:47:44 | 0 | 2fbda682fdfa03d1a63b3f1c9d84ad7dd45032bf | shore(ci): temporary remove desktop build | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"build:prod:desktop\": \"npm run build:prod:desktop:renderer && npm run build:prod:desktop:main\",\n\"build:prod:desktop:main\": \"webpack --config config/advance/webpack.desktop.build.main.js --progress --p... | TypeScript | MIT License | jonnybgod/angular2-webpack-advance-starter | shore(ci): temporary remove desktop build |
331,280 | 28.01.2017 19:14:51 | 0 | 616377abdd64d41c43c26cf83e34eb74c93e6762 | fix gitdeploy and desktop render | [
{
"change_type": "MODIFY",
"old_path": "config/advance/helpers.js",
"new_path": "config/advance/helpers.js",
"diff": "@@ -32,21 +32,21 @@ function checkNodeImport(context, request, cb) {\n}\nfunction removePlugins(plugins, test) {\n- for (var i = 0; i < plugins.length; i++) {\n+ for (var i = plugins... | TypeScript | MIT License | jonnybgod/angular2-webpack-advance-starter | fix gitdeploy and desktop render |
331,280 | 29.01.2017 02:37:31 | 0 | 6123e5c76edaa552815a02a9d5c56b87621a41a0 | update deps and fix travis | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -8,8 +8,8 @@ addons:\n- google-chrome-stable\nlanguage: node_js\nnode_js:\n- - \"5\"\n- \"6\"\n+ - \"7\"\n- \"node\"\n# Matrix failure enabled for https://github.com/TheLarkInn/LazyParseWebpackPlugin/issues/... | TypeScript | MIT License | jonnybgod/angular2-webpack-advance-starter | update deps and fix travis |
331,280 | 29.01.2017 05:49:50 | 0 | e8173b692b9b747fbdcd8c982ee4f2ccc9f45309 | chore(docs): update known bugs | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -321,11 +321,6 @@ The following are some things that will make AoT compile fail.\nPlease see the [CONTRIBUTING](https://github.com/JonnyBGod/angular2-webpack-advance-starter/blob/master/.github/CONTRIBUTING.md) ... | TypeScript | MIT License | jonnybgod/angular2-webpack-advance-starter | chore(docs): update known bugs |
331,280 | 29.03.2017 02:31:41 | -3,600 | 416341eb0481840c61df9cf8818c85cf5b368f55 | update upstream, dependencies and app | [
{
"change_type": "MODIFY",
"old_path": "config/advance/webpack.web.test.js",
"new_path": "config/advance/webpack.web.test.js",
"diff": "@@ -29,15 +29,6 @@ helpers.removePlugins(webpackConfig.plugins, [HtmlWebpackPlugin]);\n*/\nmodule.exports = function(options) {\nreturn webpackMerge.smart(webpackCo... | TypeScript | MIT License | jonnybgod/angular2-webpack-advance-starter | update upstream, dependencies and app |
21,238 | 06.01.2017 09:21:09 | 28,800 | b50ba6f47008fdddb38a566758f016b3ea6ffbed | Update composer.json
Updating package name. | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "{\n- \"name\": \"amazon/module-login-and-pay\",\n+ \"name\": \"amzn/amazon-payments-magento-2-plugin\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Payments\",\n\"type\": \"magento... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Update composer.json
Updating package name. |
21,260 | 30.11.2016 17:20:50 | 21,600 | 32bb021bd88cb418b8beb0e9a7bc87f5991f7473 | Add missing code to amazon payment template | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/web/template/payment/amazon-payment-widget.html",
"new_path": "src/Payment/view/frontend/web/template/payment/amazon-payment-widget.html",
"diff": "<label data-bind=\"attr: {'for': getCode()}\" class=\"label\"><span data-bind=\"text: ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Add missing code to amazon payment template |
21,260 | 30.11.2016 19:04:02 | 21,600 | eefcee8b6eff8d7c9d4e7718a1bac8800e92e0e9 | Add mixin to Amazon to add agreement data to submission | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/requirejs-config.js",
"new_path": "src/Payment/view/frontend/requirejs-config.js",
"diff": "@@ -25,5 +25,12 @@ var config = {\n//this is a fix for Magento 2.1 (ajax / validation fails on add to cart)\ncatalogAddToCart: 'Amazon_Payment... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Add mixin to Amazon to add agreement data to submission |
21,260 | 02.12.2016 17:28:54 | 21,600 | e63fd3e462c11c30dc9eff86d495290d4fa02d0b | Rework cart button to render alongside other payment types | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Payment/Observer/AddAmazonButton.php",
"diff": "+<?php\n+/**\n+ * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\").\n+ * You may not use this f... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Rework cart button to render alongside other payment types |
21,260 | 02.12.2016 19:01:20 | 21,600 | 202cbdaa236de57d7b9e9c5155494c18bc5924b8 | Correct display on cart and add display validator | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Payment/Helper/Shortcut/CheckoutValidator.php",
"diff": "+<?php\n+/**\n+ * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\").\n+ * You may not u... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Correct display on cart and add display validator |
21,260 | 02.12.2016 19:15:59 | 21,600 | c58de30ee83df5a4c94b58a59abbc18d58a2e814 | Proper category exclusion and product view validation | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/Helper/Shortcut/Validator.php",
"new_path": "src/Payment/Helper/Shortcut/Validator.php",
"diff": "@@ -42,21 +42,29 @@ class Validator implements ValidatorInterface\nprivate $_paymentData;\n/**\n- * @param \\Amazon\\Payment\\Model\\ConfigFactory $am... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Proper category exclusion and product view validation |
21,260 | 05.12.2016 13:12:21 | 21,600 | c665654839b6f91875c5cdd03610296d1c7d9d36 | Fix display issues with minicart | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/etc/frontend/di.xml",
"new_path": "src/Payment/etc/frontend/di.xml",
"diff": "<type name=\"Amazon\\Payment\\Block\\Minicart\\Button\">\n<arguments>\n<argument name=\"data\" xsi:type=\"array\">\n- <item name=\"template\" xsi:type=\"string\">Amazon_P... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Fix display issues with minicart |
21,260 | 13.01.2017 15:41:04 | 21,600 | 94cda8fa173b16618228c5699fbfc12dce0cd704 | Get method from order, not quote | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/Observer/CompleteOrderStatus.php",
"new_path": "src/Payment/Observer/CompleteOrderStatus.php",
"diff": "@@ -19,27 +19,19 @@ use Amazon\\Core\\Helper\\Data;\nuse Amazon\\Payment\\Model\\Method\\Amazon;\nuse Magento\\Framework\\Event\\Observer;\nuse ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Get method from order, not quote |
21,259 | 18.01.2017 12:48:25 | 0 | b0b58b078de1d8866557a9711691578844ef3419 | added scope parameter to payment widgets | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/web/js/view/checkout-widget-address.js",
"new_path": "src/Payment/view/frontend/web/js/view/checkout-widget-address.js",
"diff": "@@ -48,7 +48,8 @@ define(\n},\noptions: {\nsellerId: window.amazonPayment.merchantId,\n- addressWidgetDO... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | added scope parameter to payment widgets |
21,259 | 25.01.2017 12:19:37 | -3,600 | a3ae76797ef2ee08092c43b0e93d67437f99ac5c | Changing layout to checkout, according to Magento 2.1 value | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/layout/checkout_index_index.xml",
"new_path": "src/Payment/view/frontend/layout/checkout_index_index.xml",
"diff": "* permissions and limitations under the License.\n*/\n-->\n-<page xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instanc... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Changing layout to checkout, according to Magento 2.1 value |
21,259 | 08.02.2017 11:35:48 | -3,600 | e0081fa7002b33172052f0ac236a641d2eff762f | keeping the name for now | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "{\n- \"name\": \"amzn/amazon-payments-magento-2-plugin\",\n+ \"name\": \"amazon/module-login-and-pay\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Payments\",\n\"type\": \"magento... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | keeping the name for now |
21,259 | 08.02.2017 16:38:57 | -3,600 | 2b3422e6cda71dabdbabcbd1ddecfe9250adab39 | GH issue and PR template added | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/ISSUE_TEMPLATE.md",
"diff": "+<!-- Thanks for contributing! Please pick a meaningful title and fill in the details below. -->\n+\n+#### What I expected\n+\n+<!-- What you or customer expected when performing the steps -->\n+\n+#### What ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | GH issue and PR template added |
21,259 | 22.02.2017 11:24:21 | -3,600 | 91723f057ba4c032b199f55aca5254d2498d5561 | re-brand language fixes | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "* Magento 2.1+\n* [Magento 2 System Requirements](http://devdocs.magento.com/guides/v2.0/install-gde/system-requirements.html)\n* SSL is installed on your site and active on Checkout and Login pages\n-* A verified ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | re-brand language fixes |
21,259 | 22.02.2017 12:32:28 | -3,600 | 7e5332705ab56df9477cab4e11a8ba51a306f00c | Short Readme update | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "Please follow the instructions in the [User Guide] (https://amzn.github.io/amazon-payments-magento-2-plugin)\n## Release Notes\n-### v1.1.0 Rebrand, final module name, public launch\n+### v1.1.0 Rebrand\n#### Enhan... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Short Readme update |
21,238 | 02.03.2017 17:04:34 | 28,800 | 5420aa577c25c5fc6b47a25ea1419512a7f51f74 | Updating platform_id | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/Model/OrderInformationManagement.php",
"new_path": "src/Payment/Model/OrderInformationManagement.php",
"diff": "@@ -128,7 +128,7 @@ class OrderInformationManagement implements OrderInformationManagementInterface\n'Magento Version : ' . $this->produ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Updating platform_id |
21,257 | 03.03.2017 07:09:12 | 0 | 5b6346d98070db59c981b92a18472b8fd209d866 | Display all store URLs in admin area for whitelisting | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Block/Adminhtml/Form/Field/IpnUrl.php",
"new_path": "src/Core/Block/Adminhtml/Form/Field/IpnUrl.php",
"diff": "@@ -23,16 +23,18 @@ class IpnUrl extends BaseField\n{\nprotected function _renderValue(AbstractElement $element)\n{\n- $value = '';\n- $stor... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-16: Display all store URLs in admin area for whitelisting - https://github.com/amzn/amazon-payments-magento-2-plugin/issues/35 |
21,259 | 07.03.2017 13:54:49 | -3,600 | 55a6aecb08f3cb123f0bfd3b3c95d87608d693b2 | final name of the module | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "{\n- \"name\": \"amzn/amazon-pay-magento-2-module\",\n+ \"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Ama... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | final name of the module |
21,243 | 07.03.2017 13:20:10 | 0 | 999c4e0db7e59a498b42a467a6c447c698fc9dba | Created option to disable Login button usage on homepage/cms pages to speed up the initial load | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Block/Config.php",
"new_path": "src/Core/Block/Config.php",
"diff": "@@ -74,6 +74,7 @@ class Config extends Template\n'customerLoginPageUrl' => $this->url->getLoginUrl(),\n'sandboxSimulationOptions' => [],\n'loginScope' => $this->coreHelper->getLoginS... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-26: Created option to disable Login button usage on homepage/cms pages to speed up the initial load |
21,243 | 07.03.2017 15:32:34 | 0 | 5692125433d1f9436b4a2ec5322e728c1f1bbf75 | Added a switch to turn off minicart button loading from admin | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Helper/Data.php",
"new_path": "src/Core/Helper/Data.php",
"diff": "@@ -609,6 +609,16 @@ class Data extends AbstractHelper\n&& $this->scopeConfig->isSetFlag('payment/amazon_payment/pwa_pp_button_is_visible', $scope, $scopeCode);\n}\n+ /**\n+ * @param s... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-26: Added a switch to turn off minicart button loading from admin |
21,273 | 16.03.2017 16:03:51 | 0 | 18bfcc855b685ef000d490f33c5a2151cc49457b | Adjusted amazon-core require deps
By adding jquery/jquery-storageapi as a require dependency $.cookieStorage is always available. In some instances it is not available, depending on what scripts are used in any given instanc.e | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/web/js/amazon-core.js",
"new_path": "src/Payment/view/frontend/web/js/amazon-core.js",
"diff": "@@ -18,7 +18,8 @@ define([\n'ko',\n'amazonPaymentConfig',\n'amazonWidgetsLoader',\n- 'bluebird'\n+ 'bluebird',\n+ 'jquery/jquery-storageap... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Adjusted amazon-core require deps
By adding jquery/jquery-storageapi as a require dependency $.cookieStorage is always available. In some instances it is not available, depending on what scripts are used in any given instanc.e |
21,259 | 17.03.2017 12:30:39 | -3,600 | ed619c4179cd8e939d8d119e855e97762f8f906c | Title underlines have been to short | [
{
"change_type": "MODIFY",
"old_path": "docs/customisation.rst",
"new_path": "docs/customisation.rst",
"diff": "@@ -2,7 +2,7 @@ Frontend Customisation\n========================\nQ: I'd like to add a `Amazon Pay` or `Login with Amazon` button elsewhere on my site\n--------------------------\n+-------... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Title underlines have been to short |
21,259 | 17.03.2017 12:31:29 | -3,600 | 0c16d18db87e20c8a8c003f96cfa6b4c7a664451 | Title underline fixed | [
{
"change_type": "MODIFY",
"old_path": "docs/prerequisites.rst",
"new_path": "docs/prerequisites.rst",
"diff": "@@ -14,7 +14,7 @@ System requirements\n.. _prerequisites-amazon-account-setup:\n**Amazon Pay and Login with Amazon** account setup\n--------------------------------------------\n+---------... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Title underline fixed |
21,265 | 24.03.2017 08:04:41 | 0 | f8eae73476b20a7f56adbf9064329210eb423a60 | Removed admin layout file because all it contained was reference to non-existing css file | [
{
"change_type": "DELETE",
"old_path": "src/Core/view/adminhtml/layout/adminhtml_system_config_edit.xml",
"new_path": null,
"diff": "-<?xml version=\"1.0\"?>\n-<!--\n-/**\n- * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n- *\n- * Licensed under the Apache License, Version... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-28: Removed admin layout file because all it contained was reference to non-existing css file |
21,243 | 24.03.2017 08:44:22 | 0 | 9417b4ad065286f08fc35358c0f09a65a0410cc6 | Make sure URLs displayed are unique | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Block/Adminhtml/Form/Field/IpnUrl.php",
"new_path": "src/Core/Block/Adminhtml/Form/Field/IpnUrl.php",
"diff": "@@ -25,15 +25,21 @@ class IpnUrl extends BaseField\n{\n$stores = $this->_storeManager->getStores();\n$valueReturn = '';\n+ $urlArray = array... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-16: Make sure URLs displayed are unique |
21,252 | 24.03.2017 09:00:10 | 0 | e6df6ab16ff8dc38beb0beab1214a7d95c01f34e | Admin version data added | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php",
"diff": "+<?php\n+\n+namespace Amazon\\Core\\Block\\Adminhtml\\System\\Config\\Form;\n+\n+use Magento\\Backend\\Block\\Template\\Context;\n+use Magento\\Framework\\Module\\ModuleListInter... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-29: Admin version data added |
21,252 | 24.03.2017 11:13:32 | 0 | 6e5e42d4bec57c5a17cf4b4b611abef7b733c99f | Charge on Order notification now uses success style instead of warning | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/web/template/notification.html",
"new_path": "src/Payment/view/frontend/web/template/notification.html",
"diff": "<!-- ko if: (isAmazonAccountLoggedIn) -->\n<!-- ko if: (chargeOnOrder) -->\n<!-- ko if: (isEuPaymentRegion) -->\n- <div ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-30: Charge on Order notification now uses success style instead of warning |
21,243 | 03.04.2017 06:01:39 | 0 | 4427d4ce3b8de1fd7e57a4455d214bb40cea0e1a | Add configuration option for "Store Name" | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Helper/Data.php",
"new_path": "src/Core/Helper/Data.php",
"diff": "@@ -469,6 +469,26 @@ class Data extends AbstractHelper\n);\n}\n+ /*\n+ * @return string\n+ */\n+ public function getStoreName($scope = ScopeInterface::SCOPE_STORE, $scopeCode = null)\n... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-17: Add configuration option for "Store Name" |
21,252 | 13.04.2017 08:34:43 | -3,600 | 024998368b2fc35719644840ac19bbca561cf575 | Added a feature to block Amazon checkout widget when quote grand total is 0 | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Helper/CategoryExclusion.php",
"new_path": "src/Core/Helper/CategoryExclusion.php",
"diff": "@@ -77,6 +77,11 @@ class CategoryExclusion extends AbstractHelper\n*/\npublic function isQuoteDirty()\n{\n+ // Quote is 0 or less\n+ if ($this->quote->getGran... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-31: Added a feature to block Amazon checkout widget when quote grand total is 0 |
21,252 | 17.04.2017 07:58:58 | -3,600 | e445852c2d14fd5057a9ca2f838cb4b93d3903cc | Shipping information plugin now ignores quote with grand total 0 | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/Helper/Shortcut/CheckoutValidator.php",
"new_path": "src/Payment/Helper/Shortcut/CheckoutValidator.php",
"diff": "@@ -57,7 +57,6 @@ class CheckoutValidator implements ValidatorInterface\n*/\npublic function validate($code, $isInCatalog)\n{\n- retur... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-31: Shipping information plugin now ignores quote with grand total 0 |
21,252 | 17.04.2017 09:08:08 | -3,600 | b5ccf0529403e2087334ee1bb0f3d6d811ad78d8 | Card charge notification removed | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/layout/checkout_index_index.xml",
"new_path": "src/Payment/view/frontend/layout/checkout_index_index.xml",
"diff": "<item name=\"components\" xsi:type=\"array\">\n<item name=\"checkout\" xsi:type=\"array\">\n<item name=\"children\" xs... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-30: Card charge notification removed |
21,238 | 18.04.2017 11:56:23 | 25,200 | 2cd784f54a3ab22907cf877eff0a5da73b73304e | Updating supported versions of PHP per Magento documentation | [
{
"change_type": "MODIFY",
"old_path": "marketplace-composer.json",
"new_path": "marketplace-composer.json",
"diff": "\"Apache-2.0\"\n],\n\"require\": {\n- \"php\": \"~5.6.0|7.0.2|~7.0.6\",\n+ \"php\": \"~5.6.5|7.0.2|7.0.4|~7.0.6\",\n\"amzn/login-and-pay-with-amazon-sdk-php\": \"^2.1.0\",\n\"amzn/am... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Updating supported versions of PHP per Magento documentation - http://devdocs.magento.com/guides/v2.1/install-gde/system-requirements-tech.html |
21,243 | 28.04.2017 08:41:36 | -3,600 | a58edcc9694bfb21bdfb481bfb60525fee153ef8 | Do not remove 'free' method in case it exists | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/web/js/view/payment/list.js",
"new_path": "src/Payment/view/frontend/web/js/view/payment/list.js",
"diff": "@@ -42,7 +42,7 @@ define([\ncheckoutDataResolver.resolvePaymentMethod();\n//remove renderer for \"deleted\" payment methods\n_... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-31: Do not remove 'free' method in case it exists |
21,243 | 28.04.2017 08:55:50 | -3,600 | b080c8088b921f4ea8be77a63760712293b50fb3 | Restore original validation line | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/Helper/Shortcut/CheckoutValidator.php",
"new_path": "src/Payment/Helper/Shortcut/CheckoutValidator.php",
"diff": "@@ -57,6 +57,7 @@ class CheckoutValidator implements ValidatorInterface\n*/\npublic function validate($code, $isInCatalog)\n{\n+ retur... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-31: Restore original validation line |
21,252 | 03.05.2017 13:26:41 | -3,600 | 8328dbdb175643d5eac2ba882927ae452bb401e1 | Version info update | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php",
"new_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php",
"diff": "@@ -25,9 +25,7 @@ class Version extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\npublic function render(\\Ma... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-29: Version info update |
21,252 | 11.05.2017 13:44:00 | -3,600 | 8ba5d30aadba6a2a384143f634ed07ba1fb5656a | Forces extension explicitly use built in modernizr plugin | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/web/js/amazon-button.js",
"new_path": "src/Payment/view/frontend/web/js/amazon-button.js",
"diff": "@@ -21,7 +21,7 @@ define([\n'modernizr/modernizr',\n'amazonCore',\n'jquery/ui'\n-], function ($, customerData, sectionConfig, amazonPa... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-38: Forces extension explicitly use built in modernizr plugin |
21,243 | 12.05.2017 08:44:16 | -3,600 | 7cfdabf9d717560624731fa01639721e82f64c55 | Fixed a condition that is no longer necessary | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Helper/CategoryExclusion.php",
"new_path": "src/Core/Helper/CategoryExclusion.php",
"diff": "@@ -77,11 +77,6 @@ class CategoryExclusion extends AbstractHelper\n*/\npublic function isQuoteDirty()\n{\n- // Quote is 0 or less\n- if ($this->quote->getGran... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-31: Fixed a condition that is no longer necessary |
21,243 | 12.05.2017 10:53:42 | -3,600 | d9b8f7c647d5830a7e637d73e36bb01ef39812fd | Refix the Modernizr requirement with adding support for both v2 and v3 APIs | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/web/js/amazon-button.js",
"new_path": "src/Payment/view/frontend/web/js/amazon-button.js",
"diff": "@@ -21,7 +21,7 @@ define([\n'modernizr/modernizr',\n'amazonCore',\n'jquery/ui'\n-], function ($, customerData, sectionConfig, amazonPa... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-38: Refix the Modernizr requirement with adding support for both v2 and v3 APIs |
21,252 | 18.05.2017 15:19:33 | -3,600 | a435f9bd3526c3a742d9701238b808e809e994ee | Comments, internationalisation | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php",
"new_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php",
"diff": "@@ -11,8 +11,17 @@ class Version extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\nconst MODULE_AMAZON_LOGIN ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-29: Comments, internationalisation |
21,243 | 19.05.2017 08:13:03 | -3,600 | 940704bc55fc947000ce5e76aa8ea9cff8cb24ed | Updated code safety, do not operate or order when payment != amazon | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/Observer/CompleteOrder.php",
"new_path": "src/Payment/Observer/CompleteOrder.php",
"diff": "@@ -30,30 +30,44 @@ class CompleteOrder implements ObserverInterface\n*/\nprotected $orderInformationManagement;\n+ /**\n+ * CompleteOrder constructor.\n+ *... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-43: Updated code safety, do not operate or order when payment != amazon |
21,238 | 30.05.2017 14:20:29 | 25,200 | c3e29057ad4b52b1c85c8e795e3648766315c92d | Update installation.rst
Fix typo. | [
{
"change_type": "MODIFY",
"old_path": "docs/installation.rst",
"new_path": "docs/installation.rst",
"diff": "@@ -8,7 +8,7 @@ Pre-installation steps\nInstallation process\n--------------------\nCurrently, the installation via the web setup wizard is the preferred way of installing the extension.\n-P... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Update installation.rst
Fix typo. |
21,238 | 15.06.2017 23:37:30 | 25,200 | dacc43761cbdae3fca744ebd8d9122e6c39a1b8f | Modify Installation Section of docs | [
{
"change_type": "MODIFY",
"old_path": "docs/installation.rst",
"new_path": "docs/installation.rst",
"diff": "@@ -5,20 +5,24 @@ Pre-installation steps\n----------------------\n* Create a backup of your shop before proceeding to install.\n-Installation process\n---------------------\n-The installatio... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Modify Installation Section of docs |
21,238 | 18.06.2017 15:57:10 | 25,200 | 694c74791809dd52fadab387a802747d6eae8083 | Update overview.rst
Updating getting the extension section. | [
{
"change_type": "MODIFY",
"old_path": "docs/overview.rst",
"new_path": "docs/overview.rst",
"diff": "@@ -20,6 +20,9 @@ Extension features\nGetting the extension\n---------------------\n-TBC\n+The extension can be installed using the following methods:\n+\n+* Preferred Method - From the Magento Mark... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Update overview.rst
Updating getting the extension section. |
21,238 | 19.06.2017 14:43:04 | 25,200 | 5018462f7c6ac7382027aec5cdc3fb0c16128464 | Update conf.py
updating version number | [
{
"change_type": "MODIFY",
"old_path": "docs/conf.py",
"new_path": "docs/conf.py",
"diff": "@@ -60,9 +60,9 @@ author = u'Amazon.com Inc or its affiliates'\n# built documents.\n#\n# The short X.Y version.\n-version = u'1.1.0'\n+version = u'1.1.1'\n# The full version, including alpha/beta/rc tags.\n-r... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Update conf.py
updating version number |
21,243 | 22.06.2017 11:12:14 | -3,600 | 2080ec7c170598be319203d0d3889a605b72f81a | Changed the way how 'amazon_payment' is retreived to fix a bug where amazon widget would not be reloaded in case of auth is declined | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/web/js/view/payment/list.js",
"new_path": "src/Payment/view/frontend/web/js/view/payment/list.js",
"diff": "@@ -125,12 +125,10 @@ define([\n* @private\n*/\n_reInitializeAmazonWalletWidget: function () {\n- var items = this.getRegion('... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | AMAZON-46: Changed the way how 'amazon_payment' is retreived to fix a bug where amazon widget would not be reloaded in case of auth is declined |
21,238 | 28.06.2017 10:44:06 | 25,200 | 58fa9f89ad539d58036ee78fc7515b60d7a6536d | Update amazon-button.js
Update comment for usePopUp logic to explain why we use the conditional check we do. | [
{
"change_type": "MODIFY",
"old_path": "src/Payment/view/frontend/web/js/amazon-button.js",
"new_path": "src/Payment/view/frontend/web/js/amazon-button.js",
"diff": "@@ -86,8 +86,15 @@ define([\n_touchSupported: function () {\nreturn Modernizr.touch !== undefined ? Modernizr.touch : Modernizr.touche... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Update amazon-button.js
Update comment for usePopUp logic to explain why we use the conditional check we do. |
21,246 | 12.07.2017 07:44:58 | 25,200 | 175d11633af8f863f4d34075bf07f86bac49b45b | add SimplePath functionality | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Core/Block/Adminhtml/System/Config/SimplePathAdmin.php",
"diff": "+<?php\n+\n+namespace Amazon\\Core\\Block\\Adminhtml\\System\\Config;\n+\n+use Amazon\\Core\\Helper\\CategoryExclusion;\n+use Amazon\\Core\\Helper\\Data;\n+use Amazon\\Core\\M... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | add SimplePath functionality |
21,246 | 14.07.2017 14:30:41 | 25,200 | 696186ce12a4cbfac06c4c73d17ab0db9e7c552b | add EU endpoint and fix config scope | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Controller/Simplepath/Listener.php",
"new_path": "src/Core/Controller/Simplepath/Listener.php",
"diff": "@@ -32,20 +32,22 @@ class Listener extends \\Magento\\Framework\\App\\Action\\Action\npublic function execute()\n{\n- $url = parse_url(\\Amazon\\C... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | add EU endpoint and fix config scope |
21,246 | 18.07.2017 09:57:05 | 25,200 | b01a016b64cf646da6328c3efe9c63ec07806746 | fix getCredentialsJson scope bug | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Observer/PaymentConfigSaveAfter.php",
"new_path": "src/Core/Observer/PaymentConfigSaveAfter.php",
"diff": "@@ -79,7 +79,7 @@ class PaymentConfigSaveAfter implements ObserverInterface\npublic function execute(Observer $observer)\n{\n$scopeData = $this-... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | fix getCredentialsJson scope bug |
21,246 | 18.07.2017 09:58:05 | 25,200 | 3edd74b086973cffaf1b02f0c55070e30616717d | add Import From Clipboard and fix popup width for EU | [
{
"change_type": "MODIFY",
"old_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml",
"new_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml",
"diff": "@@ -18,25 +18,25 @@ require([\"prototype\"], function(){\nvar amazonPollInterval = 1500;\nva... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | add Import From Clipboard and fix popup width for EU |
21,246 | 18.07.2017 10:41:11 | 25,200 | ae36d0430f13bf0761d272f507bd899d45311402 | fix default merchant location when null | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Model/Config/SimplePath.php",
"new_path": "src/Core/Model/Config/SimplePath.php",
"diff": "@@ -429,8 +429,10 @@ class SimplePath\n*/\npublic function getJsonAmazonSpConfig()\n{\n+ $co = $this->getConfig('paypal/general/merchant_country');\n+\nreturn a... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | fix default merchant location when null |
21,246 | 18.07.2017 10:44:14 | 25,200 | 0de8be092dced1c395cb3390f12177abc6bbe357 | fix multiple import textareas | [
{
"change_type": "MODIFY",
"old_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml",
"new_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml",
"diff": "@@ -80,7 +80,7 @@ require([\"prototype\"], function(){\n// Add \"Import From Clipboard\"\nva... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | fix multiple import textareas |
21,246 | 18.07.2017 10:48:45 | 25,200 | 7a378b2807961ca56aef1b85ca7ac9d4697b3482 | add JSON placeholder text | [
{
"change_type": "MODIFY",
"old_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml",
"new_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml",
"diff": "@@ -96,7 +96,7 @@ require([\"prototype\"], function(){\n});\n// Add import textarea\n- amazo... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | add JSON placeholder text |
21,246 | 19.07.2017 08:19:55 | 25,200 | 23e235f28bfe7ef43ec87b950d213ee9cdcf8ca2 | fix form params merchantLoginRedirectURLs and locale | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Model/Config/SimplePath.php",
"new_path": "src/Core/Model/Config/SimplePath.php",
"diff": "@@ -367,7 +367,7 @@ class SimplePath\npublic function getFormParams()\n{\n// Retrieve store URLs from config table\n- $urls = array();\n+ $baseUrls = array();\n... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | fix form params merchantLoginRedirectURLs and locale |
21,246 | 20.07.2017 12:07:35 | 25,200 | 0fdc2dc08292921d17538c52aa7d6165d278ca96 | post SP params as post and update EU label to Euro Region | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Model/Config/SimplePath.php",
"new_path": "src/Core/Model/Config/SimplePath.php",
"diff": "@@ -356,9 +356,7 @@ class SimplePath\n*/\npublic function getSimplepathUrl()\n{\n- return $this->getEndpointRegister() . '?returnUrl=' . urlencode($this->getRet... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | post SP params as post and update EU label to Euro Region |
21,246 | 20.07.2017 14:04:38 | 25,200 | ecb2f5837e1af3fc7b3c8652d3de2a02c8cae685 | fix SP version params | [
{
"change_type": "MODIFY",
"old_path": "src/Core/Model/Config/SimplePath.php",
"new_path": "src/Core/Model/Config/SimplePath.php",
"diff": "@@ -406,8 +406,8 @@ class SimplePath\n'locale' => $this->getConfig('general/locale/code'),\n'source' => 'SPPL',\n'spId' => isset($this->_spIds[$currency]) ? $th... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | fix SP version params |
End of preview.