Skip to content

Commit aca1f97

Browse files
committed
MAGETWO-33538: M2 GitHub Update (version 0.74.0-beta16)
1 parent e5376c1 commit aca1f97

File tree

102 files changed

+887
-888
lines changed

Some content is hidden

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

102 files changed

+887
-888
lines changed

CHANGELOG.md

Lines changed: 74 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,57 @@
11
0.74.0-beta15
22
=============
3-
* Framework Improvements:
4-
* Introduced Drag&Drop Columns functionality in scope of Enhanced Data Grids on CMS
5-
* Improved Column Actions functionality in scope of Enhanced Data Grids on CMS
6-
* Adapted Payment\Gateway framework to client requirements
7-
* Removed 'field_expr' option from filters
8-
* Added product details renderer list support on Catalog category page
9-
* Security: Clickjacking solution - introduced X-Frame-Options
10-
* Gift message was moved to shopping cart
11-
* Improved simple products export
12-
* Separated import of advanced prices
13-
* Changed 'updated_at' filter for products export
14-
* Added the link with sample product import file
15-
* Cleared and improved the messages and names in different modules
16-
* Added mbstring extension as a requirement
17-
* Tests
18-
* Increased test coverage for the CatalogInventory, Email and Newsletter modules
19-
* Added wait to form element before filling a value in functional tests
20-
* Increased test coverage of Reports module
21-
* Functional tests were fixed and maintained
22-
* Fixed Bugs:
23-
* Fixed loading of images from database media storage with separate connection
24-
* Eliminated duplication of ComposerInformation class in Magento Framework and Setup Application
25-
* Fixed an error message format inconsistency in theme uninstall command
26-
* Fixed an issue where incorrect action name checks led to customer info leak
27-
* Fixed an issue where /magento_version exposed too detailed version information
28-
* Fixed an issue where generate data failed when table prefix exceeded length of 5
29-
* Fixed an issue where product options were displayed not styled on "Edit Product from Wishlist" Frontend page
30-
* Fixed an issue where payment information was displayed broken on "Order Management" Backend page forms
31-
* Fixed an issue where admin panel pop-ups contained lots of empty space
32-
* Fixed an issue where Customer account form was displayed broken
33-
* Fixed an issue where all text fields were invisible in Backend "Add New Customer" page
34-
* Fixed XSS issues in Magento - wishlist sending
35-
* Fixed an issue where it was unable to specify all values of "Multiple Select" Product Custom Option to purchase
36-
* Fixed an issue where setting a permission for 'ALL Groups' produced an error if other permissions existed
37-
* Fixed an issue where stock was not updated when Stock indexer was in Update on Schedule mode
38-
* Fixed an issue where it was not possible to update stock items of product using API service
39-
* Fixed an issue where Customer review changes in backend were not reflected in frontend until cache was cleared
40-
* Fixed an issue where cache was not updated when changing stock status using mass action
41-
* Fixed an issue where Stock Items API service to return low stock information did not return correct results
42-
* Fixed an issue where found records in global search in Backend could not be selected via keyboard
43-
* Fixed an issue where Category menu items went out of screen when page side was reached
44-
* Fixed an issue where subcategories in menu were shown instantly when user moved mouse quickly
45-
* Fixed an issue where popup header was our of window range while creating group product
46-
* Fixed an issue where region field was absent in customer address form on backend for "United Kingdom" country
47-
* Fixed an ability to edit the Order from Admin panel
48-
* Fixed an issue where email could not be retrieved from \Magento\Quote\Api\Data\AddressInterface after adding an address on OnePageCheckout
49-
* Fixed an issue where Products were not displayed correctly across all storeviews of the catalog
50-
* Github Issues:
51-
* [#1378](https://github.com/magento/magento2/issues/1319) -- jquery-cookie.js is not published by deploy tool in production mode
52-
* [#1314](https://github.com/magento/magento2/pull/1314)-- Fixed a bug where type attribute for tag button was missing
53-
* [#1354](https://github.com/magento/magento2/pull/1354) -- Add gitter.im badge to ReadMe.
54-
* [#1378](https://github.com/magento/magento2/pull/1378) -- Fix incorrect js filename
55-
3+
* Framework improvements:
4+
* Introduced Drag&Drop Columns functionality in scope of Enhanced Data Grids on CMS
5+
* Improved Column Actions functionality in scope of Enhanced Data Grids on CMS
6+
* Adapted Payment\Gateway framework to client requirements
7+
* Removed 'field_expr' option from filters
8+
* Added product details renderer list support on Catalog category page
9+
* Security: Clickjacking solution - introduced X-Frame-Options
10+
* Gift message was moved to shopping cart
11+
* Improved simple products export
12+
* Separated import of advanced prices
13+
* Changed 'updated_at' filter for products export
14+
* Added the link with sample product import file
15+
* Cleared and improved the messages and names in different modules
16+
* Added mbstring extension as a requirement
17+
* Tests:
18+
* Increased test coverage for the CatalogInventory, Email and Newsletter modules
19+
* Added wait to form element before filling a value in functional tests
20+
* Increased test coverage of Reports module
21+
* Functional tests were fixed and maintained
22+
* Fixed bugs:
23+
* Fixed loading of images from database media storage with separate connection
24+
* Eliminated duplication of ComposerInformation class in Magento Framework and Setup Application
25+
* Fixed an error message format inconsistency in theme uninstall command
26+
* Fixed an issue where incorrect action name checks led to customer info leak
27+
* Fixed an issue where /magento_version exposed too detailed version information
28+
* Fixed an issue where generate data failed when table prefix exceeded length of 5
29+
* Fixed an issue where product options were displayed not styled on "Edit Product from Wishlist" Frontend page
30+
* Fixed an issue where payment information was displayed broken on "Order Management" Backend page forms
31+
* Fixed an issue where admin panel pop-ups contained lots of empty space
32+
* Fixed an issue where Customer account form was displayed broken
33+
* Fixed an issue where all text fields were invisible in Backend "Add New Customer" page
34+
* Fixed XSS issues in Magento - wishlist sending
35+
* Fixed an issue where it was unable to specify all values of "Multiple Select" Product Custom Option to purchase
36+
* Fixed an issue where setting a permission for 'ALL Groups' produced an error if other permissions existed
37+
* Fixed an issue where stock was not updated when Stock indexer was in Update on Schedule mode
38+
* Fixed an issue where it was not possible to update stock items of product using API service
39+
* Fixed an issue where Customer review changes in backend were not reflected in frontend until cache was cleared
40+
* Fixed an issue where cache was not updated when changing stock status using mass action
41+
* Fixed an issue where Stock Items API service to return low stock information did not return correct results
42+
* Fixed an issue where found records in global search in Backend could not be selected via keyboard
43+
* Fixed an issue where Category menu items went out of screen when page side was reached
44+
* Fixed an issue where subcategories in menu were shown instantly when user moved mouse quickly
45+
* Fixed an issue where popup header was our of window range while creating group product
46+
* Fixed an issue where region field was absent in customer address form on backend for "United Kingdom" country
47+
* Fixed an ability to edit the Order from Admin panel
48+
* Fixed an issue where email could not be retrieved from \Magento\Quote\Api\Data\AddressInterface after adding an address on OnePageCheckout
49+
* Fixed an issue where Products were not displayed correctly across all storeviews of the catalog
50+
* GitHub issues:
51+
* [#1378](https://github.com/magento/magento2/issues/1319) -- jquery-cookie.js is not published by deploy tool in production mode
52+
* [#1314](https://github.com/magento/magento2/pull/1314)-- Fixed a bug where type attribute for tag button was missing
53+
* [#1354](https://github.com/magento/magento2/pull/1354) -- Add gitter.im badge to ReadMe.
54+
* [#1378](https://github.com/magento/magento2/pull/1378) -- Fix incorrect js filename
5655

5756
0.74.0-beta14
5857
=============
@@ -61,38 +60,38 @@
6160
* Introduced an ability to uninstall themes (bin/magento theme:uninstall <themeName>)
6261
* Introduced an ability to backup and rollback DB and Media via CLI (bin/magento setup:backup, options are --code, --db or --media)
6362
* Introduced an ability to uninstall language packages (bin/magento i18n:uninstall <languagePack>)
64-
* Introduced API notation for the following modules: Backend, Backup, Cron, Log, PageCache
63+
* Introduced API notation for the following modules: Backend, Backup, Cron, Log, PageCache
6564
* Added join processors to search services, joined config for services with extension attributes
66-
* Renamed hidden_tax to discount_tax_compensation
65+
* Renamed hidden_tax to discount_tax_compensation
6766
* The customer address entity table was transformed from EAV into a flat model to minimize database operations
6867
* Fixed bugs:
6968
* Fixed an issue where Setup Wizard failed on readiness check when Magento was deployed by composer create-project
70-
* Fixed the local file path disclosure when trying to browse image cache directory
71-
* Fixed an issue where development errors resulted in too many redirects
72-
* Fixed an integration test failure in Reports ViewedTest
73-
* Fixed an issue where it was impossible to save existent Grouped Product with no child items
74-
* Fixed an issue where message "We don't have as many "conf1" as you requested" appeared
75-
* Fixed an issue where second product from bundle product was ordered as separate item after checkout
76-
* Fixed an issue where configs for payments and shippings were not encrypted
77-
* Fixed an issue where Table Rates shipping method did not work
78-
* Fixed an issue where admin could not set locale properly on Account page
79-
* Fixed incomplete generated results of single tenant compiler
80-
* Fixed an issue with full page caching where one set of prices was cached for all customers
81-
* Fixed incorrect urls for private content
82-
* Fixed an issue where it was not possible to assign a product link to another product using API
83-
* Fixed an issue where zipcode was not displayed as required field on Create New Order page
84-
* Fixed the Sample Data re-installation
69+
* Fixed the local file path disclosure when trying to browse image cache directory
70+
* Fixed an issue where development errors resulted in too many redirects
71+
* Fixed an integration test failure in Reports ViewedTest
72+
* Fixed an issue where it was impossible to save existent Grouped Product with no child items
73+
* Fixed an issue where message "We don't have as many "conf1" as you requested" appeared
74+
* Fixed an issue where second product from bundle product was ordered as separate item after checkout
75+
* Fixed an issue where configs for payments and shippings were not encrypted
76+
* Fixed an issue where Table Rates shipping method did not work
77+
* Fixed an issue where admin could not set locale properly on Account page
78+
* Fixed incomplete generated results of single tenant compiler
79+
* Fixed an issue with full page caching where one set of prices was cached for all customers
80+
* Fixed incorrect urls for private content
81+
* Fixed an issue where it was not possible to assign a product link to another product using API
82+
* Fixed an issue where zipcode was not displayed as required field on Create New Order page
83+
* Fixed the Sample Data re-installation
8584
* Fixed random fails on inventory tab for test CreateSimpleProductEntityTest
8685
* Tests:
87-
* Covered various modules with unit tests
86+
* Covered various modules with unit tests
8887
* Functional tests fixed and maintained
8988
* GitHub issues:
9089
* [#1156](https://github.com/magento/magento2/pull/1156) -- Moves common code to all auto-generated Interceptor classes into a trait
9190
* [#1206](https://github.com/magento/magento2/pull/1206) -- Allow modules to live outside of app/code directory
9291
* [#1245](https://github.com/magento/magento2/pull/1245) -- Unable to save product per website wise
9392
* [#1347](https://github.com/magento/magento2/pull/1347) -- Fixed failing Install during integration tests (MAGETWO-38482)
9493
* [#1368](https://github.com/magento/magento2/pull/1368) -- Fix typo in getCurrentCategoryKey
95-
94+
9695
0.74.0-beta13
9796
=============
9897
* Framework improvements:
@@ -202,14 +201,14 @@
202201
* Improved component Advanced Filtering component in scope of Enhanced Data Grids on CMS
203202
* Fixed bugs:
204203
* Fixed an issue where incorrect keys in REST request body allowed the request to go through successfully
205-
* Fixed an issue where interceptors were Generated with Invalid __wakeup()
204+
* Fixed an issue where interceptors were Generated with Invalid __wakeup()
206205
* Fixed an issue where redirect on the current page was not working in certain conditions
207206
* Fixed an issue where first store could not be selected on frontend
208207
* Fixed an issue with performance toolkit category creation
209208
* Fixed an issue when columns 'Interval', 'Price Rule' had incorrect values in Coupon Usage report
210209
* Fixed an issue where fatal error occurred on Abandoned Carts report grid
211210
* Fixed an issue where it was not possible to add product to shopping cart if Use Secure URLs in Frontend = Yes
212-
* Fixed an issue where email was not required during Guest Checkout
211+
* Fixed an issue where email was not required during Guest Checkout
213212
* Fixed broken ability to skip reindex in `bin/magento setup:performance:generate-fixtures` command
214213
* Fixed an issue where `bin/magento indexer:reindex` command failed after `bin/magento setup:di:compile` was run
215214
* Fixed bug with broken JS i18n
@@ -529,7 +528,7 @@
529528
* The page and block data and repository interfaces
530529
* Updated the public API list
531530
* Framework improvements
532-
* Improved the profile generator
531+
* Improved the profile generator
533532
* Introduced the new environment for Jasmine tests
534533
* Design
535534
* Inverted the new admin area styles scope, clean up the old styles

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.74.0-beta15",
7-
"magento/module-backend": "0.74.0-beta15",
8-
"magento/module-media-storage": "0.74.0-beta15",
9-
"magento/framework": "0.74.0-beta15",
6+
"magento/module-store": "0.74.0-beta16",
7+
"magento/module-backend": "0.74.0-beta16",
8+
"magento/module-media-storage": "0.74.0-beta16",
9+
"magento/framework": "0.74.0-beta16",
1010
"lib-libxml": "*",
1111
"magento/magento-composer-installer": "*"
1212
},
1313
"type": "magento2-module",
14-
"version": "0.74.0-beta15",
14+
"version": "0.74.0-beta16",
1515
"license": [
1616
"OSL-3.0",
1717
"AFL-3.0"

app/code/Magento/AdvancedPricingImportExport/composer.json

Lines changed: 8 additions & 8 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-catalog": "0.74.0-beta15",
7-
"magento/module-import-export": "0.74.0-beta15",
8-
"magento/module-catalog-import-export": "0.74.0-beta15",
9-
"magento/module-customer": "0.74.0-beta15",
10-
"magento/module-store": "0.74.0-beta15",
11-
"magento/framework": "0.74.0-beta15",
6+
"magento/module-catalog": "0.74.0-beta16",
7+
"magento/module-import-export": "0.74.0-beta16",
8+
"magento/module-catalog-import-export": "0.74.0-beta16",
9+
"magento/module-customer": "0.74.0-beta16",
10+
"magento/module-store": "0.74.0-beta16",
11+
"magento/framework": "0.74.0-beta16",
1212
"magento/magento-composer-installer": "*"
1313
},
1414
"type": "magento2-module",
15-
"version": "0.74.0-beta15",
15+
"version": "0.74.0-beta16",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"
@@ -25,4 +25,4 @@
2525
]
2626
]
2727
}
28-
}
28+
}

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.74.0-beta15",
7-
"magento/framework": "0.74.0-beta15",
6+
"magento/module-backend": "0.74.0-beta16",
7+
"magento/framework": "0.74.0-beta16",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "0.74.0-beta15",
11+
"version": "0.74.0-beta16",
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.74.0-beta15",
7-
"magento/module-directory": "0.74.0-beta15",
8-
"magento/module-developer": "0.74.0-beta15",
9-
"magento/module-eav": "0.74.0-beta15",
10-
"magento/module-cron": "0.74.0-beta15",
11-
"magento/module-theme": "0.74.0-beta15",
12-
"magento/module-reports": "0.74.0-beta15",
13-
"magento/module-sales": "0.74.0-beta15",
14-
"magento/module-quote": "0.74.0-beta15",
15-
"magento/module-catalog": "0.74.0-beta15",
16-
"magento/module-user": "0.74.0-beta15",
17-
"magento/module-backup": "0.74.0-beta15",
18-
"magento/module-customer": "0.74.0-beta15",
19-
"magento/module-translation": "0.74.0-beta15",
20-
"magento/module-require-js": "0.74.0-beta15",
21-
"magento/module-config": "0.74.0-beta15",
22-
"magento/framework": "0.74.0-beta15",
6+
"magento/module-store": "0.74.0-beta16",
7+
"magento/module-directory": "0.74.0-beta16",
8+
"magento/module-developer": "0.74.0-beta16",
9+
"magento/module-eav": "0.74.0-beta16",
10+
"magento/module-cron": "0.74.0-beta16",
11+
"magento/module-theme": "0.74.0-beta16",
12+
"magento/module-reports": "0.74.0-beta16",
13+
"magento/module-sales": "0.74.0-beta16",
14+
"magento/module-quote": "0.74.0-beta16",
15+
"magento/module-catalog": "0.74.0-beta16",
16+
"magento/module-user": "0.74.0-beta16",
17+
"magento/module-backup": "0.74.0-beta16",
18+
"magento/module-customer": "0.74.0-beta16",
19+
"magento/module-translation": "0.74.0-beta16",
20+
"magento/module-require-js": "0.74.0-beta16",
21+
"magento/module-config": "0.74.0-beta16",
22+
"magento/framework": "0.74.0-beta16",
2323
"magento/magento-composer-installer": "*"
2424
},
2525
"type": "magento2-module",
26-
"version": "0.74.0-beta15",
26+
"version": "0.74.0-beta16",
2727
"license": [
2828
"OSL-3.0",
2929
"AFL-3.0"

app/code/Magento/Backup/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.74.0-beta15",
7-
"magento/module-backend": "0.74.0-beta15",
8-
"magento/module-cron": "0.74.0-beta15",
9-
"magento/framework": "0.74.0-beta15",
6+
"magento/module-store": "0.74.0-beta16",
7+
"magento/module-backend": "0.74.0-beta16",
8+
"magento/module-cron": "0.74.0-beta16",
9+
"magento/framework": "0.74.0-beta16",
1010
"magento/magento-composer-installer": "*"
1111
},
1212
"type": "magento2-module",
13-
"version": "0.74.0-beta15",
13+
"version": "0.74.0-beta16",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

0 commit comments

Comments
 (0)