Skip to content

Commit

Permalink
Merge pull request #245 from magento-troll/publication
Browse files Browse the repository at this point in the history
[Troll] M2 GitHub Update (version 0.74.0-beta5)
  • Loading branch information
Ganin, Roman(rganin) committed Apr 21, 2015
2 parents d017af6 + de84715 commit 809a8b6
Show file tree
Hide file tree
Showing 102 changed files with 864 additions and 827 deletions.
80 changes: 58 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,72 @@
0.74.0-beta5
=============
* Various
* Added the new methods/fields in the Catalog Product Data Object
* Improved the Nginx configuration sample file for better web-server responsiveness and security
* Implemented the new look & feel for Create New Order page
* Removed the redundant DB constraints for cascade operations related to order management
* Implemented the mechanism of asynchronous email notifications after creation of Orders, Invoices, Shipments and Credit Memos
* Moved the join logic on application level in order to make DB separation possible in Reports component
* Implemented the TTL and event approaches of cache invalidation, introduced the full and the partial Varnish Cache flush
* Moved all Setup commands to Magento CLI
* Exposed CMS API as Web API
* Fixed bugs:
* Unexpected response for API "/V1/customers/password" service
* Can’t include a third-party link to frontend section via layout
* Specified details for Grouped product are lost after adding to wishlist
* Impossible to configure products in customer wishlist in Admin Panel
* Adding the product from wishlist to cart if more than one store view exists
* Specified product field custom options is not displayed in wishlist in Admin Panel
* Checkout doesn't work with JS bundling enabled in production mode
* Issue with price excluding tax when selecting downloadable links
* Undefined index warning in case the frontend cache information is missing in configuration file
* "New Order" email is not sent to customer after placing order via API service
* 503 error when placing order with multiple shipping addresses if mail transport doesn't exist
* Broken words for fields with long labels all over the Admin Panel
* Issue with saving 'is_virtual' flag in quote
* "Void" button available after "Deny Payment" operation
* Uninstall logic did not clean cache properly
* Obsolete code tests did not cover Tests folders
* Random fail of Magento\Log\Test\Unit\Model\VisitorTest
* GitHub issues:
* [#1149] (https://github.com/magento/magento2/issues/1149) -- Checkout Grand Total amount miscalculation
* [#1165] (https://github.com/magento/magento2/pull/1165) -- Fix typos
* [#1182] (https://github.com/magento/magento2/pull/1182) -- Update system.xml for 'fix' sortOrder in adminhtml
* [#1186] (https://github.com/magento/magento2/pull/1186) -- SalesSequence: Fixed composer installer dependency

0.74.0-beta4
=============
* Various
* Implemented the getDefaultResult method, to be able to catch exceptions in FrontController and redirect user to the correct page
* The getDefaultResult method is invoked to return default result of action execution within controllers. It can be used to generate the ‘execute’ method result in action controllers
* Eliminated the unused exceptions. Exceptions that weren't linked to any logic were also eliminated and replaced with LocalizedException or its child classes
* Refactored all controllers where possible: the default exception handling logic moved to FrontController. Controllers that cannot be refactored do not conflict with the new logic
* Implemented the getDefaultResult method, to be able to catch exceptions in FrontController and redirect user to the correct page
* The getDefaultResult method is invoked to return default result of action execution within controllers. It can be used to generate the ‘execute’ method result in action controllers
* Eliminated the unused exceptions. Exceptions that weren't linked to any logic were also eliminated and replaced with LocalizedException or its child classes
* Refactored all controllers where possible: the default exception handling logic moved to FrontController. Controllers that cannot be refactored do not conflict with the new logic
* Framework:
* Created Magento Console to perform CLI actions
* Introduced a new SalesSequence module that is responsible for documents numeration management across the Order Management System
* Implemented the mechanism of asynchronous indexing of sales entities grids
* Created Magento Console to perform CLI actions
* Introduced a new SalesSequence module that is responsible for documents numeration management across the Order Management System
* Implemented the mechanism of asynchronous indexing of sales entities grids
* Setup
* Added the ConfigOption and ConfigOptionsList classes to be used by modules to manage deployment configuration
* Moved all existing segments logic to new classes
* Added the config:set command, which enables deployment configuration management
* Removed the old 'install-configuration' tool
* Added the ConfigOption and ConfigOptionsList classes to be used by modules to manage deployment configuration
* Moved all existing segments logic to new classes
* Added the config:set command, which enables deployment configuration management
* Removed the old 'install-configuration' tool
* Functional tests:
* Fixed functional test for order placement from backend
* Replaced the end-to-end test for a product with MAP with an injectable test
* Fixed functional test for order placement from backend
* Replaced the end-to-end test for a product with MAP with an injectable test
* Design
* Updated the Blank and Luma themes to enable theme (not only library) variables overriding in the _theme.less file of any inherited theme. Included LESS code standards to the UI Library documentation
* Updated the Blank and Luma themes to enable theme (not only library) variables overriding in the _theme.less file of any inherited theme. Included LESS code standards to the UI Library documentation
* Fixed bugs:
* Fixed an issue where composite products could not be added to the order from the Recently Viewed Products section
* Fixed an issue where not all .js files were added to a bundle
* Fixed an issue where it was possible to save an incorrect IP value in the Developer Client Restriction field
* Fixed an issue where a raw DB error was thrown when trying to enter a custom variable with duplicated variable code
* Fixed an issue where composite products could not be added to the order from the Recently Viewed Products section
* Fixed an issue where not all .js files were added to a bundle
* Fixed an issue where it was possible to save an incorrect IP value in the Developer Client Restriction field
* Fixed an issue where a raw DB error was thrown when trying to enter a custom variable with duplicated variable code

0.74.0-beta3
=============
* API
* The orders were extended with the gift messages
* The page and block data and repository interfaces
* Updated the public API list
* The orders were extended with the gift messages
* The page and block data and repository interfaces
* Updated the public API list
* Framework improvements
* Improved the profile generator
* Introduced the new environment for Jasmine tests
Expand All @@ -54,7 +90,7 @@
* Fixed the Navigation Menu items on Admin Area
* Various unit and integration tests bugs
* GitHub issues and requests
[#675] (https://github.com/magento/magento2/issues/675) -- Fix for Textarea element cols and rows #675
* [#675] (https://github.com/magento/magento2/issues/675) -- Fix for Textarea element cols and rows #675

0.74.0-beta2
=============
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.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/module-media-storage": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/module-store": "0.74.0-beta5",
"magento/module-backend": "0.74.0-beta5",
"magento/module-media-storage": "0.74.0-beta5",
"magento/framework": "0.74.0-beta5",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta4",
"version": "0.74.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
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.5.0|~5.6.0",
"magento/module-backend": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta5",
"magento/framework": "0.74.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta4",
"version": "0.74.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
36 changes: 18 additions & 18 deletions app/code/Magento/Backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta4",
"magento/module-directory": "0.74.0-beta4",
"magento/module-developer": "0.74.0-beta4",
"magento/module-eav": "0.74.0-beta4",
"magento/module-cron": "0.74.0-beta4",
"magento/module-theme": "0.74.0-beta4",
"magento/module-reports": "0.74.0-beta4",
"magento/module-sales": "0.74.0-beta4",
"magento/module-quote": "0.74.0-beta4",
"magento/module-catalog": "0.74.0-beta4",
"magento/module-user": "0.74.0-beta4",
"magento/module-backup": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/module-translation": "0.74.0-beta4",
"magento/module-require-js": "0.74.0-beta4",
"magento/module-config": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/module-store": "0.74.0-beta5",
"magento/module-directory": "0.74.0-beta5",
"magento/module-developer": "0.74.0-beta5",
"magento/module-eav": "0.74.0-beta5",
"magento/module-cron": "0.74.0-beta5",
"magento/module-theme": "0.74.0-beta5",
"magento/module-reports": "0.74.0-beta5",
"magento/module-sales": "0.74.0-beta5",
"magento/module-quote": "0.74.0-beta5",
"magento/module-catalog": "0.74.0-beta5",
"magento/module-user": "0.74.0-beta5",
"magento/module-backup": "0.74.0-beta5",
"magento/module-customer": "0.74.0-beta5",
"magento/module-translation": "0.74.0-beta5",
"magento/module-require-js": "0.74.0-beta5",
"magento/module-config": "0.74.0-beta5",
"magento/framework": "0.74.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta4",
"version": "0.74.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
10 changes: 5 additions & 5 deletions app/code/Magento/Backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/module-cron": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/module-store": "0.74.0-beta5",
"magento/module-backend": "0.74.0-beta5",
"magento/module-cron": "0.74.0-beta5",
"magento/framework": "0.74.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta4",
"version": "0.74.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
34 changes: 17 additions & 17 deletions app/code/Magento/Bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta4",
"magento/module-catalog": "0.74.0-beta4",
"magento/module-tax": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/module-sales": "0.74.0-beta4",
"magento/module-checkout": "0.74.0-beta4",
"magento/module-catalog-inventory": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/module-catalog-rule": "0.74.0-beta4",
"magento/module-eav": "0.74.0-beta4",
"magento/module-config": "0.74.0-beta4",
"magento/module-gift-message": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/module-quote": "0.74.0-beta4",
"magento/module-media-storage": "0.74.0-beta4",
"magento/module-store": "0.74.0-beta5",
"magento/module-catalog": "0.74.0-beta5",
"magento/module-tax": "0.74.0-beta5",
"magento/module-backend": "0.74.0-beta5",
"magento/module-sales": "0.74.0-beta5",
"magento/module-checkout": "0.74.0-beta5",
"magento/module-catalog-inventory": "0.74.0-beta5",
"magento/module-customer": "0.74.0-beta5",
"magento/module-catalog-rule": "0.74.0-beta5",
"magento/module-eav": "0.74.0-beta5",
"magento/module-config": "0.74.0-beta5",
"magento/module-gift-message": "0.74.0-beta5",
"magento/framework": "0.74.0-beta5",
"magento/module-quote": "0.74.0-beta5",
"magento/module-media-storage": "0.74.0-beta5",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-webapi": "0.74.0-beta4"
"magento/module-webapi": "0.74.0-beta5"
},
"type": "magento2-module",
"version": "0.74.0-beta4",
"version": "0.74.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/CacheInvalidate/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-page-cache": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/module-page-cache": "0.74.0-beta5",
"magento/framework": "0.74.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta4",
"version": "0.74.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
12 changes: 6 additions & 6 deletions app/code/Magento/Captcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/module-checkout": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/module-store": "0.74.0-beta5",
"magento/module-customer": "0.74.0-beta5",
"magento/module-checkout": "0.74.0-beta5",
"magento/module-backend": "0.74.0-beta5",
"magento/framework": "0.74.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta4",
"version": "0.74.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
52 changes: 26 additions & 26 deletions app/code/Magento/Catalog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta4",
"magento/module-eav": "0.74.0-beta4",
"magento/module-cms": "0.74.0-beta4",
"magento/module-indexer": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/module-theme": "0.74.0-beta4",
"magento/module-checkout": "0.74.0-beta4",
"magento/module-log": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/module-widget": "0.74.0-beta4",
"magento/module-wishlist": "0.74.0-beta4",
"magento/module-tax": "0.74.0-beta4",
"magento/module-msrp": "0.74.0-beta4",
"magento/module-catalog-inventory": "0.74.0-beta4",
"magento/module-directory": "0.74.0-beta4",
"magento/module-catalog-rule": "0.74.0-beta4",
"magento/module-product-alert": "0.74.0-beta4",
"magento/module-url-rewrite": "0.74.0-beta4",
"magento/module-catalog-url-rewrite": "0.74.0-beta4",
"magento/module-page-cache": "0.74.0-beta4",
"magento/module-quote": "0.74.0-beta4",
"magento/module-config": "0.74.0-beta4",
"magento/module-media-storage": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/module-store": "0.74.0-beta5",
"magento/module-eav": "0.74.0-beta5",
"magento/module-cms": "0.74.0-beta5",
"magento/module-indexer": "0.74.0-beta5",
"magento/module-customer": "0.74.0-beta5",
"magento/module-theme": "0.74.0-beta5",
"magento/module-checkout": "0.74.0-beta5",
"magento/module-log": "0.74.0-beta5",
"magento/module-backend": "0.74.0-beta5",
"magento/module-widget": "0.74.0-beta5",
"magento/module-wishlist": "0.74.0-beta5",
"magento/module-tax": "0.74.0-beta5",
"magento/module-msrp": "0.74.0-beta5",
"magento/module-catalog-inventory": "0.74.0-beta5",
"magento/module-directory": "0.74.0-beta5",
"magento/module-catalog-rule": "0.74.0-beta5",
"magento/module-product-alert": "0.74.0-beta5",
"magento/module-url-rewrite": "0.74.0-beta5",
"magento/module-catalog-url-rewrite": "0.74.0-beta5",
"magento/module-page-cache": "0.74.0-beta5",
"magento/module-quote": "0.74.0-beta5",
"magento/module-config": "0.74.0-beta5",
"magento/module-media-storage": "0.74.0-beta5",
"magento/framework": "0.74.0-beta5",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-cookie": "0.74.0-beta4"
"magento/module-cookie": "0.74.0-beta5"
},
"type": "magento2-module",
"version": "0.74.0-beta4",
"version": "0.74.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
20 changes: 10 additions & 10 deletions app/code/Magento/CatalogImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-catalog": "0.74.0-beta4",
"magento/module-eav": "0.74.0-beta4",
"magento/module-import-export": "0.74.0-beta4",
"magento/module-indexer": "0.74.0-beta4",
"magento/module-store": "0.74.0-beta4",
"magento/module-catalog-inventory": "0.74.0-beta4",
"magento/module-media-storage": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/module-catalog": "0.74.0-beta5",
"magento/module-eav": "0.74.0-beta5",
"magento/module-import-export": "0.74.0-beta5",
"magento/module-indexer": "0.74.0-beta5",
"magento/module-store": "0.74.0-beta5",
"magento/module-catalog-inventory": "0.74.0-beta5",
"magento/module-media-storage": "0.74.0-beta5",
"magento/module-customer": "0.74.0-beta5",
"magento/framework": "0.74.0-beta5",
"ext-ctype": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta4",
"version": "0.74.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
Loading

0 comments on commit 809a8b6

Please sign in to comment.