Skip to content

Commit

Permalink
MAGETWO-31084: M2 GitHub Update (version 0.42.0-beta11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Miniailo committed Mar 6, 2015
1 parent cdc3d60 commit d0131d7
Show file tree
Hide file tree
Showing 100 changed files with 839 additions and 806 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
0.42.0-beta11
=============
* Various improvements:
* Added LICENSE to Developer module
* Refactored Catalog and related module to use mutable data object interface
* Refactored Sales and related modules to use mutable data interfaces
* Setup:
* Added styles for new module enabling / disabling section in Installation wizard
* Modules Install and upgrade capabilities are refactored to implement interfaces used by Setup application
* Framework:
* Moved/refactored Magento\IO\Sftp adapter into Filesystem library
* Removed Magento IO library
* Implemented Dynamic Types Binding in SOAP
* Implemented Extensible Attributes generation
* Improved Web API Related Code Quality
* Moved Specific Helper Components From the Magento/Core Module to Magento/Framework
* Performance:
* Inline JS code is eliminated
* Created fixture for changing Magento config update via Performance Toolkit Generator
* Fixed bugs:
* Issue with multiple addresses checkout
* Issue with catalog page update after a product status changes
* Issue with distance between "Log in" & "or" & "Register" in Frontend header
* Issue with tax details and amounts in frontend and backend order
* JavaScript error when clicking on toggle arrow to show FPT in shopping cart
* PHP Warning when trying to checkout with Multiple Addresses on review order page
* Functional tests:
* Refactored end-to-end test for order placement from backend and for OnePageCheckout
* GitHub requests:
* [#1035] (https://github.com/magento/magento2/issues/1035) -- Bug in Magento\Framework\Simplexml\Element::appendChild
* [#1053] (https://github.com/magento/magento2/issues/1053) -- #865: add getParams/setParam to RequestInterface
* [#1066] (https://github.com/magento/magento2/issues/1066) -- PHP 5.5.16-1+deb.sury.org~precise+1

0.42.0-beta10
=============
* Framework
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.42.0-beta10",
"magento/module-core": "0.42.0-beta10",
"magento/module-backend": "0.42.0-beta10",
"magento/framework": "0.42.0-beta10",
"magento/module-store": "0.42.0-beta11",
"magento/module-core": "0.42.0-beta11",
"magento/module-backend": "0.42.0-beta11",
"magento/framework": "0.42.0-beta11",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta10",
"version": "0.42.0-beta11",
"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.42.0-beta10",
"magento/framework": "0.42.0-beta10",
"magento/module-backend": "0.42.0-beta11",
"magento/framework": "0.42.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta10",
"version": "0.42.0-beta11",
"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.42.0-beta10",
"magento/module-directory": "0.42.0-beta10",
"magento/module-developer": "0.42.0-beta10",
"magento/module-eav": "0.42.0-beta10",
"magento/module-cron": "0.42.0-beta10",
"magento/module-theme": "0.42.0-beta10",
"magento/module-reports": "0.42.0-beta10",
"magento/module-sales": "0.42.0-beta10",
"magento/module-quote": "0.42.0-beta10",
"magento/module-catalog": "0.42.0-beta10",
"magento/module-user": "0.42.0-beta10",
"magento/module-backup": "0.42.0-beta10",
"magento/module-customer": "0.42.0-beta10",
"magento/module-translation": "0.42.0-beta10",
"magento/module-require-js": "0.42.0-beta10",
"magento/module-config": "0.42.0-beta10",
"magento/framework": "0.42.0-beta10",
"magento/module-store": "0.42.0-beta11",
"magento/module-directory": "0.42.0-beta11",
"magento/module-developer": "0.42.0-beta11",
"magento/module-eav": "0.42.0-beta11",
"magento/module-cron": "0.42.0-beta11",
"magento/module-theme": "0.42.0-beta11",
"magento/module-reports": "0.42.0-beta11",
"magento/module-sales": "0.42.0-beta11",
"magento/module-quote": "0.42.0-beta11",
"magento/module-catalog": "0.42.0-beta11",
"magento/module-user": "0.42.0-beta11",
"magento/module-backup": "0.42.0-beta11",
"magento/module-customer": "0.42.0-beta11",
"magento/module-translation": "0.42.0-beta11",
"magento/module-require-js": "0.42.0-beta11",
"magento/module-config": "0.42.0-beta11",
"magento/framework": "0.42.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta10",
"version": "0.42.0-beta11",
"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.42.0-beta10",
"magento/module-backend": "0.42.0-beta10",
"magento/module-cron": "0.42.0-beta10",
"magento/framework": "0.42.0-beta10",
"magento/module-store": "0.42.0-beta11",
"magento/module-backend": "0.42.0-beta11",
"magento/module-cron": "0.42.0-beta11",
"magento/framework": "0.42.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta10",
"version": "0.42.0-beta11",
"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-config": "0.42.0-beta10",
"magento/module-store": "0.42.0-beta10",
"magento/module-catalog": "0.42.0-beta10",
"magento/module-tax": "0.42.0-beta10",
"magento/module-core": "0.42.0-beta10",
"magento/module-backend": "0.42.0-beta10",
"magento/module-sales": "0.42.0-beta10",
"magento/module-checkout": "0.42.0-beta10",
"magento/module-catalog-inventory": "0.42.0-beta10",
"magento/module-customer": "0.42.0-beta10",
"magento/module-catalog-rule": "0.42.0-beta10",
"magento/module-eav": "0.42.0-beta10",
"magento/module-gift-message": "0.42.0-beta10",
"magento/framework": "0.42.0-beta10",
"magento/module-quote": "0.42.0-beta10",
"magento/module-config": "0.42.0-beta11",
"magento/module-store": "0.42.0-beta11",
"magento/module-catalog": "0.42.0-beta11",
"magento/module-tax": "0.42.0-beta11",
"magento/module-core": "0.42.0-beta11",
"magento/module-backend": "0.42.0-beta11",
"magento/module-sales": "0.42.0-beta11",
"magento/module-checkout": "0.42.0-beta11",
"magento/module-catalog-inventory": "0.42.0-beta11",
"magento/module-customer": "0.42.0-beta11",
"magento/module-catalog-rule": "0.42.0-beta11",
"magento/module-eav": "0.42.0-beta11",
"magento/module-gift-message": "0.42.0-beta11",
"magento/framework": "0.42.0-beta11",
"magento/module-quote": "0.42.0-beta11",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-webapi": "0.42.0-beta10"
"magento/module-webapi": "0.42.0-beta11"
},
"type": "magento2-module",
"version": "0.42.0-beta10",
"version": "0.42.0-beta11",
"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.42.0-beta10",
"magento/module-customer": "0.42.0-beta10",
"magento/module-checkout": "0.42.0-beta10",
"magento/module-backend": "0.42.0-beta10",
"magento/framework": "0.42.0-beta10",
"magento/module-store": "0.42.0-beta11",
"magento/module-customer": "0.42.0-beta11",
"magento/module-checkout": "0.42.0-beta11",
"magento/module-backend": "0.42.0-beta11",
"magento/framework": "0.42.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta10",
"version": "0.42.0-beta11",
"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-config": "0.42.0-beta10",
"magento/module-store": "0.42.0-beta10",
"magento/module-eav": "0.42.0-beta10",
"magento/module-cms": "0.42.0-beta10",
"magento/module-indexer": "0.42.0-beta10",
"magento/module-customer": "0.42.0-beta10",
"magento/module-core": "0.42.0-beta10",
"magento/module-theme": "0.42.0-beta10",
"magento/module-checkout": "0.42.0-beta10",
"magento/module-log": "0.42.0-beta10",
"magento/module-backend": "0.42.0-beta10",
"magento/module-widget": "0.42.0-beta10",
"magento/module-wishlist": "0.42.0-beta10",
"magento/module-tax": "0.42.0-beta10",
"magento/module-msrp": "0.42.0-beta10",
"magento/module-catalog-inventory": "0.42.0-beta10",
"magento/module-directory": "0.42.0-beta10",
"magento/module-catalog-rule": "0.42.0-beta10",
"magento/module-product-alert": "0.42.0-beta10",
"magento/module-url-rewrite": "0.42.0-beta10",
"magento/module-catalog-url-rewrite": "0.42.0-beta10",
"magento/module-page-cache": "0.42.0-beta10",
"magento/module-quote": "0.42.0-beta10",
"magento/framework": "0.42.0-beta10",
"magento/module-config": "0.42.0-beta11",
"magento/module-store": "0.42.0-beta11",
"magento/module-eav": "0.42.0-beta11",
"magento/module-cms": "0.42.0-beta11",
"magento/module-indexer": "0.42.0-beta11",
"magento/module-customer": "0.42.0-beta11",
"magento/module-core": "0.42.0-beta11",
"magento/module-theme": "0.42.0-beta11",
"magento/module-checkout": "0.42.0-beta11",
"magento/module-log": "0.42.0-beta11",
"magento/module-backend": "0.42.0-beta11",
"magento/module-widget": "0.42.0-beta11",
"magento/module-wishlist": "0.42.0-beta11",
"magento/module-tax": "0.42.0-beta11",
"magento/module-msrp": "0.42.0-beta11",
"magento/module-catalog-inventory": "0.42.0-beta11",
"magento/module-directory": "0.42.0-beta11",
"magento/module-catalog-rule": "0.42.0-beta11",
"magento/module-product-alert": "0.42.0-beta11",
"magento/module-url-rewrite": "0.42.0-beta11",
"magento/module-catalog-url-rewrite": "0.42.0-beta11",
"magento/module-page-cache": "0.42.0-beta11",
"magento/module-quote": "0.42.0-beta11",
"magento/framework": "0.42.0-beta11",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-cookie": "0.42.0-beta10"
"magento/module-cookie": "0.42.0-beta11"
},
"type": "magento2-module",
"version": "0.42.0-beta10",
"version": "0.42.0-beta11",
"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-core": "0.42.0-beta10",
"magento/module-catalog": "0.42.0-beta10",
"magento/module-eav": "0.42.0-beta10",
"magento/module-import-export": "0.42.0-beta10",
"magento/module-indexer": "0.42.0-beta10",
"magento/module-store": "0.42.0-beta10",
"magento/module-catalog-inventory": "0.42.0-beta10",
"magento/module-customer": "0.42.0-beta10",
"magento/framework": "0.42.0-beta10",
"magento/module-core": "0.42.0-beta11",
"magento/module-catalog": "0.42.0-beta11",
"magento/module-eav": "0.42.0-beta11",
"magento/module-import-export": "0.42.0-beta11",
"magento/module-indexer": "0.42.0-beta11",
"magento/module-store": "0.42.0-beta11",
"magento/module-catalog-inventory": "0.42.0-beta11",
"magento/module-customer": "0.42.0-beta11",
"magento/framework": "0.42.0-beta11",
"ext-ctype": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta10",
"version": "0.42.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
18 changes: 9 additions & 9 deletions app/code/Magento/CatalogInventory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-config": "0.42.0-beta10",
"magento/module-store": "0.42.0-beta10",
"magento/module-catalog": "0.42.0-beta10",
"magento/module-customer": "0.42.0-beta10",
"magento/module-indexer": "0.42.0-beta10",
"magento/module-eav": "0.42.0-beta10",
"magento/module-quote": "0.42.0-beta10",
"magento/framework": "0.42.0-beta10",
"magento/module-config": "0.42.0-beta11",
"magento/module-store": "0.42.0-beta11",
"magento/module-catalog": "0.42.0-beta11",
"magento/module-customer": "0.42.0-beta11",
"magento/module-indexer": "0.42.0-beta11",
"magento/module-eav": "0.42.0-beta11",
"magento/module-quote": "0.42.0-beta11",
"magento/framework": "0.42.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta10",
"version": "0.42.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
20 changes: 10 additions & 10 deletions app/code/Magento/CatalogRule/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta10",
"magento/module-rule": "0.42.0-beta10",
"magento/module-catalog": "0.42.0-beta10",
"magento/module-customer": "0.42.0-beta10",
"magento/module-backend": "0.42.0-beta10",
"magento/module-eav": "0.42.0-beta10",
"magento/module-indexer": "0.42.0-beta10",
"magento/module-import-export": "0.42.0-beta10",
"magento/framework": "0.42.0-beta10",
"magento/module-store": "0.42.0-beta11",
"magento/module-rule": "0.42.0-beta11",
"magento/module-catalog": "0.42.0-beta11",
"magento/module-customer": "0.42.0-beta11",
"magento/module-backend": "0.42.0-beta11",
"magento/module-eav": "0.42.0-beta11",
"magento/module-indexer": "0.42.0-beta11",
"magento/module-import-export": "0.42.0-beta11",
"magento/framework": "0.42.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta10",
"version": "0.42.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
22 changes: 11 additions & 11 deletions app/code/Magento/CatalogSearch/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-store": "0.42.0-beta10",
"magento/module-catalog": "0.42.0-beta10",
"magento/module-search": "0.42.0-beta10",
"magento/module-customer": "0.42.0-beta10",
"magento/module-directory": "0.42.0-beta10",
"magento/module-indexer": "0.42.0-beta10",
"magento/module-eav": "0.42.0-beta10",
"magento/module-backend": "0.42.0-beta10",
"magento/module-theme": "0.42.0-beta10",
"magento/framework": "0.42.0-beta10",
"magento/module-store": "0.42.0-beta11",
"magento/module-catalog": "0.42.0-beta11",
"magento/module-search": "0.42.0-beta11",
"magento/module-customer": "0.42.0-beta11",
"magento/module-directory": "0.42.0-beta11",
"magento/module-indexer": "0.42.0-beta11",
"magento/module-eav": "0.42.0-beta11",
"magento/module-backend": "0.42.0-beta11",
"magento/module-theme": "0.42.0-beta11",
"magento/framework": "0.42.0-beta11",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta10",
"version": "0.42.0-beta11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
Loading

0 comments on commit d0131d7

Please sign in to comment.