0.1.0-alpha104
* Various improvements: * Merge SQL and Data Upgrades for the Sales and SalesRule modules * Add getDefaultBilling and getDefaultShipping to Customer Interface * Stabilized the Bundle module * Stabilized the CatalogSearch module * Stabilized the Cms module * Stabilized the SalesRule module * Performance improvements: * Introduced CatalogRule indexers based on Mview * Significantly decreased the amount of unused objects, mostly in category and product view scenarios: * Got rid of non-shared indexer instances all over the code introducing Magento\Indexer\Model\IndexerRegistry * Magento\Catalog\Pricing\Price\BasePrice being created on demand only, instead of unconditioned creation in constructor * Created proxies for unused objects with big amount of dependencies * Fixed \Magento\Review\Block\Product\Review block which injected backend block context by mistake * A customer model in \Magento\Customer\Model\Layout\DepersonalizePlugin being created on demand only, instead of constructor * Introduced caching for product attribute metadata loading procedure * Improved SavePayment Checkout step to save only payment related data * Speed up all Checkout steps of the One Page Checkout * Updated the benchmark.jmx jmeter script in the performance toolkit * Fixed bugs: * Fixed an issue where performance toolkit generator created Products/Categories without URL rewrites due to install area elimination * Fixed an issue where the Custom Options fieldset on Product Information page was collapsible * Fixed an issue where the Base URL was added to target path for Custom UrlRewrite * Fixed an issue where an invalid Cross-sells amount was displayed in the Shopping Cart * Fixed an issue where the Mage_Catalog_Model_Product_Type_AbstractTest::testBeforeSave integration test failed when Mage_Downloadable module was not available * Fixed an issue where the custom URL rewrite redirected to sub-folder when Request Path contained slash * Fixed an issue where it was impossible to place an order if registering during checkout * Fixed an issue where there was no possibility to save default billing and shipping addresses for customer on the store front * Fixed an issue where a widget of Catalog Category Link type was not displayed on the store front * Fixed an issue where the Versions tab was absent on the CMS page with version control * Fixed an issue where it was impossible to insert Widgets and Images to a CMS page * Added the following functional tests: * Create widget * Print order from guest on frontend * Framework Improvements: * Removed duplicated logic from API Builders and Builder generators. Added support for populating builders from the objects, implementing data interface * Processed GitHub requests: * [#674](https://github.com/magento/magento2/issues/674) -- Widgets in content pages
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- CHANGELOG.md 41 additions, 0 deletionsCHANGELOG.md
- README.md 65 additions, 19 deletionsREADME.md
- app/code/Magento/AdminNotification/composer.json 5 additions, 5 deletionsapp/code/Magento/AdminNotification/composer.json
- app/code/Magento/Authorization/composer.json 3 additions, 3 deletionsapp/code/Magento/Authorization/composer.json
- app/code/Magento/Authorizenet/composer.json 9 additions, 9 deletionsapp/code/Magento/Authorizenet/composer.json
- app/code/Magento/Authorizenet/etc/module.xml 1 addition, 1 deletionapp/code/Magento/Authorizenet/etc/module.xml
- app/code/Magento/Backend/composer.json 17 additions, 17 deletionsapp/code/Magento/Backend/composer.json
- app/code/Magento/Backup/composer.json 6 additions, 6 deletionsapp/code/Magento/Backup/composer.json
- app/code/Magento/Bundle/Model/Resource/Bundle.php 2 additions, 2 deletionsapp/code/Magento/Bundle/Model/Resource/Bundle.php
- app/code/Magento/Bundle/Pricing/Price/ConfiguredPrice.php 1 addition, 1 deletionapp/code/Magento/Bundle/Pricing/Price/ConfiguredPrice.php
- app/code/Magento/Bundle/Pricing/Price/FinalPrice.php 1 addition, 2 deletionsapp/code/Magento/Bundle/Pricing/Price/FinalPrice.php
- app/code/Magento/Bundle/composer.json 15 additions, 15 deletionsapp/code/Magento/Bundle/composer.json
- app/code/Magento/Captcha/composer.json 7 additions, 7 deletionsapp/code/Magento/Captcha/composer.json
- app/code/Magento/Catalog/Block/Widget/Link.php 7 additions, 4 deletionsapp/code/Magento/Catalog/Block/Widget/Link.php
- app/code/Magento/Catalog/Controller/Adminhtml/Product/Action/Attribute/Save.php 1 addition, 0 deletions...og/Controller/Adminhtml/Product/Action/Attribute/Save.php
- app/code/Magento/Catalog/Controller/Adminhtml/Product/Save.php 0 additions, 2 deletions...ode/Magento/Catalog/Controller/Adminhtml/Product/Save.php
- app/code/Magento/Catalog/Model/Attribute/Backend/Customlayoutupdate.php 1 addition, 3 deletions...to/Catalog/Model/Attribute/Backend/Customlayoutupdate.php
- app/code/Magento/Catalog/Model/Category.php 22 additions, 50 deletionsapp/code/Magento/Catalog/Model/Category.php
- app/code/Magento/Catalog/Model/Category/Attribute/Backend/Image.php 6 additions, 1 deletion...agento/Catalog/Model/Category/Attribute/Backend/Image.php
Please register or sign in to comment