2.0.0.0-dev53
* Moved general action-related functionality to \Magento\App\Action\Action in the library. Removed Magento\Core\Controller\Varien\Action and related logic from the Magento_Core module * Moved view-related methods from action interface to \Magento\App\ViewInterface with corresponding implementation * Moved redirect creation logic from the action interface to \Magento\App\Response\RedirectInterface * Moved Magento\Core common blocks to the library * Added reading of etc/integration/config.xml and etc/integration/api.xml files for API Integrations * Various improvements: * Email-related logic from the Core and Adminhtml modules consolidated in the new Email module * GitHub requests: * [#238](https://github.com/magento/magento2/pull/238) -- Improve escaping HTML entities in URL * [#199](https://github.com/magento/magento2/pull/199) -- Replaced function calls to array_push with adding the elements directly * [#182](https://github.com/magento/magento2/pull/182) -- By default use collection _idFieldName for toOption* methods. * [#233](https://github.com/magento/magento2/pull/233) -- Google Rich Snippet Code * [#339](https://github.com/magento/magento2/pull/339) -- Correcting 'cahce' typo in documentation. * [#232](https://github.com/magento/magento2/pull/232) -- Update app/code/core/Mage/Checkout/controllers/CartController.php (fix issue #27632) * Fixed bugs: * Fixed JavaScript error when printing orders from the frontend * Fixed Captcha problems on various forms when Captcha is enabled on the frontend * Fixed "Page not found" on category page if setting "Add Store Code to Urls" to "Yes" in the backend config * Fixed Fatal error when creating shipping label for returns
Showing
- CHANGELOG.md 23 additions, 1 deletionCHANGELOG.md
- app/code/Magento/AdminNotification/Block/Grid/Renderer/Actions.php 1 addition, 1 deletion...Magento/AdminNotification/Block/Grid/Renderer/Actions.php
- app/code/Magento/AdminNotification/Block/System/Messages.php 12 additions, 12 deletionsapp/code/Magento/AdminNotification/Block/System/Messages.php
- app/code/Magento/AdminNotification/Block/System/Messages/UnreadMessagePopup.php 12 additions, 12 deletions...Notification/Block/System/Messages/UnreadMessagePopup.php
- app/code/Magento/AdminNotification/Block/ToolbarEntry.php 12 additions, 12 deletionsapp/code/Magento/AdminNotification/Block/ToolbarEntry.php
- app/code/Magento/AdminNotification/Block/Window.php 14 additions, 14 deletionsapp/code/Magento/AdminNotification/Block/Window.php
- app/code/Magento/AdminNotification/Controller/Adminhtml/Notification.php 8 additions, 7 deletions...o/AdminNotification/Controller/Adminhtml/Notification.php
- app/code/Magento/AdminNotification/Controller/Adminhtml/Survey.php 1 addition, 1 deletion...Magento/AdminNotification/Controller/Adminhtml/Survey.php
- app/code/Magento/AdminNotification/Controller/Adminhtml/System/Message.php 1 addition, 1 deletion...AdminNotification/Controller/Adminhtml/System/Message.php
- app/code/Magento/AdminNotification/Helper/Data.php 2 additions, 2 deletionsapp/code/Magento/AdminNotification/Helper/Data.php
- app/code/Magento/AdminNotification/Model/Feed.php 5 additions, 11 deletionsapp/code/Magento/AdminNotification/Model/Feed.php
- app/code/Magento/Adminhtml/Block/Backup/Dialogs.php 1 addition, 1 deletionapp/code/Magento/Adminhtml/Block/Backup/Dialogs.php
- app/code/Magento/Adminhtml/Block/Denied.php 12 additions, 12 deletionsapp/code/Magento/Adminhtml/Block/Denied.php
- app/code/Magento/Adminhtml/Block/Html/Date.php 1 addition, 1 deletionapp/code/Magento/Adminhtml/Block/Html/Date.php
- app/code/Magento/Adminhtml/Block/Html/Select.php 1 addition, 1 deletionapp/code/Magento/Adminhtml/Block/Html/Select.php
- app/code/Magento/Adminhtml/Block/Media/Uploader.php 12 additions, 20 deletionsapp/code/Magento/Adminhtml/Block/Media/Uploader.php
- app/code/Magento/Adminhtml/Block/Messages.php 1 addition, 1 deletionapp/code/Magento/Adminhtml/Block/Messages.php
- app/code/Magento/Adminhtml/Block/Newsletter/Problem.php 12 additions, 12 deletionsapp/code/Magento/Adminhtml/Block/Newsletter/Problem.php
- app/code/Magento/Adminhtml/Block/Newsletter/Queue/Edit.php 14 additions, 14 deletionsapp/code/Magento/Adminhtml/Block/Newsletter/Queue/Edit.php
- app/code/Magento/Adminhtml/Block/Newsletter/Queue/Edit/Form.php 20 additions, 20 deletions...de/Magento/Adminhtml/Block/Newsletter/Queue/Edit/Form.php
Please register or sign in to comment