From b964271a46d9de71d7e0fab405edcce9b5687404 Mon Sep 17 00:00:00 2001 From: "Kristof, Fooman" Date: Fri, 5 Aug 2016 21:54:51 +1200 Subject: [PATCH 1/5] Update README.md UI Components are not easy to use - for an intro see http://alanstorm.com/magento_2_introducing_ui_components --- app/code/Magento/Ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Ui/README.md b/app/code/Magento/Ui/README.md index 1337383ea3fb8..b7dd1a858e4a8 100644 --- a/app/code/Magento/Ui/README.md +++ b/app/code/Magento/Ui/README.md @@ -1,7 +1,7 @@ # Overview ## Purpose of module -The Magento\Ui module introduces a set of common UI components, which could be easily used and configured via layout XML files. +The Magento\Ui module introduces a set of common UI components, which could be used and configured via layout XML files. # Deployment ## System requirements From bdc3d0c016e289807e90a032f638de1d3965bf54 Mon Sep 17 00:00:00 2001 From: Yaroslav Rogoza Date: Tue, 23 Aug 2016 07:42:49 +0200 Subject: [PATCH 2/5] Fixed layout for customer authentication popup --- .../view/frontend/web/template/authentication-popup.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/code/Magento/Customer/view/frontend/web/template/authentication-popup.html b/app/code/Magento/Customer/view/frontend/web/template/authentication-popup.html index 1ff64fffe2036..9ad2cf5265043 100644 --- a/app/code/Magento/Customer/view/frontend/web/template/authentication-popup.html +++ b/app/code/Magento/Customer/view/frontend/web/template/authentication-popup.html @@ -78,7 +78,6 @@ -
From 0a3cd4600e20800321c6e2bdd9c33c0dd6aa2f72 Mon Sep 17 00:00:00 2001 From: pdanzinger Date: Thu, 8 Sep 2016 22:54:56 +0200 Subject: [PATCH 3/5] Remove obsolete comment in catalog_category_view.xml In catalog_category_view.xml there is an XML comment that tells developers they can change the pager increments using methods like "addPagerLimit". These settings can be found in the backend now and the method "addPagerLimit" is only to be found in a list of deprecated methods I think it is safe to assume this comment doesn't serve a purpose anymore. --- .../frontend/layout/catalog_category_view.xml | 47 ------------------- 1 file changed, 47 deletions(-) diff --git a/app/code/Magento/Catalog/view/frontend/layout/catalog_category_view.xml b/app/code/Magento/Catalog/view/frontend/layout/catalog_category_view.xml index 4c8ae8eaae952..298cdcc29e953 100644 --- a/app/code/Magento/Catalog/view/frontend/layout/catalog_category_view.xml +++ b/app/code/Magento/Catalog/view/frontend/layout/catalog_category_view.xml @@ -28,53 +28,6 @@ - - product_list_toolbar From 5228cf78543e27de4aebe79d003efc2e0af35922 Mon Sep 17 00:00:00 2001 From: PingusPepan Date: Thu, 29 Sep 2016 10:49:12 +0200 Subject: [PATCH 4/5] Fixed unclosed span tag Span tag was unclosed and instead of closing another one was opened --- app/code/Magento/Review/view/frontend/templates/form.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Review/view/frontend/templates/form.phtml b/app/code/Magento/Review/view/frontend/templates/form.phtml index 7c89fd8740c56..bcac1dbca0598 100644 --- a/app/code/Magento/Review/view/frontend/templates/form.phtml +++ b/app/code/Magento/Review/view/frontend/templates/form.phtml @@ -20,7 +20,7 @@ getRatings() && $block->getRatings()->getSize()): ?>
- escapeHtml(__('Your Rating')) ?>
+ escapeHtml(__('Your Rating')) ?>
getRatings() as $_rating): ?> From 104563f57c232b9f52861bbf0b9b8a4915273b35 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 29 Sep 2016 12:55:40 +0200 Subject: [PATCH 5/5] Fix nav not working in mobile In mobile thumbs don't disappear and dots are not present. In Luma theme the var name is "nav" instead of "navigation" and it works as expected. --- app/design/frontend/Magento/blank/etc/view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/design/frontend/Magento/blank/etc/view.xml b/app/design/frontend/Magento/blank/etc/view.xml index 3a92ad0a67410..6c53a8613f09c 100644 --- a/app/design/frontend/Magento/blank/etc/view.xml +++ b/app/design/frontend/Magento/blank/etc/view.xml @@ -227,7 +227,7 @@ - dots + dots