0.1.0-alpha97
* Various improvements: * Implemented a general way of using RSS module * Created a cron job in the Customer module for cleaning the customer_visitor table * Added a warning message to the Use HTTP Only option in the Admin panel * Implemented the Grid component in the Magento UI Library * Reimplemented the URL Rewrites functionality in the new UrlRedirect module * Framework improvements: * Added the ability to install Magento 2 using CLI * Aggregated Magento installation and upgrade into one tool * Refactored CustomerService REST WebApi to be more RESTful * Increased unit and integration test coverage * Moved page asset management to page configuration API, and eliminated the \Magento\Theme\Block\Html\Head block * Eliminated the Root, Html and Title blocks * Themes update: * Removed widgets from the default Magento installation * Fixed bugs: * Fixed an issue with wishlist creation for non-registered customer * Fixed an issue with Google Mapping where Condition did not show correct value * Fixed an issue where there were too many notifications for admin user by default * Fixed a Daylight Savings Time calculation error * Fixed an issue where default cookie path and lifetime were not validated prior to saving * Fixed an issue where current admin password was not required for resetting admin password * Fixed an issue where custom customer attribute or customer address attribute was not accessible when custom_attribute is used as the attribute code * Fixed an issue where integration entity could not be deleted after being searched in grid * Fixed an issue where invalid parameter value was shown in SOAP * Fixed an issue where exception was thrown for Array to String conversion in SOAP * Fixed an issue where exception was thrown due to invalid argument supplied for foreach() statement in REST * Fixed an issue where admin tax notifications did not appear correctly in the System Messages dialog box * Fixed an issue where tax details were missing when viewing order in the Admin panel * Fixed an issue where styles for the storefront store selector were absent * Fixed an issue where customer got 404 page when switching store views on the product page of a product with different URL keys in different store views * Fixed an issue where the Add To Cart button in the MAP pop-up did not work for configurable and bundle products * Fixed an issue where for specifying options for configurable product was absent after adding a product from the MAP pop-up * Fixed an issue where a fatal error was thrown after selecting shipping method on PayPal Express Checkout * Fixed an issue with sending invoice email * Fixed an issue where integration tests failed with a fatal error * Fixed an issue where credit memo entry was not created after performing a refund for an order * Fixed an issue where categories layout for widgets did not work * Fixed an issue where opening a page restricted by ACL lead to blank page instead of the Access Denied page * Fixed an issue where a blank page was displayed instead of the using the Advanced Search result * Fixed an issue where the "Please wait" spinner was absent on Ajax requests for order creation in the Admin panel * Fixed an issue with the main navigation menu location on the page * Modularity: * Implemented the automatic applying of the MAP policy * Indexers: * Eliminated the old Magento_Index module * Search library * Added wildcards filter * Eliminated unused queries and filters * Added IN to Term filter * Moved the "value" attribute from <match> to <query> for the Match query * Refactored the usage of negation * Implemented Request Builder * CatalogSearch adapter * Pluginized adding attribute to search index * Merged base declaration with searchable attributes * Added the following Setup CLI tools in the setup folder * Deployment Configuration Tool * Schema Setup and Update Tool * DB Data Update Tool * Admin User Setup Tool * User Configuration Tool * Installation Tool * Update Tool * GitHub requests: * [#615] (https://github.com/magento/magento2/issues/615) -- Use info as object in checkout_cart_update_items_before * [#659] (https://github.com/magento/magento2/issues/659) -- Recently viewed products sidebar issue * [#660] (https://github.com/magento/magento2/issues/660) -- RSS global setting * [#663] (https://github.com/magento/magento2/issues/663) -- session.save_path not valid * [#445] (https://github.com/magento/magento2/issues/445) -- use of registry in Magento\Tax\Helper\Data * [#646] (https://github.com/magento/magento2/issues/646) -- Fixed flat category indexer bug * [#643] (https://github.com/magento/magento2/issues/643) -- Configurable Products Performance * [#640] (https://github.com/magento/magento2/issues/640) -- [Insight] Files should not be executable * [#667] (https://github.com/magento/magento2/pull/667) -- Tiny improvement on render() method in Column/Renderer/Concat * [#288] (https://github.com/magento/magento2/issues/288) -- Add Cell Phone to Customer Address Form * [#607] (https://github.com/magento/magento2/issues/607) -- sitemap.xml filename is not variable * [#633] (https://github.com/magento/magento2/pull/633) -- Fixed Typo ($_attribite -> $_attribute) * [#634] (https://github.com/magento/magento2/issues/634) -- README.md contains broken link to X.commerce Agreement * [#569] (https://github.com/magento/magento2/issues/569) -- ObjectManager's Factory should be replaceable depending on service * [#654] (https://github.com/magento/magento2/issues/654) -- Demo notice overlapping * Functional tests: * Abandoned carts report * Adding products from wishlist to cart * Create invoice for offline payment methods * Delete products from shopping cart * Delete widget * Global search * Order count report * Order total report
Showing
- CHANGELOG.md 93 additions, 1 deletionCHANGELOG.md
- CONTRIBUTOR_LICENSE_AGREEMENT.html 131 additions, 0 deletionsCONTRIBUTOR_LICENSE_AGREEMENT.html
- README.md 1 addition, 1 deletionREADME.md
- app/code/Magento/AdminNotification/Model/Config/Source/Frequency.php 1 addition, 1 deletion...gento/AdminNotification/Model/Config/Source/Frequency.php
- app/code/Magento/AdminNotification/Model/Feed.php 20 additions, 8 deletionsapp/code/Magento/AdminNotification/Model/Feed.php
- app/code/Magento/AdminNotification/Model/System/Message.php 3 additions, 0 deletionsapp/code/Magento/AdminNotification/Model/System/Message.php
- app/code/Magento/AdminNotification/composer.json 5 additions, 6 deletionsapp/code/Magento/AdminNotification/composer.json
- app/code/Magento/AdminNotification/etc/module.xml 0 additions, 1 deletionapp/code/Magento/AdminNotification/etc/module.xml
- app/code/Magento/AdminNotification/view/adminhtml/layout/default.xml 3 additions, 7 deletions...gento/AdminNotification/view/adminhtml/layout/default.xml
- 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/Backend/Block/Media/Uploader.php 1 addition, 8 deletionsapp/code/Magento/Backend/Block/Media/Uploader.php
- app/code/Magento/Backend/Block/Page.php 1 addition, 14 deletionsapp/code/Magento/Backend/Block/Page.php
- app/code/Magento/Backend/Block/Page/RequireJs.php 27 additions, 12 deletionsapp/code/Magento/Backend/Block/Page/RequireJs.php
- app/code/Magento/Backend/Block/System/Account/Edit/Form.php 22 additions, 1 deletionapp/code/Magento/Backend/Block/System/Account/Edit/Form.php
- app/code/Magento/Backend/Block/Template/Context.php 9 additions, 1 deletionapp/code/Magento/Backend/Block/Template/Context.php
- app/code/Magento/Backend/Block/Urlrewrite/Catalog/Category/Edit.php 0 additions, 137 deletions...agento/Backend/Block/Urlrewrite/Catalog/Category/Edit.php
- app/code/Magento/Backend/Block/Urlrewrite/Catalog/Category/Tree.php 0 additions, 196 deletions...agento/Backend/Block/Urlrewrite/Catalog/Category/Tree.php
- app/code/Magento/Backend/Block/Urlrewrite/Catalog/Edit/Form.php 0 additions, 239 deletions...de/Magento/Backend/Block/Urlrewrite/Catalog/Edit/Form.php
- app/code/Magento/Backend/Block/Urlrewrite/Catalog/Product/Edit.php 0 additions, 239 deletions...Magento/Backend/Block/Urlrewrite/Catalog/Product/Edit.php
Please register or sign in to comment