Skip to content

Commit cfcb727

Browse files
committed
Merge branch 'develop' of https://github.corp.ebay.com/magento-firedrakes/magento2ce into config2
2 parents cb56a52 + bc18e4c commit cfcb727

File tree

99 files changed

+839
-809
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+839
-809
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
0.42.0-beta7
2+
=============
3+
* Various improvements:
4+
* Added Varnish 4 support
5+
* Added CSS minification
6+
* Improved the performance toolkit
7+
* Fixed bugs:
8+
* Fixed an issue where the compiler for the single tenant mode did not resolve Repositories
9+
* Fixed an issue where the "Select all" mass action on the Customers page did not select all customers
10+
* Fixed an issue where values for a customer attribute of multiple-select type were not saved
11+
* Fixed an issue where the parental wakeup() method was not called in interceptors
12+
* Fixed an issue where bundle products with the same configurations added from different pages were displayed in the wishlist as separate items
13+
* Fixed an issue where the number of items added to the wishlist was not displayed on certain pages
14+
* Fixed an issue where logging was broken
15+
* Fixed an issue where it was impossible to use \Magento\Customer\Model\Resource\AddressRepository::getList with predefined direction(sortOrder)
16+
* Fixed an issue where editing a product from wishlist led caused a fatal error
17+
* Fixed an issue where the redirect link to continue shopping was absent in the success message after adding product to a wishlist
18+
* Fixed an issue where HTML tags where displayed in product prices on the Customer's Wishlist page in Admin
19+
* Fixed an issue where the Name and Email fields were not automatically when creating an email using the Email to Friend functionality
20+
* Fixed an issue with the redirect after searching product in a customer wishlist in Admin
21+
* Fixed an issue where a configurable product did not go out of stock when last subitem of some option was sold
22+
* Fixed an issue with varnish config generation for multiple IPs in access list field
23+
* Fixed the wrong di.xml in the Magento_Developer module
24+
* Fixed an issue where changes were not saved when default billing/shipping address was not selected in customer addresses
25+
* Fixed the issue where the Update Qty button looked disabled during a partial invoice creation
26+
* Fixed an issue where the creation date was not displayed in invoices and credit memo grids
27+
* Fixed an issue where it was impossible to install Magento_Quote on PHP 5.6
28+
* Fixed an issue that changes are not saved when default billing/shipping address is unchecked in customer addresses
29+
* Fixed an issue where "Update Qty" button looks disabled while creating partial invoice
30+
* Fixed an issue where date created column is not populated in invoices and credit memo grid
31+
* Fixed an issue with installation of Magento_Quote module on PHP 5.6
32+
* Fixed an issue with wrong link "File Permission Help"
33+
* Fixed an issue where dev/tools are broken when DI compiler is used due to skipped by the compiler dev/tools/Magento folder
34+
* Framework improvements:
35+
* JavaScript testsuites divided into frontend, backend and lib suites
36+
* Implemented image compression on server side upload
37+
* Implemented frontend page resources sorting
38+
* Removed the Magic __call method usage in templates
39+
* Introduced Jasmine + PhantomJS JavaScript testing infrastructure
40+
* Removed support of PHP 5.4
41+
* Setup Tool improvements:
42+
* Added tools for enabling/disabling modules: "module-enable --modules=Module_One,Module_Two, module-disable --modules=Module_One,Module_Two"
43+
* Added help option for displaying list of available modules: "help module-list"
44+
* GitHub requests :
45+
* [#593](https://github.com/magento/magento2/issues/593) -- Allow to use "0" as customer group
46+
* [#804](https://github.com/magento/magento2/issues/804) -- Comment about VAT number displayed under different field in Customer Configuration
47+
148
0.42.0-beta6
249
=============
350
* Various improvements:

app/code/Magento/AdminNotification/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.42.0-beta6",
7-
"magento/module-core": "0.42.0-beta6",
8-
"magento/module-backend": "0.42.0-beta6",
9-
"magento/framework": "0.42.0-beta6",
6+
"magento/module-store": "0.42.0-beta7",
7+
"magento/module-core": "0.42.0-beta7",
8+
"magento/module-backend": "0.42.0-beta7",
9+
"magento/framework": "0.42.0-beta7",
1010
"lib-libxml": "*",
1111
"magento/magento-composer-installer": "*"
1212
},
1313
"type": "magento2-module",
14-
"version": "0.42.0-beta6",
14+
"version": "0.42.0-beta7",
1515
"license": [
1616
"OSL-3.0",
1717
"AFL-3.0"

app/code/Magento/Authorization/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "Authorization module provides access to Magento ACL functionality.",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-backend": "0.42.0-beta6",
7-
"magento/framework": "0.42.0-beta6",
6+
"magento/module-backend": "0.42.0-beta7",
7+
"magento/framework": "0.42.0-beta7",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "0.42.0-beta6",
11+
"version": "0.42.0-beta7",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"

app/code/Magento/Backend/composer.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.42.0-beta6",
7-
"magento/module-directory": "0.42.0-beta6",
8-
"magento/module-core": "0.42.0-beta6",
9-
"magento/module-eav": "0.42.0-beta6",
10-
"magento/module-cron": "0.42.0-beta6",
11-
"magento/module-theme": "0.42.0-beta6",
12-
"magento/module-reports": "0.42.0-beta6",
13-
"magento/module-sales": "0.42.0-beta6",
14-
"magento/module-quote": "0.42.0-beta6",
15-
"magento/module-catalog": "0.42.0-beta6",
16-
"magento/module-user": "0.42.0-beta6",
17-
"magento/module-backup": "0.42.0-beta6",
18-
"magento/module-email": "0.42.0-beta6",
19-
"magento/module-customer": "0.42.0-beta6",
20-
"magento/module-translation": "0.42.0-beta6",
21-
"magento/module-require-js": "0.42.0-beta6",
22-
"magento/framework": "0.42.0-beta6",
6+
"magento/module-store": "0.42.0-beta7",
7+
"magento/module-directory": "0.42.0-beta7",
8+
"magento/module-core": "0.42.0-beta7",
9+
"magento/module-eav": "0.42.0-beta7",
10+
"magento/module-cron": "0.42.0-beta7",
11+
"magento/module-theme": "0.42.0-beta7",
12+
"magento/module-reports": "0.42.0-beta7",
13+
"magento/module-sales": "0.42.0-beta7",
14+
"magento/module-quote": "0.42.0-beta7",
15+
"magento/module-catalog": "0.42.0-beta7",
16+
"magento/module-user": "0.42.0-beta7",
17+
"magento/module-backup": "0.42.0-beta7",
18+
"magento/module-email": "0.42.0-beta7",
19+
"magento/module-customer": "0.42.0-beta7",
20+
"magento/module-translation": "0.42.0-beta7",
21+
"magento/module-require-js": "0.42.0-beta7",
22+
"magento/framework": "0.42.0-beta7",
2323
"magento/magento-composer-installer": "*"
2424
},
2525
"type": "magento2-module",
26-
"version": "0.42.0-beta6",
26+
"version": "0.42.0-beta7",
2727
"license": [
2828
"OSL-3.0",
2929
"AFL-3.0"

app/code/Magento/Backup/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-backend": "0.42.0-beta6",
7-
"magento/module-cron": "0.42.0-beta6",
8-
"magento/framework": "0.42.0-beta6",
6+
"magento/module-backend": "0.42.0-beta7",
7+
"magento/module-cron": "0.42.0-beta7",
8+
"magento/framework": "0.42.0-beta7",
99
"magento/magento-composer-installer": "*"
1010
},
1111
"type": "magento2-module",
12-
"version": "0.42.0-beta6",
12+
"version": "0.42.0-beta7",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"

app/code/Magento/Bundle/composer.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.42.0-beta6",
7-
"magento/module-catalog": "0.42.0-beta6",
8-
"magento/module-tax": "0.42.0-beta6",
9-
"magento/module-core": "0.42.0-beta6",
10-
"magento/module-backend": "0.42.0-beta6",
11-
"magento/module-sales": "0.42.0-beta6",
12-
"magento/module-checkout": "0.42.0-beta6",
13-
"magento/module-catalog-inventory": "0.42.0-beta6",
14-
"magento/module-customer": "0.42.0-beta6",
15-
"magento/module-catalog-rule": "0.42.0-beta6",
16-
"magento/module-eav": "0.42.0-beta6",
17-
"magento/module-gift-message": "0.42.0-beta6",
18-
"magento/framework": "0.42.0-beta6",
19-
"magento/module-webapi": "0.42.0-beta6",
20-
"magento/module-quote": "0.42.0-beta6",
6+
"magento/module-store": "0.42.0-beta7",
7+
"magento/module-catalog": "0.42.0-beta7",
8+
"magento/module-tax": "0.42.0-beta7",
9+
"magento/module-core": "0.42.0-beta7",
10+
"magento/module-backend": "0.42.0-beta7",
11+
"magento/module-sales": "0.42.0-beta7",
12+
"magento/module-checkout": "0.42.0-beta7",
13+
"magento/module-catalog-inventory": "0.42.0-beta7",
14+
"magento/module-customer": "0.42.0-beta7",
15+
"magento/module-catalog-rule": "0.42.0-beta7",
16+
"magento/module-eav": "0.42.0-beta7",
17+
"magento/module-gift-message": "0.42.0-beta7",
18+
"magento/framework": "0.42.0-beta7",
19+
"magento/module-webapi": "0.42.0-beta7",
20+
"magento/module-quote": "0.42.0-beta7",
2121
"magento/magento-composer-installer": "*"
2222
},
2323
"type": "magento2-module",
24-
"version": "0.42.0-beta6",
24+
"version": "0.42.0-beta7",
2525
"license": [
2626
"OSL-3.0",
2727
"AFL-3.0"

app/code/Magento/Captcha/composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.42.0-beta6",
7-
"magento/module-customer": "0.42.0-beta6",
8-
"magento/module-checkout": "0.42.0-beta6",
9-
"magento/module-core": "0.42.0-beta6",
10-
"magento/module-backend": "0.42.0-beta6",
11-
"magento/framework": "0.42.0-beta6",
6+
"magento/module-store": "0.42.0-beta7",
7+
"magento/module-customer": "0.42.0-beta7",
8+
"magento/module-checkout": "0.42.0-beta7",
9+
"magento/module-core": "0.42.0-beta7",
10+
"magento/module-backend": "0.42.0-beta7",
11+
"magento/framework": "0.42.0-beta7",
1212
"magento/magento-composer-installer": "*"
1313
},
1414
"type": "magento2-module",
15-
"version": "0.42.0-beta6",
15+
"version": "0.42.0-beta7",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"

app/code/Magento/Catalog/composer.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,36 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.42.0-beta6",
7-
"magento/module-eav": "0.42.0-beta6",
8-
"magento/module-cms": "0.42.0-beta6",
9-
"magento/module-indexer": "0.42.0-beta6",
10-
"magento/module-customer": "0.42.0-beta6",
11-
"magento/module-core": "0.42.0-beta6",
12-
"magento/module-theme": "0.42.0-beta6",
13-
"magento/module-checkout": "0.42.0-beta6",
14-
"magento/module-log": "0.42.0-beta6",
15-
"magento/module-backend": "0.42.0-beta6",
16-
"magento/module-widget": "0.42.0-beta6",
17-
"magento/module-wishlist": "0.42.0-beta6",
18-
"magento/module-tax": "0.42.0-beta6",
19-
"magento/module-msrp": "0.42.0-beta6",
20-
"magento/module-catalog-inventory": "0.42.0-beta6",
21-
"magento/module-directory": "0.42.0-beta6",
22-
"magento/module-catalog-rule": "0.42.0-beta6",
23-
"magento/module-product-alert": "0.42.0-beta6",
24-
"magento/module-url-rewrite": "0.42.0-beta6",
25-
"magento/module-catalog-url-rewrite": "0.42.0-beta6",
26-
"magento/module-page-cache": "0.42.0-beta6",
27-
"magento/module-quote": "0.42.0-beta6",
28-
"magento/framework": "0.42.0-beta6",
6+
"magento/module-store": "0.42.0-beta7",
7+
"magento/module-eav": "0.42.0-beta7",
8+
"magento/module-cms": "0.42.0-beta7",
9+
"magento/module-indexer": "0.42.0-beta7",
10+
"magento/module-customer": "0.42.0-beta7",
11+
"magento/module-core": "0.42.0-beta7",
12+
"magento/module-theme": "0.42.0-beta7",
13+
"magento/module-checkout": "0.42.0-beta7",
14+
"magento/module-log": "0.42.0-beta7",
15+
"magento/module-backend": "0.42.0-beta7",
16+
"magento/module-widget": "0.42.0-beta7",
17+
"magento/module-wishlist": "0.42.0-beta7",
18+
"magento/module-tax": "0.42.0-beta7",
19+
"magento/module-msrp": "0.42.0-beta7",
20+
"magento/module-catalog-inventory": "0.42.0-beta7",
21+
"magento/module-directory": "0.42.0-beta7",
22+
"magento/module-catalog-rule": "0.42.0-beta7",
23+
"magento/module-product-alert": "0.42.0-beta7",
24+
"magento/module-url-rewrite": "0.42.0-beta7",
25+
"magento/module-catalog-url-rewrite": "0.42.0-beta7",
26+
"magento/module-page-cache": "0.42.0-beta7",
27+
"magento/module-quote": "0.42.0-beta7",
28+
"magento/framework": "0.42.0-beta7",
2929
"magento/magento-composer-installer": "*"
3030
},
3131
"suggest": {
32-
"magento/module-cookie": "0.42.0-beta6"
32+
"magento/module-cookie": "0.42.0-beta7"
3333
},
3434
"type": "magento2-module",
35-
"version": "0.42.0-beta6",
35+
"version": "0.42.0-beta7",
3636
"license": [
3737
"OSL-3.0",
3838
"AFL-3.0"

app/code/Magento/CatalogImportExport/composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-core": "0.42.0-beta6",
7-
"magento/module-catalog": "0.42.0-beta6",
8-
"magento/module-eav": "0.42.0-beta6",
9-
"magento/module-import-export": "0.42.0-beta6",
10-
"magento/module-indexer": "0.42.0-beta6",
11-
"magento/module-store": "0.42.0-beta6",
12-
"magento/module-catalog-inventory": "0.42.0-beta6",
13-
"magento/module-customer": "0.42.0-beta6",
14-
"magento/framework": "0.42.0-beta6",
6+
"magento/module-core": "0.42.0-beta7",
7+
"magento/module-catalog": "0.42.0-beta7",
8+
"magento/module-eav": "0.42.0-beta7",
9+
"magento/module-import-export": "0.42.0-beta7",
10+
"magento/module-indexer": "0.42.0-beta7",
11+
"magento/module-store": "0.42.0-beta7",
12+
"magento/module-catalog-inventory": "0.42.0-beta7",
13+
"magento/module-customer": "0.42.0-beta7",
14+
"magento/framework": "0.42.0-beta7",
1515
"ext-ctype": "*",
1616
"magento/magento-composer-installer": "*"
1717
},
1818
"type": "magento2-module",
19-
"version": "0.42.0-beta6",
19+
"version": "0.42.0-beta7",
2020
"license": [
2121
"OSL-3.0",
2222
"AFL-3.0"

app/code/Magento/CatalogInventory/composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.42.0-beta6",
7-
"magento/module-catalog": "0.42.0-beta6",
8-
"magento/module-customer": "0.42.0-beta6",
9-
"magento/module-backend": "0.42.0-beta6",
10-
"magento/module-indexer": "0.42.0-beta6",
11-
"magento/module-eav": "0.42.0-beta6",
12-
"magento/module-quote": "0.42.0-beta6",
13-
"magento/framework": "0.42.0-beta6",
6+
"magento/module-store": "0.42.0-beta7",
7+
"magento/module-catalog": "0.42.0-beta7",
8+
"magento/module-customer": "0.42.0-beta7",
9+
"magento/module-backend": "0.42.0-beta7",
10+
"magento/module-indexer": "0.42.0-beta7",
11+
"magento/module-eav": "0.42.0-beta7",
12+
"magento/module-quote": "0.42.0-beta7",
13+
"magento/framework": "0.42.0-beta7",
1414
"magento/magento-composer-installer": "*"
1515
},
1616
"type": "magento2-module",
17-
"version": "0.42.0-beta6",
17+
"version": "0.42.0-beta7",
1818
"license": [
1919
"OSL-3.0",
2020
"AFL-3.0"

app/code/Magento/CatalogRule/composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.42.0-beta6",
7-
"magento/module-rule": "0.42.0-beta6",
8-
"magento/module-catalog": "0.42.0-beta6",
9-
"magento/module-customer": "0.42.0-beta6",
10-
"magento/module-backend": "0.42.0-beta6",
11-
"magento/module-eav": "0.42.0-beta6",
12-
"magento/module-indexer": "0.42.0-beta6",
13-
"magento/module-import-export": "0.42.0-beta6",
14-
"magento/framework": "0.42.0-beta6",
6+
"magento/module-store": "0.42.0-beta7",
7+
"magento/module-rule": "0.42.0-beta7",
8+
"magento/module-catalog": "0.42.0-beta7",
9+
"magento/module-customer": "0.42.0-beta7",
10+
"magento/module-backend": "0.42.0-beta7",
11+
"magento/module-eav": "0.42.0-beta7",
12+
"magento/module-indexer": "0.42.0-beta7",
13+
"magento/module-import-export": "0.42.0-beta7",
14+
"magento/framework": "0.42.0-beta7",
1515
"magento/magento-composer-installer": "*"
1616
},
1717
"type": "magento2-module",
18-
"version": "0.42.0-beta6",
18+
"version": "0.42.0-beta7",
1919
"license": [
2020
"OSL-3.0",
2121
"AFL-3.0"

0 commit comments

Comments
 (0)