Skip to content

Commit

Permalink
0.1.0-alpha102
Browse files Browse the repository at this point in the history
* Fixed bugs:
	* Fixed an issue where the categories tree was not displayed when adding a new category during product creation
	* Fixed an issue where the Template field on the New Email Template page was labeled as required
	* Fixed minor UI issues in Multiple Addresses Checkout for a desktop
	* Fixed minor UI issues with Widgets on the storefront
	* Fixed minor UI issues with pages printing view on the storefront
	* Fixed minor UI issues in items Gift message on the Order View frontend page
	* Fixed an issue in the Admin panel where no message was displayed after adding a product to cart with quantity exceeding the available quantity)
* Framework improvements:
	* To enhance the readability of tables for screen readers, added the <caption> tag and the scope attribute for tables
	* Added customer module interfaces
	* Created the ability to generate API documentation
* Added the following functional tests:
	* Create gift message in the Admin panel
	* Delete term
	* Product type switching when editing
	* Re-authorize tokens for the Integration
	* Revoke all access tokens for admin without tokens
	* Update custom order status
	* Update a product from a mini shopping cart
* WebApi Framework improvements:
	* Added Web API support to add/override matching identifier parameter in the body from URL
* Documentation:
	* Added README files with module description for the following modules:
		* Authorizenet
		* Centinel
		* Customer
		* CustomerImportExport
		* Dhl
		* Fedex
		* OfflinePayments
		* OfflineShipping
		* Ogone
		* PayPalRecurringPayment
		* Payment
		* Paypal
		* ProductAlert
		* RecurringPayment
		* Sendfriend
		* Shipping
		* Ups
		* Usps
		* Wishlist
* Container-Based Page Layout:
    * Distributed the responsibility of View\Layout between three classes (PageLayout, PageConfig, GenericLayout)
    * Refactored controller actions to use ResultInterface objects:
        * Catalog
        * Backend
  • Loading branch information
magento-team committed Oct 31, 2014
1 parent 328ef8d commit 1d6e87c
Show file tree
Hide file tree
Showing 1,359 changed files with 30,243 additions and 15,374 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
0.1.0-alpha102
=============
* Fixed bugs:
* Fixed an issue where the categories tree was not displayed when adding a new category during product creation
* Fixed an issue where the Template field on the New Email Template page was labeled as required
* Fixed minor UI issues in Multiple Addresses Checkout for a desktop
* Fixed minor UI issues with Widgets on the storefront
* Fixed minor UI issues with pages printing view on the storefront
* Fixed minor UI issues in items Gift message on the Order View frontend page
* Fixed an issue in the Admin panel where no message was displayed after adding a product to cart with quantity exceeding the available quantity)
* Framework improvements:
* To enhance the readability of tables for screen readers, added the <caption> tag and the “scope” attribute for tables
* Added customer module interfaces
* Created the ability to generate API documentation
* Added the following functional tests:
* Create gift message in the Admin panel
* Delete term
* Product type switching when editing
* Re-authorize tokens for the Integration
* Revoke all access tokens for admin without tokens
* Update custom order status
* Update a product from a mini shopping cart
* WebApi Framework improvements:
* Added Web API support to add/override matching identifier parameter in the body from URL
* Documentation:
* Added README files with module description for the following modules:
* Authorizenet
* Centinel
* Customer
* CustomerImportExport
* Dhl
* Fedex
* OfflinePayments
* OfflineShipping
* Ogone
* PayPalRecurringPayment
* Payment
* Paypal
* ProductAlert
* RecurringPayment
* Sendfriend
* Shipping
* Ups
* Usps
* Wishlist
* Container-Based Page Layout:
* Distributed the responsibility of View\Layout between three classes (PageLayout, PageConfig, GenericLayout)
* Refactored controller actions to use ResultInterface objects:
* Catalog
* Backend

0.1.0-alpha101
=============
* Framework improvements:
Expand Down
10 changes: 5 additions & 5 deletions app/code/Magento/AdminNotification/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0",
"magento/module-store": "0.1.0-alpha101",
"magento/module-core": "0.1.0-alpha101",
"magento/module-backend": "0.1.0-alpha101",
"magento/framework": "0.1.0-alpha101",
"magento/module-store": "0.1.0-alpha102",
"magento/module-core": "0.1.0-alpha102",
"magento/module-backend": "0.1.0-alpha102",
"magento/framework": "0.1.0-alpha102",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.1.0-alpha101",
"version": "0.1.0-alpha102",
"extra": {
"map": [
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,69 +24,71 @@
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
<referenceBlock name="adminhtml.notification.container">
<block class="Magento\Backend\Block\Widget\Grid" name="adminhtml.notification.container.grid" as="grid">
<arguments>
<argument name="id" xsi:type="string">notificationGrid</argument>
<argument name="dataSource" xsi:type="object">Magento\AdminNotification\Model\Resource\Grid\Collection</argument>
<argument name="default_dir" xsi:type="string">DESC</argument>
<argument name="default_sort" xsi:type="string">date_added</argument>
<argument name="save_parameters_in_session" xsi:type="string">1</argument>
</arguments>
<block class="Magento\Backend\Block\Widget\Grid\ColumnSet" name="adminhtml.notification.container.grid.columnSet" as="grid.columnSet">
<body>
<referenceBlock name="adminhtml.notification.container">
<block class="Magento\Backend\Block\Widget\Grid" name="adminhtml.notification.container.grid" as="grid">
<arguments>
<argument name="filter_visibility" xsi:type="string">0</argument>
<argument name="id" xsi:type="string">notificationGrid</argument>
<argument name="dataSource" xsi:type="object">Magento\AdminNotification\Model\Resource\Grid\Collection</argument>
<argument name="default_dir" xsi:type="string">DESC</argument>
<argument name="default_sort" xsi:type="string">date_added</argument>
<argument name="save_parameters_in_session" xsi:type="string">1</argument>
</arguments>
<block class="Magento\Backend\Block\Widget\Grid\Column" as="severity">
<block class="Magento\Backend\Block\Widget\Grid\ColumnSet" name="adminhtml.notification.container.grid.columnSet" as="grid.columnSet">
<arguments>
<argument name="header" xsi:type="string" translate="true">Severity</argument>
<argument name="index" xsi:type="string">severity</argument>
<argument name="renderer" xsi:type="string">Magento\AdminNotification\Block\Grid\Renderer\Severity</argument>
<argument name="filter_visibility" xsi:type="string">0</argument>
</arguments>
<block class="Magento\Backend\Block\Widget\Grid\Column" as="severity">
<arguments>
<argument name="header" xsi:type="string" translate="true">Severity</argument>
<argument name="index" xsi:type="string">severity</argument>
<argument name="renderer" xsi:type="string">Magento\AdminNotification\Block\Grid\Renderer\Severity</argument>
</arguments>
</block>
<block class="Magento\Backend\Block\Widget\Grid\Column" as="date_added">
<arguments>
<argument name="header" xsi:type="string" translate="true">Date Added</argument>
<argument name="id" xsi:type="string">date_added</argument>
<argument name="index" xsi:type="string">date_added</argument>
<argument name="type" xsi:type="string">datetime</argument>
<argument name="column_css_class" xsi:type="string">col-date</argument>
<argument name="header_css_class" xsi:type="string">col-date</argument>
</arguments>
</block>
<block class="Magento\Backend\Block\Widget\Grid\Column" as="title">
<arguments>
<argument name="header" xsi:type="string" translate="true">Message</argument>
<argument name="index" xsi:type="string">title</argument>
<argument name="renderer" xsi:type="string">Magento\AdminNotification\Block\Grid\Renderer\Notice</argument>
</arguments>
</block>
<block class="Magento\Backend\Block\Widget\Grid\Column" as="actions">
<arguments>
<argument name="header" xsi:type="string" translate="true">Actions</argument>
<argument name="sortable" xsi:type="string">0</argument>
<argument name="renderer" xsi:type="string">Magento\AdminNotification\Block\Grid\Renderer\Actions</argument>
</arguments>
</block>
</block>
<block class="Magento\Backend\Block\Widget\Grid\Column" as="date_added">
<block class="Magento\Backend\Block\Widget\Grid\Massaction" name="adminhtml.block.notification.massactions" as="grid.massaction">
<arguments>
<argument name="header" xsi:type="string" translate="true">Date Added</argument>
<argument name="id" xsi:type="string">date_added</argument>
<argument name="index" xsi:type="string">date_added</argument>
<argument name="type" xsi:type="string">datetime</argument>
<argument name="column_css_class" xsi:type="string">col-date</argument>
<argument name="header_css_class" xsi:type="string">col-date</argument>
<argument name="massaction_id_field" xsi:type="string">notification_id</argument>
<argument name="form_field_name" xsi:type="string">notification</argument>
<argument name="use_select_all" xsi:type="string">1</argument>
<argument name="options" xsi:type="array">
<item name="mark_as_read" xsi:type="array">
<item name="label" xsi:type="string" translate="true">Mark as Read</item>
<item name="url" xsi:type="string">*/*/massMarkAsRead</item>
</item>
<item name="remove" xsi:type="array">
<item name="label" xsi:type="string" translate="true">Remove</item>
<item name="url" xsi:type="string">*/*/massRemove</item>
<item name="confirm" xsi:type="string" translate="true">Are you sure?</item>
</item>
</argument>
</arguments>
</block>
<block class="Magento\Backend\Block\Widget\Grid\Column" as="title">
<arguments>
<argument name="header" xsi:type="string" translate="true">Message</argument>
<argument name="index" xsi:type="string">title</argument>
<argument name="renderer" xsi:type="string">Magento\AdminNotification\Block\Grid\Renderer\Notice</argument>
</arguments>
</block>
<block class="Magento\Backend\Block\Widget\Grid\Column" as="actions">
<arguments>
<argument name="header" xsi:type="string" translate="true">Actions</argument>
<argument name="sortable" xsi:type="string">0</argument>
<argument name="renderer" xsi:type="string">Magento\AdminNotification\Block\Grid\Renderer\Actions</argument>
</arguments>
</block>
</block>
<block class="Magento\Backend\Block\Widget\Grid\Massaction" name="adminhtml.block.notification.massactions" as="grid.massaction">
<arguments>
<argument name="massaction_id_field" xsi:type="string">notification_id</argument>
<argument name="form_field_name" xsi:type="string">notification</argument>
<argument name="use_select_all" xsi:type="string">1</argument>
<argument name="options" xsi:type="array">
<item name="mark_as_read" xsi:type="array">
<item name="label" xsi:type="string" translate="true">Mark as Read</item>
<item name="url" xsi:type="string">*/*/massMarkAsRead</item>
</item>
<item name="remove" xsi:type="array">
<item name="label" xsi:type="string" translate="true">Remove</item>
<item name="url" xsi:type="string">*/*/massRemove</item>
<item name="confirm" xsi:type="string" translate="true">Are you sure?</item>
</item>
</argument>
</arguments>
</block>
</block>
</referenceBlock>
</referenceBlock>
</body>
</page>
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
<update handle="adminhtml_notification_block"/>
<referenceContainer name="content">
<block class="Magento\AdminNotification\Block\Inbox" name="adminhtml.notification.container"/>
</referenceContainer>
<body>
<referenceContainer name="content">
<block class="Magento\AdminNotification\Block\Inbox" name="adminhtml.notification.container"/>
</referenceContainer>
</body>
</page>
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
<referenceContainer name="notifications">
<block class="Magento\AdminNotification\Block\System\Messages" name="system_messages" as="system_messages" before="-" template="Magento_AdminNotification::system/messages.phtml"/>
<block class="Magento\AdminNotification\Block\System\Messages\UnreadMessagePopup" name="unread_system_messages" as="unread_system_messages" after="system_messages" template="Magento_AdminNotification::system/messages/popup.phtml"/>
<block class="Magento\AdminNotification\Block\Window" name="notification_window" as="notification_window" acl="Magento_AdminNotification::show_toolbar" template="notification/window.phtml"/>
</referenceContainer>
<referenceContainer name="header">
<block class="Magento\AdminNotification\Block\ToolbarEntry" before="user" template="toolbar_entry.phtml" />
</referenceContainer>
<head>
<css src="Magento_Core::prototype/magento.css"/>
</head>
<body>
<referenceContainer name="notifications">
<block class="Magento\AdminNotification\Block\System\Messages" name="system_messages" as="system_messages" before="-" template="Magento_AdminNotification::system/messages.phtml"/>
<block class="Magento\AdminNotification\Block\System\Messages\UnreadMessagePopup" name="unread_system_messages" as="unread_system_messages" after="system_messages" template="Magento_AdminNotification::system/messages/popup.phtml"/>
<block class="Magento\AdminNotification\Block\Window" name="notification_window" as="notification_window" acl="Magento_AdminNotification::show_toolbar" template="notification/window.phtml"/>
</referenceContainer>
<referenceContainer name="header">
<block class="Magento\AdminNotification\Block\ToolbarEntry" before="user" template="toolbar_entry.phtml"/>
</referenceContainer>
</body>
</page>
6 changes: 3 additions & 3 deletions app/code/Magento/Authorization/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "Authorization module provides access to Magento ACL functionality.",
"require": {
"php": "~5.4.11|~5.5.0",
"magento/module-backend": "0.1.0-alpha101",
"magento/framework": "0.1.0-alpha101",
"magento/module-backend": "0.1.0-alpha102",
"magento/framework": "0.1.0-alpha102",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.1.0-alpha101",
"version": "0.1.0-alpha102",
"extra": {
"map": [
[
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Authorizenet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Magento_Authorizenet module implements the integration with the Authorize.Net payment gateway and makes the latter available as a payment method in Magento.
18 changes: 9 additions & 9 deletions app/code/Magento/Authorizenet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0",
"magento/module-sales": "0.1.0-alpha101",
"magento/module-checkout": "0.1.0-alpha101",
"magento/module-backend": "0.1.0-alpha101",
"magento/module-core": "0.1.0-alpha101",
"magento/module-payment": "0.1.0-alpha101",
"magento/module-centinel": "0.1.0-alpha101",
"magento/module-catalog": "0.1.0-alpha101",
"magento/framework": "0.1.0-alpha101",
"magento/module-sales": "0.1.0-alpha102",
"magento/module-checkout": "0.1.0-alpha102",
"magento/module-backend": "0.1.0-alpha102",
"magento/module-core": "0.1.0-alpha102",
"magento/module-payment": "0.1.0-alpha102",
"magento/module-centinel": "0.1.0-alpha102",
"magento/module-catalog": "0.1.0-alpha102",
"magento/framework": "0.1.0-alpha102",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.1.0-alpha101",
"version": "0.1.0-alpha102",
"extra": {
"map": [
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
<referenceBlock name="head.components">
<block class="Magento\Framework\View\Element\Js\Components" name="authorizenet_page_head_components" template="Magento_Authorizenet::js/components.phtml"/>
</referenceBlock>
<body>
<referenceBlock name="head.components">
<block class="Magento\Framework\View\Element\Js\Components" name="authorizenet_page_head_components" template="Magento_Authorizenet::js/components.phtml"/>
</referenceBlock>
</body>
</page>
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
<referenceContainer name="checkout.onepage.review.info.items.after">
<block class="Magento\Authorizenet\Block\Directpost\Form" name="payment.form.directpost" template="directpost/form.phtml">
<action method="setMethodInfo"/>
</block>
</referenceContainer>
<body>
<referenceContainer name="checkout.onepage.review.info.items.after">
<block class="Magento\Authorizenet\Block\Directpost\Form" name="payment.form.directpost" template="directpost/form.phtml">
<action method="setMethodInfo"/>
</block>
</referenceContainer>
</body>
</page>
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
<?php endif; ?>
<dd class="content">
<table class="data table">
<caption class="table-caption"><?php echo __('Credit Card %1', $key + 1); ?></caption>
<?php foreach ($card as $_label => $_value): ?>
<tr>
<th><?php echo $this->escapeHtml($_label) ?></th>
<th scope="row"><?php echo $this->escapeHtml($_label) ?></th>
<td><?php echo nl2br(implode($this->getValueAsArray($_value, true), "\n")) ?></td>
</tr>
<?php endforeach; ?>
Expand Down
4 changes: 4 additions & 0 deletions app/code/Magento/Backend/App/AbstractAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ protected function _processLocaleSettings()
/**
* Set redirect into response
*
* @deprecated
* @param string $path
* @param array $arguments
* @return \Magento\Framework\App\ResponseInterface
Expand All @@ -337,6 +338,9 @@ protected function _redirect($path, $arguments = array())
}

/**
* Forward to action
*
* @deprecated
* @param string $action
* @param string|null $controller
* @param string|null $module
Expand Down
Loading

0 comments on commit 1d6e87c

Please sign in to comment.