2.0.0.0-dev66
* GitHub requests: * [#134] (https://github.com/magento/magento2/pull/134) Fixed a typo in "Vorarlberg" region of Austria (was Voralberg) * Fixed bugs: * Fixed an issue with the "Add to Cart" button on the MAP popup of compound products * Fixed an issue where the "Add Address" button for Customer in Admin was broken * Fixed an issue where predefined data are not loaded for a newsletter when it is added to a queue * Indexer implementation: * Implemented a new optimized Catalog Category Product Indexer * Implemented a new optimized Catalog Category Flat Indexer * Implemented a new optimized Catalog Product Flat Indexer * Modularity improvements: * Moved all Configurable Product functionality to a newly created ConfigurableProduct module * Moved the Shortcut Buttons abstraction from PayPal to Catalog * Moved the Recurring profile functionality to a separate module * Moved the Billing Agreements functionality to the PayPal module * Finalized the work on resolving dependencies between the Multishipping module, and all other modules. Module can be removed without any impact on the system * Customer Service usage: * Updated Customer Group Grid to use Customer Service for data retrieving and filtering * Updated CustomerMetadataService::getAttributeMetadata to throw an exception if invalid code is provided * Unified the format of specifying arguments for class constructors in DI and in Layout configuration: * A common xsd schema is being used for defining simple types. Layout and DI customize common types with their specific ones * Argument processing is unified, and moved to library
Showing
- CHANGELOG.md 26 additions, 1 deletionCHANGELOG.md
- app/code/Magento/AdminNotification/Block/Inbox.php 6 additions, 0 deletionsapp/code/Magento/AdminNotification/Block/Inbox.php
- app/code/Magento/AdminNotification/Block/System/Messages.php 2 additions, 0 deletionsapp/code/Magento/AdminNotification/Block/System/Messages.php
- app/code/Magento/AdminNotification/Block/System/Messages/UnreadMessagePopup.php 8 additions, 6 deletions...Notification/Block/System/Messages/UnreadMessagePopup.php
- app/code/Magento/AdminNotification/Block/ToolbarEntry.php 1 addition, 2 deletionsapp/code/Magento/AdminNotification/Block/ToolbarEntry.php
- app/code/Magento/AdminNotification/Controller/Adminhtml/Notification.php 21 additions, 1 deletion...o/AdminNotification/Controller/Adminhtml/Notification.php
- app/code/Magento/AdminNotification/Controller/Adminhtml/Survey.php 3 additions, 4 deletions...Magento/AdminNotification/Controller/Adminhtml/Survey.php
- app/code/Magento/AdminNotification/Controller/Adminhtml/System/Message.php 3 additions, 1 deletion...AdminNotification/Controller/Adminhtml/System/Message.php
- app/code/Magento/AdminNotification/Helper/Data.php 7 additions, 4 deletionsapp/code/Magento/AdminNotification/Helper/Data.php
- app/code/Magento/AdminNotification/Model/Config/Source/Frequency.php 4 additions, 3 deletions...gento/AdminNotification/Model/Config/Source/Frequency.php
- app/code/Magento/AdminNotification/Model/Feed.php 7 additions, 5 deletionsapp/code/Magento/AdminNotification/Model/Feed.php
- app/code/Magento/AdminNotification/Model/Inbox.php 18 additions, 15 deletionsapp/code/Magento/AdminNotification/Model/Inbox.php
- app/code/Magento/AdminNotification/Model/NotificationService.php 2 additions, 2 deletions...e/Magento/AdminNotification/Model/NotificationService.php
- app/code/Magento/AdminNotification/Model/Observer.php 2 additions, 3 deletionsapp/code/Magento/AdminNotification/Model/Observer.php
- app/code/Magento/AdminNotification/Model/Resource/Inbox.php 4 additions, 4 deletionsapp/code/Magento/AdminNotification/Model/Resource/Inbox.php
- app/code/Magento/AdminNotification/Model/Resource/Inbox/Collection/Critical.php 4 additions, 3 deletions...Notification/Model/Resource/Inbox/Collection/Critical.php
- app/code/Magento/AdminNotification/Model/Resource/System/Message/Collection.php 5 additions, 4 deletions...Notification/Model/Resource/System/Message/Collection.php
- app/code/Magento/AdminNotification/Model/Survey.php 1 addition, 0 deletionsapp/code/Magento/AdminNotification/Model/Survey.php
- app/code/Magento/AdminNotification/Model/System/MessageList.php 1 addition, 0 deletions...de/Magento/AdminNotification/Model/System/MessageList.php
- app/code/Magento/AdminNotification/etc/adminhtml/di.xml 11 additions, 11 deletionsapp/code/Magento/AdminNotification/etc/adminhtml/di.xml
Please register or sign in to comment