Skip to content

Commit 13a70f1

Browse files
author
Momotenko,Natalia(nmomotenko)
committed
Merge pull request #386 from magento-webdev/MAGETWO-33537
[UI] MAGETWO-33537: M2 GitHub Update (version 0.74.0-beta15)
2 parents 5c5df5f + ce284b4 commit 13a70f1

File tree

104 files changed

+888
-825
lines changed

Some content is hidden

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

104 files changed

+888
-825
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
0.74.0-beta15
2+
=============
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+
56+
157
0.74.0-beta14
258
=============
359
* Framework improvements:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Build Status](https://travis-ci.org/magento/magento2.svg?branch=master)](https://travis-ci.org/magento/magento2)
2+
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/magento/magento2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
23
<h2>Welcome</h2>
34
Welcome to Magento 2 installation! We're glad you chose to install Magento 2, a cutting edge, feature-rich eCommerce solution that gets results.
45

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

app/code/Magento/AdvancedPricingImportExport/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-catalog": "0.74.0-beta14",
7-
"magento/module-import-export": "0.74.0-beta14",
8-
"magento/module-catalog-import-export": "0.74.0-beta14",
9-
"magento/module-customer": "0.74.0-beta14",
10-
"magento/module-store": "0.74.0-beta14",
11-
"magento/framework": "0.74.0-beta14",
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",
1212
"magento/magento-composer-installer": "*"
1313
},
1414
"type": "magento2-module",
15-
"version": "0.74.0-beta14",
15+
"version": "0.74.0-beta15",
1616
"license": [
1717
"OSL-3.0",
1818
"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.74.0-beta14",
7-
"magento/framework": "0.74.0-beta14",
6+
"magento/module-backend": "0.74.0-beta15",
7+
"magento/framework": "0.74.0-beta15",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "0.74.0-beta14",
11+
"version": "0.74.0-beta15",
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-beta14",
7-
"magento/module-directory": "0.74.0-beta14",
8-
"magento/module-developer": "0.74.0-beta14",
9-
"magento/module-eav": "0.74.0-beta14",
10-
"magento/module-cron": "0.74.0-beta14",
11-
"magento/module-theme": "0.74.0-beta14",
12-
"magento/module-reports": "0.74.0-beta14",
13-
"magento/module-sales": "0.74.0-beta14",
14-
"magento/module-quote": "0.74.0-beta14",
15-
"magento/module-catalog": "0.74.0-beta14",
16-
"magento/module-user": "0.74.0-beta14",
17-
"magento/module-backup": "0.74.0-beta14",
18-
"magento/module-customer": "0.74.0-beta14",
19-
"magento/module-translation": "0.74.0-beta14",
20-
"magento/module-require-js": "0.74.0-beta14",
21-
"magento/module-config": "0.74.0-beta14",
22-
"magento/framework": "0.74.0-beta14",
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",
2323
"magento/magento-composer-installer": "*"
2424
},
2525
"type": "magento2-module",
26-
"version": "0.74.0-beta14",
26+
"version": "0.74.0-beta15",
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-beta14",
7-
"magento/module-backend": "0.74.0-beta14",
8-
"magento/module-cron": "0.74.0-beta14",
9-
"magento/framework": "0.74.0-beta14",
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",
1010
"magento/magento-composer-installer": "*"
1111
},
1212
"type": "magento2-module",
13-
"version": "0.74.0-beta14",
13+
"version": "0.74.0-beta15",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

app/code/Magento/Bundle/composer.json

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

app/code/Magento/BundleImportExport/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-catalog": "0.74.0-beta14",
7-
"magento/module-import-export": "0.74.0-beta14",
8-
"magento/module-catalog-import-export": "0.74.0-beta14",
9-
"magento/module-bundle": "0.74.0-beta14",
10-
"magento/module-eav": "0.74.0-beta14",
11-
"magento/framework": "0.74.0-beta14",
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-bundle": "0.74.0-beta15",
10+
"magento/module-eav": "0.74.0-beta15",
11+
"magento/framework": "0.74.0-beta15",
1212
"magento/magento-composer-installer": "*"
1313
},
1414
"type": "magento2-module",
15-
"version": "0.74.0-beta14",
15+
"version": "0.74.0-beta15",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"

app/code/Magento/CacheInvalidate/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-page-cache": "0.74.0-beta14",
7-
"magento/framework": "0.74.0-beta14",
6+
"magento/module-page-cache": "0.74.0-beta15",
7+
"magento/framework": "0.74.0-beta15",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "0.74.0-beta14",
11+
"version": "0.74.0-beta15",
1212
"license": [
1313
"OSL-3.0",
1414
"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.74.0-beta14",
7-
"magento/module-customer": "0.74.0-beta14",
8-
"magento/module-checkout": "0.74.0-beta14",
9-
"magento/module-quote": "0.74.0-beta14",
10-
"magento/module-backend": "0.74.0-beta14",
11-
"magento/framework": "0.74.0-beta14",
6+
"magento/module-store": "0.74.0-beta15",
7+
"magento/module-customer": "0.74.0-beta15",
8+
"magento/module-checkout": "0.74.0-beta15",
9+
"magento/module-quote": "0.74.0-beta15",
10+
"magento/module-backend": "0.74.0-beta15",
11+
"magento/framework": "0.74.0-beta15",
1212
"magento/magento-composer-installer": "*"
1313
},
1414
"type": "magento2-module",
15-
"version": "0.74.0-beta14",
15+
"version": "0.74.0-beta15",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"

app/code/Magento/Catalog/composer.json

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

app/code/Magento/CatalogImportExport/composer.json

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

0 commit comments

Comments
 (0)