Skip to content

Commit 15ca649

Browse files
author
okarpenko
committed
Merge branch 'develop' of https://github.corp.ebay.com/magento2/magento2ce into MAGETWO-36897
2 parents 7733edc + 2015f5c commit 15ca649

File tree

377 files changed

+2554
-7034
lines changed

Some content is hidden

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

377 files changed

+2554
-7034
lines changed

.php_cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
1515
->exclude('dev/tests/functional/vendor')
1616
->exclude('dev/tests/integration/tmp')
1717
->exclude('dev/tests/integration/var')
18-
->exclude('lib/internal/CardinalCommerce')
1918
->exclude('lib/internal/Cm')
2019
->exclude('lib/internal/Credis')
2120
->exclude('lib/internal/JSMin')

CHANGELOG.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,100 @@
1+
0.74.0-beta10
2+
=============
3+
* Framework improvements:
4+
* Created Admin Login support into the Upgrade Setup Tool
5+
* Added support for image types as custom attributes
6+
* Added @api annotations to all classes that are considered as stable public APIs; marked public data interfaces with '@api'
7+
* Defined Public API for modules: Catalog, CatalogRule, Msrp, UrlRewrite, CatalogUrlRewrite, CmsUrlRewrite, Sales, Quote, SalesRule, Captcha, Cms, Widget
8+
* Created documentation and code samples for Sales & Checkout Module Integration APIs
9+
* Increased code coverage of Integration module
10+
* Fixed performance issues in unit tests
11+
* Moved Sample Data install.php, dev/shell/cron.sh, performance-toolkit/generate.php, dependencies tools, and xmlUpdater to new bin/magento CLI
12+
* Separated Config File (config.php) into Environmental and App configs
13+
* Better validation of install and setup CLI commands
14+
* Changed option names to use dashes in order to conform to naming convention
15+
* Code quality improvements:
16+
* Removed unused classes in Magento\Reports module
17+
* Overall unit test coverage was improved
18+
* Replaced all functional tests which were not end-to-end with injectable test
19+
* Replaced end-to-end test for automatic tax applying with injectable test
20+
* Functional tests maintained
21+
* Updated getElements method for Selenium Driver class in MTF
22+
* Implemented mechanism of cleaning up all data after scenario execution
23+
* Fixed integration testLayoutFilesTest
24+
* Design improvements:
25+
* New look&feel for Collapsible Panels in backend
26+
* New look&feel for System Warnings Pop-Ups in backend
27+
* New look&feel for Grid Tables in backend
28+
* Various improvements:
29+
* Implemented checkout UI rendering in browser
30+
* Added exact image sizes provision in templates
31+
* Added width and height attributes to Frontend logo
32+
* Integrated JIT(Just In Time) plugin loader for Grunt.js
33+
* Handling Invalid Less During PHP Compilation
34+
* Enhanced PageCache invalidation
35+
* Private data rendering in browser based on JSON data obtained from server side and kept in Local Storage instead of HTML obtained using AJAX PageCache action
36+
* Refactor blocks on most frequently used pages (Catalog, CMS) to use new private data rendering mechanism
37+
* Refactor blocks which can be added on any page (like widgets, banners) to use new private data rendering mechanism
38+
* Default PageCache entries TTL value increased from 2 minutes to 24 hours
39+
* Cache entries invalidation logging was introduced in order to simplify running of invalidation process
40+
* Fixed bugs:
41+
* Fixed an issue where orders total report was not showing results grouped by day
42+
* Fixed an issue with non-displaying Abandoned Carts report grid
43+
* Fixed integration test failure in Reports GridTest
44+
* Fixed an issue where fixed bundle product could not be created
45+
* Fixed an issue where grouped product with quantity 0 was added to cart with quantity of 1
46+
* Fixed an issue where versions tab was absent after publish CMS page
47+
* Fixed an issue where shopping cart was empty after attempt to update it
48+
* Fixed an issue where there was no redirect to shopping cart after EDIT/UPDATE cart product if custom options
49+
* Fixed an issue where New Accounts report did not work
50+
* Fixed bug when Admin user wasn't locked after exceeding maximum login failures attempts
51+
* Fixed an issue where downloadable Product detailed info wasn't displayed in Cart & on Checkout
52+
* Fixed an issue with wrong copyright year for store front
53+
* Fixed: JSMinException when deploying static files in production mode with minification enabled
54+
* Fixed: Overlapped FPT Attribute in Mini Shopping Cart
55+
* Fixed: View of current item for Customer menu tabs
56+
* Fixed an issue where status label was not refreshed when disabling/enabling cache
57+
* Fixed an issue where Success Page of Web Setup did not show https
58+
* Fixed an issue with irrelevant/unused template
59+
* Fixed an issue where static content running setup:static-content:deploy with language code {a-Z}{a-Z}{a-Z} couldn't be generated
60+
* [Usability] Output from language, and timezone help commands is alphabetized
61+
* Fixed an issue with two identical IdentityInterface definitions in code base.
62+
* Fixed an issue where default value of timezone in installer was not correct
63+
* Fixed an issue where bank Transfer payment instructions were not displayed
64+
* Fixed an issue when New Accounts report did not work
65+
* Fixed an issue when New Accounts report showed invalid data
66+
* Fixed an issue with Exception in setup wizard after Magento is installed
67+
* Fixed visual misfits for Custom Options on "edit Bundle Product" Frontend page
68+
* Fixed broken layout for configurable variations when changing from pricing measure from $ to %
69+
* Fixed widget UI issues on Frontend
70+
* Fixed an issue with Float button bar on Backend
71+
* Fixed UI issue shown in ACL Resource Tree
72+
* Fixed an issue where it was not possible to place order on frontend using secure urls
73+
* Fixed an issue with wrong behaviour for save new shipping address during checkout
74+
* Fixed an issue with customers information leak via Checkout
75+
* Fixed an issue where users could not login to Magento admin & front on HipHop Virtual Machine
76+
* Fixed an issue where product Options details were not shown in Mini Cart
77+
* Fixed an issue where Create Permanent Redirect check-box was inactive on Edit Category page
78+
* Fixed an issue where it was impossible to perform product mass update
79+
* Fixed an issue where category redirect was absent after update category url
80+
* Github issues:
81+
* [#566](https://github.com/magento/magento2/issues/566) -- Fulltext search index: slow query in resetSearchResults()
82+
* [#1269](https://github.com/magento/magento2/issues/1269) -- Magento dashboard revenue ,shipping ,qty,tax all are 0.
83+
* [#1200](https://github.com/magento/magento2/issues/1200) -- I'm not getting default values (name & email) in contact form when i logged in
84+
* [#1087](https://github.com/magento/magento2/pull/1087) -- Check for select and multiselect to ignore corrupted attributes
85+
* [#1268](https://github.com/magento/magento2/issues/1268) -- Dist front: search is broken
86+
* [#1195](https://github.com/magento/magento2/pull/1195) -- Use table alias for qty field
87+
* [#1274](https://github.com/magento/magento2/pull/1274) -- CatalogImportExport validation
88+
* [#1233](https://github.com/magento/magento2/issues/1233) -- Wrong message when moving a category
89+
* [#1040](https://github.com/magento/magento2/issues/1040) -- Required date validation on Magento2 Backend
90+
* [#1246](https://github.com/magento/magento2/issues/1246) -- How to load product store wise?
91+
* [#1222](https://github.com/magento/magento2/issues/1222) -- Sku attribute save error
92+
* [#1237](https://github.com/magento/magento2/issues/1237) -- Category admin reset button does nothing
93+
* [#1046](https://github.com/magento/magento2/issues/1046) -- Two equal files
94+
* [#1282](https://github.com/magento/magento2/pull/1282), [#1285](https://github.com/magento/magento2/pull/1285) -- Fix broken link in CHANGELOG.md
95+
* [#1223](https://github.com/magento/magento2/issues/1223) -- Store config re-encrypt encrypted values on save
96+
* [#1242](https://github.com/magento/magento2/issues/1242) -- Eclipse pdt validator error
97+
198
0.74.0-beta9
299
=============
3100
* Framework 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.74.0-beta9",
7-
"magento/module-backend": "0.74.0-beta9",
8-
"magento/module-media-storage": "0.74.0-beta9",
9-
"magento/framework": "0.74.0-beta9",
6+
"magento/module-store": "0.74.0-beta10",
7+
"magento/module-backend": "0.74.0-beta10",
8+
"magento/module-media-storage": "0.74.0-beta10",
9+
"magento/framework": "0.74.0-beta10",
1010
"lib-libxml": "*",
1111
"magento/magento-composer-installer": "*"
1212
},
1313
"type": "magento2-module",
14-
"version": "0.74.0-beta9",
14+
"version": "0.74.0-beta10",
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.74.0-beta9",
7-
"magento/framework": "0.74.0-beta9",
6+
"magento/module-backend": "0.74.0-beta10",
7+
"magento/framework": "0.74.0-beta10",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "0.74.0-beta9",
11+
"version": "0.74.0-beta10",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"

app/code/Magento/Backend/Test/Unit/App/UserConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class UserConfigTest extends \PHPUnit_Framework_TestCase
1010
{
1111
public function testUserRequestCreation()
1212
{
13-
$factoryMock = $this->getMock('Magento\Config\Model\Config\Factory', [], [], '', false);
13+
$factoryMock = $this->getMock('Magento\Config\Model\Config\Factory', ['create'], [], '', false);
1414
$responseMock = $this->getMock('Magento\Framework\App\Console\Response', [], [], '', false);
1515
$configMock = $this->getMock('Magento\Config\Model\Config', [], [], '', false);
1616

app/code/Magento/Backend/Test/Unit/Model/Session/QuoteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ protected function setUp()
177177
);
178178
$this->orderFactoryMock = $this->getMock(
179179
'Magento\Sales\Model\OrderFactory',
180-
[],
180+
['create'],
181181
[],
182182
'',
183183
false

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

app/code/Magento/Backup/Test/Unit/Controller/Adminhtml/Index/DownloadTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public function setUp()
9494
->getMock();
9595
$this->backupModelFactoryMock = $this->getMockBuilder('Magento\Backup\Model\BackupFactory')
9696
->disableOriginalConstructor()
97+
->setMethods(['create'])
9798
->getMock();
9899
$this->backupModelMock = $this->getMockBuilder('Magento\Backup\Model\Backup')
99100
->disableOriginalConstructor()

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-beta9",
7-
"magento/module-backend": "0.74.0-beta9",
8-
"magento/module-cron": "0.74.0-beta9",
9-
"magento/framework": "0.74.0-beta9",
6+
"magento/module-store": "0.74.0-beta10",
7+
"magento/module-backend": "0.74.0-beta10",
8+
"magento/module-cron": "0.74.0-beta10",
9+
"magento/framework": "0.74.0-beta10",
1010
"magento/magento-composer-installer": "*"
1111
},
1212
"type": "magento2-module",
13-
"version": "0.74.0-beta9",
13+
"version": "0.74.0-beta10",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

app/code/Magento/Bundle/Test/Unit/Model/Plugin/BundleLoadOptionsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ protected function setUp()
3535
{
3636
$this->optionListMock = $this->getMock('\Magento\Bundle\Model\Product\OptionList', [], [], '', false);
3737
$this->productExtensionFactory = $this->getMockBuilder('\Magento\Catalog\Api\Data\ProductExtensionFactory')
38+
->setMethods(['create'])
3839
->disableOriginalConstructor()
3940
->getMock();
4041
$this->model = new \Magento\Bundle\Model\Plugin\BundleLoadOptions(

0 commit comments

Comments
 (0)