2.0.0.0-dev63
* Modularity improvements: * Consolidated all PayPal-related logic in a separate module * Resolved dependencies on the Magento_GroupedProduct module * Added the ability to enable/disable/remove the Magento_GroupedProduct module without impact on the system * Implemented the Oyejorge Less.php adapter * Implemented the Less files importing mechanism * Added the ability to configure certain cache frontend, and associate it to multiple cache types, thus avoiding the duplication of cache configuration * Implemented the more strict format of array definition in the DI configuration: * Covered array definitions with XSD, and made the whole DI configuration validated with XSD * Added the ability to define arrays with keys containing invalid XML characters, that was impossible when keys were represented by the node names * Fixed bugs: * Fixed an issue with missed image for a cron job for the abandoned cart emails * Restored the ability to configure cache storage in `local.xml` * Fixed an issue with the css\js merging functionality * Fixed an issue with customer selection on the order creation page * AppInterface renamed to LauncherInterface * Removed the reinit logic from the Config object * Framework part of the "URL" functionality removed from modules * Framework part of the "Config" functionality removed from modules * Removed the deprecated EAV structure creation method from the EAV setup model * Updated various PHPDoc with parameter and return types * Indexer implementation: * Implemented a new indexer structure * Refactored Web API Framework to support the Data Object based service interfaces * Refactored controllers, blocks and templates of the Sales module to use Customer service * GitHub requests: * [#275] (https://github.com/magento/magento2/issues/275) -- XSS Vulnerability in app/code/core/Mage/CatalogSearch/Block/Result.php * Removed the outdated Customer service
Showing
- CHANGELOG.md 31 additions, 0 deletionsCHANGELOG.md
- app/code/Magento/AdminNotification/Model/Feed.php 1 addition, 1 deletionapp/code/Magento/AdminNotification/Model/Feed.php
- app/code/Magento/AdminNotification/Model/System/Message/Baseurl.php 4 additions, 4 deletions...agento/AdminNotification/Model/System/Message/Baseurl.php
- app/code/Magento/AdminNotification/Model/System/Message/Security.php 3 additions, 3 deletions...gento/AdminNotification/Model/System/Message/Security.php
- app/code/Magento/AdminNotification/etc/adminhtml/di.xml 8 additions, 8 deletionsapp/code/Magento/AdminNotification/etc/adminhtml/di.xml
- app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment.php 2 additions, 2 deletions.../Controller/Adminhtml/Authorizenet/Directpost/Payment.php
- app/code/Magento/Authorizenet/Helper/Backend.php 2 additions, 2 deletionsapp/code/Magento/Authorizenet/Helper/Backend.php
- app/code/Magento/Authorizenet/Helper/Data.php 1 addition, 1 deletionapp/code/Magento/Authorizenet/Helper/Data.php
- app/code/Magento/Authorizenet/Model/Directpost.php 8 additions, 8 deletionsapp/code/Magento/Authorizenet/Model/Directpost.php
- app/code/Magento/Authorizenet/etc/frontend/di.xml 3 additions, 3 deletionsapp/code/Magento/Authorizenet/etc/frontend/di.xml
- app/code/Magento/Backend/App/AbstractAction.php 2 additions, 2 deletionsapp/code/Magento/Backend/App/AbstractAction.php
- app/code/Magento/Backend/App/Action/Context.php 4 additions, 4 deletionsapp/code/Magento/Backend/App/Action/Context.php
- app/code/Magento/Backend/App/Action/Plugin/Authentication.php 3 additions, 3 deletions...code/Magento/Backend/App/Action/Plugin/Authentication.php
- app/code/Magento/Backend/App/Config.php 1 addition, 3 deletionsapp/code/Magento/Backend/App/Config.php
- app/code/Magento/Backend/App/ConfigInterface.php 1 addition, 1 deletionapp/code/Magento/Backend/App/ConfigInterface.php
- app/code/Magento/Backend/App/Response/Http/FileFactory.php 3 additions, 3 deletionsapp/code/Magento/Backend/App/Response/Http/FileFactory.php
- app/code/Magento/Backend/App/Router/DefaultRouter.php 6 additions, 6 deletionsapp/code/Magento/Backend/App/Router/DefaultRouter.php
- app/code/Magento/Backend/Block/Dashboard/Orders/Grid.php 1 addition, 3 deletionsapp/code/Magento/Backend/Block/Dashboard/Orders/Grid.php
- app/code/Magento/Backend/Block/Dashboard/Searches/Last.php 1 addition, 3 deletionsapp/code/Magento/Backend/Block/Dashboard/Searches/Last.php
- app/code/Magento/Backend/Block/Dashboard/Searches/Renderer/Searchquery.php 13 additions, 9 deletions...Backend/Block/Dashboard/Searches/Renderer/Searchquery.php
Please register or sign in to comment