Skip to content

Commit

Permalink
MAGETWO-31080: M2 GitHub Update (version 0.42.0-beta7)
Browse files Browse the repository at this point in the history
  • Loading branch information
vklymenko committed Feb 6, 2015
1 parent 518964e commit 5887153
Show file tree
Hide file tree
Showing 96 changed files with 820 additions and 773 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
0.42.0-beta7
=============
* Various improvements:
* Added Varnish 4 support
* Added CSS minification
* Improved the performance toolkit
* Fixed bugs:
* Fixed an issue where the compiler for the single tenant mode did not resolve Repositories
* Fixed an issue where the "Select all" mass action on the Customers page did not select all customers
* Fixed an issue where values for a customer attribute of multiple-select type were not saved
* Fixed an issue where the parental wakeup() method was not called in interceptors
* Fixed an issue where bundle products with the same configurations added from different pages were displayed in the wishlist as separate items
* Fixed an issue where the number of items added to the wishlist was not displayed on certain pages
* Fixed an issue where logging was broken
* Fixed an issue where it was impossible to use \Magento\Customer\Model\Resource\AddressRepository::getList with predefined direction(sortOrder)
* Fixed an issue where editing a product from wishlist led caused a fatal error
* Fixed an issue where the redirect link to continue shopping was absent in the success message after adding product to a wishlist
* Fixed an issue where HTML tags where displayed in product prices on the Customer's Wishlist page in Admin
* Fixed an issue where the Name and Email fields were not automatically when creating an email using the Email to Friend functionality
* Fixed an issue with the redirect after searching product in a customer wishlist in Admin
* Fixed an issue where a configurable product did not go out of stock when last subitem of some option was sold
* Fixed an issue with varnish config generation for multiple IPs in access list field
* Fixed the wrong di.xml in the Magento_Developer module
* Fixed an issue where changes were not saved when default billing/shipping address was not selected in customer addresses
* Fixed the issue where the Update Qty button looked disabled during a partial invoice creation
* Fixed an issue where the creation date was not displayed in invoices and credit memo grids
* Fixed an issue where it was impossible to install Magento_Quote on PHP 5.6
* Fixed an issue that changes are not saved when default billing/shipping address is unchecked in customer addresses
* Fixed an issue where "Update Qty" button looks disabled while creating partial invoice
* Fixed an issue where date created column is not populated in invoices and credit memo grid
* Fixed an issue with installation of Magento_Quote module on PHP 5.6
* Fixed an issue with wrong link "File Permission Help"
* Fixed an issue where dev/tools are broken when DI compiler is used due to skipped by the compiler dev/tools/Magento folder
* Framework improvements:
* JavaScript testsuites divided into frontend, backend and lib suites
* Implemented image compression on server side upload
* Implemented frontend page resources sorting
* Removed the Magic __call method usage in templates
* Introduced Jasmine + PhantomJS JavaScript testing infrastructure
* Removed support of PHP 5.4
* Setup Tool improvements:
* Added tools for enabling/disabling modules: "module-enable --modules=Module_One,Module_Two, module-disable --modules=Module_One,Module_Two"
* Added help option for displaying list of available modules: "help module-list"
* GitHub requests :
* [#593](https://github.com/magento/magento2/issues/593) -- Allow to use "0" as customer group
* [#804](https://github.com/magento/magento2/issues/804) -- Comment about VAT number displayed under different field in Customer Configuration

0.42.0-beta6
=============
* Various 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.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/module-store": "0.42.0-beta7",
"magento/module-core": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta6",
"version": "0.42.0-beta7",
"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-beta6",
"magento/framework": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta6",
"version": "0.42.0-beta7",
"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-beta6",
"magento/module-directory": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-eav": "0.42.0-beta6",
"magento/module-cron": "0.42.0-beta6",
"magento/module-theme": "0.42.0-beta6",
"magento/module-reports": "0.42.0-beta6",
"magento/module-sales": "0.42.0-beta6",
"magento/module-quote": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-user": "0.42.0-beta6",
"magento/module-backup": "0.42.0-beta6",
"magento/module-email": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
"magento/module-translation": "0.42.0-beta6",
"magento/module-require-js": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/module-store": "0.42.0-beta7",
"magento/module-directory": "0.42.0-beta7",
"magento/module-core": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-cron": "0.42.0-beta7",
"magento/module-theme": "0.42.0-beta7",
"magento/module-reports": "0.42.0-beta7",
"magento/module-sales": "0.42.0-beta7",
"magento/module-quote": "0.42.0-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-user": "0.42.0-beta7",
"magento/module-backup": "0.42.0-beta7",
"magento/module-email": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-translation": "0.42.0-beta7",
"magento/module-require-js": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta6",
"version": "0.42.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
8 changes: 4 additions & 4 deletions app/code/Magento/Backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-backend": "0.42.0-beta6",
"magento/module-cron": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta7",
"magento/module-cron": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta6",
"version": "0.42.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
32 changes: 16 additions & 16 deletions app/code/Magento/Bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-tax": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
"magento/module-sales": "0.42.0-beta6",
"magento/module-checkout": "0.42.0-beta6",
"magento/module-catalog-inventory": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
"magento/module-catalog-rule": "0.42.0-beta6",
"magento/module-eav": "0.42.0-beta6",
"magento/module-gift-message": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/module-webapi": "0.42.0-beta6",
"magento/module-quote": "0.42.0-beta6",
"magento/module-store": "0.42.0-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-tax": "0.42.0-beta7",
"magento/module-core": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/module-sales": "0.42.0-beta7",
"magento/module-checkout": "0.42.0-beta7",
"magento/module-catalog-inventory": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-catalog-rule": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-gift-message": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"magento/module-webapi": "0.42.0-beta7",
"magento/module-quote": "0.42.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta6",
"version": "0.42.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
14 changes: 7 additions & 7 deletions app/code/Magento/Captcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
"magento/module-checkout": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/module-store": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-checkout": "0.42.0-beta7",
"magento/module-core": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta6",
"version": "0.42.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
48 changes: 24 additions & 24 deletions app/code/Magento/Catalog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-eav": "0.42.0-beta6",
"magento/module-cms": "0.42.0-beta6",
"magento/module-indexer": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-theme": "0.42.0-beta6",
"magento/module-checkout": "0.42.0-beta6",
"magento/module-log": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
"magento/module-widget": "0.42.0-beta6",
"magento/module-wishlist": "0.42.0-beta6",
"magento/module-tax": "0.42.0-beta6",
"magento/module-msrp": "0.42.0-beta6",
"magento/module-catalog-inventory": "0.42.0-beta6",
"magento/module-directory": "0.42.0-beta6",
"magento/module-catalog-rule": "0.42.0-beta6",
"magento/module-product-alert": "0.42.0-beta6",
"magento/module-url-rewrite": "0.42.0-beta6",
"magento/module-catalog-url-rewrite": "0.42.0-beta6",
"magento/module-page-cache": "0.42.0-beta6",
"magento/module-quote": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/module-store": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-cms": "0.42.0-beta7",
"magento/module-indexer": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-core": "0.42.0-beta7",
"magento/module-theme": "0.42.0-beta7",
"magento/module-checkout": "0.42.0-beta7",
"magento/module-log": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/module-widget": "0.42.0-beta7",
"magento/module-wishlist": "0.42.0-beta7",
"magento/module-tax": "0.42.0-beta7",
"magento/module-msrp": "0.42.0-beta7",
"magento/module-catalog-inventory": "0.42.0-beta7",
"magento/module-directory": "0.42.0-beta7",
"magento/module-catalog-rule": "0.42.0-beta7",
"magento/module-product-alert": "0.42.0-beta7",
"magento/module-url-rewrite": "0.42.0-beta7",
"magento/module-catalog-url-rewrite": "0.42.0-beta7",
"magento/module-page-cache": "0.42.0-beta7",
"magento/module-quote": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta6",
"version": "0.42.0-beta7",
"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-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-eav": "0.42.0-beta6",
"magento/module-import-export": "0.42.0-beta6",
"magento/module-indexer": "0.42.0-beta6",
"magento/module-store": "0.42.0-beta6",
"magento/module-catalog-inventory": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-import-export": "0.42.0-beta7",
"magento/module-indexer": "0.42.0-beta7",
"magento/module-store": "0.42.0-beta7",
"magento/module-catalog-inventory": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"ext-ctype": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta6",
"version": "0.42.0-beta7",
"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-store": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
"magento/module-indexer": "0.42.0-beta6",
"magento/module-eav": "0.42.0-beta6",
"magento/module-quote": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/module-store": "0.42.0-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/module-indexer": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-quote": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta6",
"version": "0.42.0-beta7",
"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-beta6",
"magento/module-rule": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
"magento/module-eav": "0.42.0-beta6",
"magento/module-indexer": "0.42.0-beta6",
"magento/module-import-export": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/module-store": "0.42.0-beta7",
"magento/module-rule": "0.42.0-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-indexer": "0.42.0-beta7",
"magento/module-import-export": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta6",
"version": "0.42.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
24 changes: 12 additions & 12 deletions app/code/Magento/CatalogSearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-search": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-directory": "0.42.0-beta6",
"magento/module-indexer": "0.42.0-beta6",
"magento/module-eav": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
"magento/module-theme": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/module-store": "0.42.0-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-search": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-core": "0.42.0-beta7",
"magento/module-directory": "0.42.0-beta7",
"magento/module-indexer": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/module-theme": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta6",
"version": "0.42.0-beta7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
Loading

0 comments on commit 5887153

Please sign in to comment.