Merge pull request #1793 from magento-engcom/2.2-develop-prs
Public Pull Requests magento/magento2#12207 11882: It's not possible to enable "log to file" (debugging) in production mode. Psr logger debug method does not work by the default in developer mode. by @nmalevanec magento/magento2#11926 8255: Export Products action doesn't consider hide_for_product_page value. by @nmalevanec magento/magento2#11485 do the stock check on default level because the stock on website leve… by @joost-florijn-kega magento/magento2#11388 Fix #11236: Web Setup Wizard Icon Inconsistency by @dverkade magento/magento2#11323 Defaulting missing alt-text for a product to use the product name. by @brobie Fixed Public Issues magento/magento2#11509 Psr logger debug method does not work by the default in developer mode magento/magento2#11882 It's not possible to enable "log to file" (debugging) in production mode magento/magento2#8255 Export Products action doesn't consider hide_for_product_page value magento/magento2#11484 Visual Merchandiser show prices of out of stock simple products for the associated configurable product. magento/magento2#11236 Web Setup Wizard Icon Inconsistency magento/magento2#9931 Empty image alt-text & missing alt attribute on product detail page
Showing
- app/code/Magento/Backend/etc/adminhtml/di.xml 3 additions, 0 deletionsapp/code/Magento/Backend/etc/adminhtml/di.xml
- app/code/Magento/Catalog/Block/Product/View/Gallery.php 1 addition, 1 deletionapp/code/Magento/Catalog/Block/Product/View/Gallery.php
- app/code/Magento/Catalog/Model/Product/Gallery/CreateHandler.php 85 additions, 16 deletions...e/Magento/Catalog/Model/Product/Gallery/CreateHandler.php
- app/code/Magento/Catalog/Test/Unit/Block/Product/View/GalleryTest.php 105 additions, 0 deletions...ento/Catalog/Test/Unit/Block/Product/View/GalleryTest.php
- app/code/Magento/CatalogImportExport/Model/Export/Product.php 40 additions, 16 deletions...code/Magento/CatalogImportExport/Model/Export/Product.php
- app/code/Magento/CatalogImportExport/Model/Import/Product.php 29 additions, 162 deletions...code/Magento/CatalogImportExport/Model/Import/Product.php
- app/code/Magento/CatalogImportExport/Model/Import/Product/MediaGalleryProcessor.php 352 additions, 0 deletions...portExport/Model/Import/Product/MediaGalleryProcessor.php
- app/code/Magento/CatalogInventory/Model/ResourceModel/Product/StockStatusBaseSelectProcessor.php 3 additions, 1 deletion.../ResourceModel/Product/StockStatusBaseSelectProcessor.php
- app/code/Magento/CatalogInventory/Test/Unit/Model/ResourceModel/Product/StockStatusBaseSelectProcessorTest.php 6 additions, 2 deletions...ourceModel/Product/StockStatusBaseSelectProcessorTest.php
- app/code/Magento/Config/Model/Config/Structure/ConcealInProductionConfigList.php 37 additions, 4 deletions.../Model/Config/Structure/ConcealInProductionConfigList.php
- app/code/Magento/Config/Test/Unit/Model/Config/Structure/ConcealInProductionConfigListTest.php 8 additions, 2 deletions...el/Config/Structure/ConcealInProductionConfigListTest.php
- app/code/Magento/Deploy/App/Mode/ConfigProvider.php 2 additions, 2 deletionsapp/code/Magento/Deploy/App/Mode/ConfigProvider.php
- app/code/Magento/Deploy/Model/Mode.php 5 additions, 5 deletionsapp/code/Magento/Deploy/Model/Mode.php
- app/code/Magento/Deploy/Test/Unit/Model/ModeTest.php 2 additions, 2 deletionsapp/code/Magento/Deploy/Test/Unit/Model/ModeTest.php
- app/code/Magento/Deploy/etc/di.xml 26 additions, 1 deletionapp/code/Magento/Deploy/etc/di.xml
- app/code/Magento/Developer/etc/adminhtml/system.xml 0 additions, 1 deletionapp/code/Magento/Developer/etc/adminhtml/system.xml
- app/design/adminhtml/Magento/backend/web/app/updater/styles/less/components/_menu.less 3 additions, 2 deletions...backend/web/app/updater/styles/less/components/_menu.less
- dev/tests/functional/tests/app/Magento/Backend/Test/Block/System/Config/Form.php 39 additions, 11 deletions...sts/app/Magento/Backend/Test/Block/System/Config/Form.php
- dev/tests/functional/tests/app/Magento/Backend/Test/Constraint/AssertDeveloperSectionVisibility.php 37 additions, 7 deletions...kend/Test/Constraint/AssertDeveloperSectionVisibility.php
- dev/tests/integration/testsuite/Magento/Catalog/_files/product_simple_multistore.php 3 additions, 3 deletions...uite/Magento/Catalog/_files/product_simple_multistore.php
Please register or sign in to comment