Skip to content

Commit 33201b7

Browse files
author
Dmytro Voskoboinikov
committed
Merge branch 'MAGETWO-30884' of https://github.corp.ebay.com/magento-firedrakes/magento2ce into MAGETWO-30884
2 parents d923773 + acd4a13 commit 33201b7

File tree

4,318 files changed

+70899
-133031
lines changed

Some content is hidden

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

4,318 files changed

+70899
-133031
lines changed

CHANGELOG.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,105 @@
1+
0.42.0-beta6
2+
=============
3+
* Various improvements:
4+
* Implemented caching for WebAPI configuration
5+
* Improved tests coverage of the CurrencySymbol module
6+
* Table catalogsearch_fulltext is setting up with ENGINE=InnoDB
7+
* Improved unit test coverage of the Catalog related functionality
8+
* Optimized JS dependencies
9+
* Refactored controller actions in the Sales module
10+
* Refactored controller actions in the Customer module
11+
* Removed the assertion for the exact number of attributes in API-functional tests for customer metadata.
12+
* Refactored API code for the CheckoutAgreements module
13+
* Refactored API code for the GiftMessage module
14+
* Refactored API for the Checkout module
15+
* Fixed bugs:
16+
* Fixed an where issue were WebAPI generated the wrong WSDL
17+
* Fixed an issue where Catalog, Checkout, Customer API ACLs did not support AJAX use case(s)
18+
* Fixed an issue where SOAP tests failed after upgrading to ZF 1.12.9
19+
* Fixed an issue where the 'There is no data for export' message was displayed permanently after invalid search
20+
* Fixed an issue where there was no ability to set category position during creation it
21+
* Fixed a CSS issue where certain images were absent on banners ()
22+
* Fixed an issue where the 'Date Of Birth' value was i reset to current date on the customer form)
23+
* Fixed an issue where the behavior of the "Terms and Conditions" validation on multiple address checkout was different from the one for the onepage checkout
24+
* Fixed an issue where it was impossible to checkout with multiple addresses
25+
* Fixed an issue where the 'This is a required field ' message was not displayed for "Terms and Conditions" if the latter was not selected
26+
* GitHub Requests:
27+
* [#963](https://github.com/magento/magento2/pull/963) -- Default Accept header
28+
* [#995](https://github.com/magento/magento2/pull/995) -- Prevent a warning in activated developer mode when 'plugins' is no array
29+
* [#866](https://github.com/magento/magento2/issues/866) -- Configurable product attribute scope
30+
* [#965](https://github.com/magento/magento2/pull/965) -- extra tests for current interception behavior
31+
* Service Contracts:
32+
* The Downloadable module basic implementation
33+
* Framework improvements:
34+
* Refactored and covered with tests the classes with high CRAP value (>50)
35+
* Moved Theme Management changes, Design changes, Design\Backend modules, and Observer components from the Core module to the Theme module
36+
* Moved Debug Hints models from the Core module to the newly added Developer module
37+
* Moved URL components, Factory, and EntityFactory from the Core module to the Magento Framework
38+
* UI improvements:
39+
* Compressed and resized images
40+
* Added new base styles for the Admin re-design
41+
* Added the WAI-ARIA attributes are to the Search Autocomplete on the storefront
42+
* Added visual style for the 'skip to content' attribute on the storefront
43+
* Fixed the style of persistent login messages on the storefront for all themes
44+
* Fixed the style of scrolling for Categories with long names in the Admin
45+
* Fixed the "css/print.css" file path on the storefront pages for all themes
46+
* Tests improvements:
47+
* Converted all fixtures/repositories for functional tests to .xml files
48+
* Improved interaction between webdriver and the new Magento JS forms
49+
* Increased unit and integration tests coverage
50+
51+
0.42.0-beta5
52+
=============
53+
* UI improvements:
54+
* Updated the design of Enable Cookies CMS page
55+
* Implemented UI improvements for Widgets
56+
* Fixed the "Help Us to Keep Magento Healthy Report All Bugs (ver. #)" link Magento Admin
57+
* Various UI improvements
58+
* Various improvements:
59+
* Implemented Sales Quote as a standalone Magento module
60+
* Performed custom EAV entities code and DB tables cleanup
61+
* Eliminating remnants of the Core module:
62+
* Moved Application Emulation from the Magento_Core module to the Magento_Store module
63+
* Moved Validator Factory from the Magento_Core module to the Magento Framework
64+
* Added static integrity test for composer.json files
65+
* Added PHPMD and PHPCS annotations to the codebase
66+
* Tests improvements:
67+
* Added MVP tag to the functional tests
68+
* Created acceptance functional test suite
69+
* Replaced end-to-end tests for url rewrite creation, CMS page creation, category creation, review creation, customer frontend creation, and tax rule creation with injectable tests
70+
* Automated test cases for downloadable products with taxes
71+
* Fixed bugs:
72+
* Fixed an issue where the Discounts and Coupons RSS Feed had incorrect title
73+
* Fixed an issue where a wrong special price expiration date was displayed in RSS
74+
* Fixed an issue in the Import functionality where imported files disappeared after the Check Data operation
75+
* Fixed an issue where the Unsubscribe link in the Newsletter was broken
76+
* Fixed an issue where stock status changed incorrectly after import
77+
* Fixed an issue where selected filters and exclude did not work during Export
78+
* Fixed an issue where tax details order was different on order/invoice/refund create and view pages (
79+
* Fixed a typo in the getCalculationAlgorithm public function
80+
* Fixed an issue where the incorrect value of Subtotal Including Tax was displayed in invoices
81+
* Fixed an issue where tax details were not displayed on a new order
82+
* Improved pricing performance using caching
83+
* Fixed an issue where CsvImportHandler tests still referring to links from Tax module instead of TaxImportExport module
84+
* Fixed an issue where an exception was thrown instead of 404 if altering the url for a product with required configuration on the storefront
85+
* Fixed an issue where the title of successfully placed order page (was empty
86+
* Fixed an issue where certain fields were not disabled by default on the website scope in System configuration as expected
87+
* Fixed an issue where third party interfaces were not supported by single-tenant compiler
88+
* Eliminated the 'protocol' parameter from the ReadInterface and WriteInterface
89+
* GitHub requests:
90+
* [#979](https://github.com/magento/magento2/pull/979) -- Adding OSL license file name
91+
* [#978](https://github.com/magento/magento2/pull/978) -- Added ignore rule for media assets in wysiwyg directory
92+
* [#877](https://github.com/magento/magento2/pull/877) -- Made Topmenu HTML Editable
93+
* [#906](https://github.com/magento/magento2/pull/906) -- Add tests for View\Layout\Reader\Block and slight refactoring
94+
* [#682](https://github.com/magento/magento2/issues/682) -- \Magento\Framework\Pricing\PriceCurrencyInterface depends on Magento application code
95+
* [#581](https://github.com/magento/magento2/issues/581) -- About ByPercent.php under different currencies
96+
* [#964](https://github.com/magento/magento2/pull/964) -- Improving documentation for jMeter performance tests
97+
* [#871](https://github.com/magento/magento2/issues/871) -- Replace Symfony2/Yaml in composer
98+
* [#990](https://github.com/magento/magento2/pull/990) -- add @see annotation before class to make it recognizable by IDE
99+
* [#988](https://github.com/magento/magento2/pull/988) -- Prevent Varnish from creating cache variations of static files
100+
* Framework improvements:
101+
* Improved unit and integration tests coverage
102+
1103
0.42.0-beta4
2104
=============
3105
* Various improvements:

0 commit comments

Comments
 (0)