2.0.0.0-dev82
* Added support for MTF Reporting Tool * Framework improvements: * Covered the following Magento application components with unit tests: * `ConfigurableProduct/Helper/Data.php` * `ConfigurableProduct/Model/Export/RowCustomizer.php` * `ConfigurableProduct/Model/Product/Type/Configurable.php` * `ConfigurableProduct/Model/Product/Type/Plugin.php` * `ConfigurableProduct/Model/Quote/Item/QuantityValidator/Initializer/Option/Plugin/ConfigurableProduct.php` * `CatalogSearch/Helper/Data.php` * Covered Magento lib with unit tests: * `lib/internal/Magento/Framework/DB/Helper/AbstractHelper.php` * `lib/internal/Magento/Framework/DB/Tree/Node.php` * Created Service API for Magento_Catalog Module: * Implemented the Product API * Implemented the ProductAttributeRead API * Fixed bugs: * Fixed issues with form elements visibility on the backend * Fixed an issue where backend forms contained an excessive container * Fixed an issue where a wrong category structure was displayed on the Category page * Fixed an issue where the pub/index.php entry point was broken because of the obsolete constants * Fixed an issue where it was impossible to pass an empty array as an argument in DI configuration and layout updates * Fixed an issue with status and visibility settings of a related product on the backend * Fixed an issue with unused DB indexes, which used resources, but did not contribute to higher performance * Fixed an issue where it was possible to create a downloadable product without specifying a link or a file * Fixed an issue where a fatal error occured when opening a fixed bundle product with custom options page on the frontend * Fixed an issue where the was a wrong config key for backend cataloginventory * Processed GitHub requests: * [#548] (https://github.com/magento/magento2/issues/548) -- Console installer doesn't checks filesystem permissions * [#552] (https://github.com/magento/magento2/issues/552) -- backend notifications sitebuild bug * [#562] (https://github.com/magento/magento2/pull/562) -- Bugfix Magento\Framework\DB\Adapter\Pdo\Mysql::getCreateTable() * [#565] (https://github.com/magento/magento2/pull/565) -- Magento\CatalogSearch\Model\Query::getResultCollection() not working * [#557] (https://github.com/magento/magento2/issues/557) -- translation anomalies backend login page * Added the following functional tests: * Advanced Search * Existing Customer Creation * Product Attribute Creation * Product Rating Creation * Sales Rule Creation * System Product Attribute Deletion * Tax Rate Creation * Tax Rule Deletion * Update Category * Update Category Url Rewrite * Update Product Url Rewrite
Showing
- CHANGELOG.md 47 additions, 0 deletionsCHANGELOG.md
- app/code/Magento/AdminNotification/Block/ToolbarEntry.php 6 additions, 1 deletionapp/code/Magento/AdminNotification/Block/ToolbarEntry.php
- app/code/Magento/Backend/Block/Widget/Grid/Extended.php 32 additions, 37 deletionsapp/code/Magento/Backend/Block/Widget/Grid/Extended.php
- app/code/Magento/Backend/view/adminhtml/layout/default.xml 1 addition, 1 deletionapp/code/Magento/Backend/view/adminhtml/layout/default.xml
- app/code/Magento/Backend/view/adminhtml/templates/admin/login.phtml 2 additions, 2 deletions...agento/Backend/view/adminhtml/templates/admin/login.phtml
- app/code/Magento/Bundle/Model/Plugin/PriceBackend.php 51 additions, 0 deletionsapp/code/Magento/Bundle/Model/Plugin/PriceBackend.php
- app/code/Magento/Bundle/etc/adminhtml/di.xml 3 additions, 0 deletionsapp/code/Magento/Bundle/etc/adminhtml/di.xml
- app/code/Magento/Bundle/etc/di.xml 1 addition, 0 deletionsapp/code/Magento/Bundle/etc/di.xml
- app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Inventory.php 8 additions, 6 deletions...Adminhtml/Product/Edit/Action/Attribute/Tab/Inventory.php
- app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Inventory.php 14 additions, 7 deletions...to/Catalog/Block/Adminhtml/Product/Edit/Tab/Inventory.php
- app/code/Magento/Catalog/Block/Product/AbstractProduct.php 20 additions, 28 deletionsapp/code/Magento/Catalog/Block/Product/AbstractProduct.php
- app/code/Magento/Catalog/Block/Product/Context.php 20 additions, 1 deletionapp/code/Magento/Catalog/Block/Product/Context.php
- app/code/Magento/Catalog/Block/Product/View.php 6 additions, 6 deletionsapp/code/Magento/Catalog/Block/Product/View.php
- app/code/Magento/Catalog/Controller/Adminhtml/Product/Action/Attribute.php 15 additions, 35 deletions...Catalog/Controller/Adminhtml/Product/Action/Attribute.php
- app/code/Magento/Catalog/Model/Product/Attribute/Backend/Sku.php 2 additions, 2 deletions...e/Magento/Catalog/Model/Product/Attribute/Backend/Sku.php
- app/code/Magento/Catalog/Model/Product/Attribute/Backend/Stock.php 3 additions, 6 deletions...Magento/Catalog/Model/Product/Attribute/Backend/Stock.php
- app/code/Magento/Catalog/Model/Product/Type/AbstractType.php 32 additions, 52 deletionsapp/code/Magento/Catalog/Model/Product/Type/AbstractType.php
- app/code/Magento/Catalog/Model/Product/Type/Simple.php 1 addition, 4 deletionsapp/code/Magento/Catalog/Model/Product/Type/Simple.php
- app/code/Magento/Catalog/Model/Resource/Product/Link/Product/Collection.php 1 addition, 0 deletions...atalog/Model/Resource/Product/Link/Product/Collection.php
- app/code/Magento/Catalog/Service/V1/Data/Converter.php 85 additions, 0 deletionsapp/code/Magento/Catalog/Service/V1/Data/Converter.php
Please register or sign in to comment