Skip to content

Commit

Permalink
MAGETWO-31078: M2 GitHub Update (version 0.42.0-beta5)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpelipenko committed Jan 23, 2015
1 parent 670380d commit 5e59d46
Show file tree
Hide file tree
Showing 95 changed files with 826 additions and 774 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
0.42.0-beta5
=============
* UI improvements:
* Updated the design of Enable Cookies CMS page
* Implemented UI improvements for Widgets
* Fixed the "Help Us to Keep Magento Healthy Report All Bugs (ver. #)" link Magento Admin
* Various UI improvements
* Various improvements:
* Implemented Sales Quote as a standalone Magento module
* Performed custom EAV entities code and DB tables cleanup
* Eliminating remnants of the Core module:
* Moved Application Emulation from the Magento_Core module to the Magento_Store module
* Moved Validator Factory from the Magento_Core module to the Magento Framework
* Added static integrity test for composer.json files
* Added PHPMD and PHPCS annotations to the codebase
* Tests improvements:
* Added MVP tag to the functional tests
* Created acceptance functional test suite
* 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
* Automated test cases for downloadable products with taxes
* Fixed bugs:
* Fixed an issue where the Discounts and Coupons RSS Feed had incorrect title
* Fixed an issue where a wrong special price expiration date was displayed in RSS
* Fixed an issue in the Import functionality where imported files disappeared after the Check Data operation
* Fixed an issue where the Unsubscribe link in the Newsletter was broken
* Fixed an issue where stock status changed incorrectly after import
* Fixed an issue where selected filters and exclude did not work during Export
* Fixed an issue where tax details order was different on order/invoice/refund create and view pages (
* Fixed a typo in the getCalculationAlgorithm public function
* Fixed an issue where the incorrect value of Subtotal Including Tax was displayed in invoices
* Fixed an issue where tax details were not displayed on a new order
* Improved pricing performance using caching
* Fixed an issue where CsvImportHandler tests still referring to links from Tax module instead of TaxImportExport module
* Fixed an issue where an exception was thrown instead of 404 if altering the url for a product with required configuration on the storefront
* Fixed an issue where the title of successfully placed order page (was empty
* Fixed an issue where certain fields were not disabled by default on the website scope in System configuration as expected
* Fixed an issue where third party interfaces were not supported by single-tenant compiler
* Eliminated the 'protocol' parameter from the ReadInterface and WriteInterface
* GitHub requests:
* [#979](https://github.com/magento/magento2/pull/979) -- Adding OSL license file name
* [#978](https://github.com/magento/magento2/pull/978) -- Added ignore rule for media assets in wysiwyg directory
* [#877](https://github.com/magento/magento2/pull/877) -- Made Topmenu HTML Editable
* [#906](https://github.com/magento/magento2/pull/906) -- Add tests for View\Layout\Reader\Block and slight refactoring
* [#682](https://github.com/magento/magento2/issues/682) -- \Magento\Framework\Pricing\PriceCurrencyInterface depends on Magento application code
* [#581](https://github.com/magento/magento2/issues/581) -- About ByPercent.php under different currencies
* [#964](https://github.com/magento/magento2/pull/964) -- Improving documentation for jMeter performance tests
* [#871](https://github.com/magento/magento2/issues/871) -- Replace Symfony2/Yaml in composer
* [#990](https://github.com/magento/magento2/pull/990) -- add @see annotation before class to make it recognizable by IDE
* [#988](https://github.com/magento/magento2/pull/988) -- Prevent Varnish from creating cache variations of static files
* Framework improvements:
* Improved unit and integration tests coverage

0.42.0-beta4
=============
* Various improvements:
Expand Down
10 changes: 5 additions & 5 deletions app/code/Magento/AdminNotification/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta4",
"magento/module-core": "0.42.0-beta4",
"magento/module-backend": "0.42.0-beta4",
"magento/framework": "0.42.0-beta4",
"magento/module-store": "0.42.0-beta5",
"magento/module-core": "0.42.0-beta5",
"magento/module-backend": "0.42.0-beta5",
"magento/framework": "0.42.0-beta5",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta4",
"version": "0.42.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/Authorization/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "Authorization module provides access to Magento ACL functionality.",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"magento/module-backend": "0.42.0-beta4",
"magento/framework": "0.42.0-beta4",
"magento/module-backend": "0.42.0-beta5",
"magento/framework": "0.42.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta4",
"version": "0.42.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
36 changes: 18 additions & 18 deletions app/code/Magento/Backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta4",
"magento/module-directory": "0.42.0-beta4",
"magento/module-core": "0.42.0-beta4",
"magento/module-eav": "0.42.0-beta4",
"magento/module-cron": "0.42.0-beta4",
"magento/module-theme": "0.42.0-beta4",
"magento/module-reports": "0.42.0-beta4",
"magento/module-sales": "0.42.0-beta4",
"magento/module-quote": "0.42.0-beta4",
"magento/module-catalog": "0.42.0-beta4",
"magento/module-user": "0.42.0-beta4",
"magento/module-backup": "0.42.0-beta4",
"magento/module-email": "0.42.0-beta4",
"magento/module-customer": "0.42.0-beta4",
"magento/module-translation": "0.42.0-beta4",
"magento/module-require-js": "0.42.0-beta4",
"magento/framework": "0.42.0-beta4",
"magento/module-store": "0.42.0-beta5",
"magento/module-directory": "0.42.0-beta5",
"magento/module-core": "0.42.0-beta5",
"magento/module-eav": "0.42.0-beta5",
"magento/module-cron": "0.42.0-beta5",
"magento/module-theme": "0.42.0-beta5",
"magento/module-reports": "0.42.0-beta5",
"magento/module-sales": "0.42.0-beta5",
"magento/module-quote": "0.42.0-beta5",
"magento/module-catalog": "0.42.0-beta5",
"magento/module-user": "0.42.0-beta5",
"magento/module-backup": "0.42.0-beta5",
"magento/module-email": "0.42.0-beta5",
"magento/module-customer": "0.42.0-beta5",
"magento/module-translation": "0.42.0-beta5",
"magento/module-require-js": "0.42.0-beta5",
"magento/framework": "0.42.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta4",
"version": "0.42.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
12 changes: 6 additions & 6 deletions app/code/Magento/Backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta4",
"magento/module-core": "0.42.0-beta4",
"magento/module-backend": "0.42.0-beta4",
"magento/module-cron": "0.42.0-beta4",
"magento/framework": "0.42.0-beta4",
"magento/module-store": "0.42.0-beta5",
"magento/module-core": "0.42.0-beta5",
"magento/module-backend": "0.42.0-beta5",
"magento/module-cron": "0.42.0-beta5",
"magento/framework": "0.42.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta4",
"version": "0.42.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
32 changes: 16 additions & 16 deletions app/code/Magento/Bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta4",
"magento/module-catalog": "0.42.0-beta4",
"magento/module-tax": "0.42.0-beta4",
"magento/module-core": "0.42.0-beta4",
"magento/module-backend": "0.42.0-beta4",
"magento/module-sales": "0.42.0-beta4",
"magento/module-checkout": "0.42.0-beta4",
"magento/module-catalog-inventory": "0.42.0-beta4",
"magento/module-customer": "0.42.0-beta4",
"magento/module-catalog-rule": "0.42.0-beta4",
"magento/module-eav": "0.42.0-beta4",
"magento/module-gift-message": "0.42.0-beta4",
"magento/framework": "0.42.0-beta4",
"magento/module-webapi": "0.42.0-beta4",
"magento/module-quote": "0.42.0-beta4",
"magento/module-store": "0.42.0-beta5",
"magento/module-catalog": "0.42.0-beta5",
"magento/module-tax": "0.42.0-beta5",
"magento/module-core": "0.42.0-beta5",
"magento/module-backend": "0.42.0-beta5",
"magento/module-sales": "0.42.0-beta5",
"magento/module-checkout": "0.42.0-beta5",
"magento/module-catalog-inventory": "0.42.0-beta5",
"magento/module-customer": "0.42.0-beta5",
"magento/module-catalog-rule": "0.42.0-beta5",
"magento/module-eav": "0.42.0-beta5",
"magento/module-gift-message": "0.42.0-beta5",
"magento/framework": "0.42.0-beta5",
"magento/module-webapi": "0.42.0-beta5",
"magento/module-quote": "0.42.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta4",
"version": "0.42.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
14 changes: 7 additions & 7 deletions app/code/Magento/Captcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta4",
"magento/module-customer": "0.42.0-beta4",
"magento/module-checkout": "0.42.0-beta4",
"magento/module-core": "0.42.0-beta4",
"magento/module-backend": "0.42.0-beta4",
"magento/framework": "0.42.0-beta4",
"magento/module-store": "0.42.0-beta5",
"magento/module-customer": "0.42.0-beta5",
"magento/module-checkout": "0.42.0-beta5",
"magento/module-core": "0.42.0-beta5",
"magento/module-backend": "0.42.0-beta5",
"magento/framework": "0.42.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta4",
"version": "0.42.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
48 changes: 24 additions & 24 deletions app/code/Magento/Catalog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta4",
"magento/module-eav": "0.42.0-beta4",
"magento/module-cms": "0.42.0-beta4",
"magento/module-indexer": "0.42.0-beta4",
"magento/module-customer": "0.42.0-beta4",
"magento/module-core": "0.42.0-beta4",
"magento/module-theme": "0.42.0-beta4",
"magento/module-checkout": "0.42.0-beta4",
"magento/module-log": "0.42.0-beta4",
"magento/module-backend": "0.42.0-beta4",
"magento/module-widget": "0.42.0-beta4",
"magento/module-wishlist": "0.42.0-beta4",
"magento/module-tax": "0.42.0-beta4",
"magento/module-msrp": "0.42.0-beta4",
"magento/module-catalog-inventory": "0.42.0-beta4",
"magento/module-directory": "0.42.0-beta4",
"magento/module-catalog-rule": "0.42.0-beta4",
"magento/module-product-alert": "0.42.0-beta4",
"magento/module-url-rewrite": "0.42.0-beta4",
"magento/module-catalog-url-rewrite": "0.42.0-beta4",
"magento/module-page-cache": "0.42.0-beta4",
"magento/module-quote": "0.42.0-beta4",
"magento/framework": "0.42.0-beta4",
"magento/module-store": "0.42.0-beta5",
"magento/module-eav": "0.42.0-beta5",
"magento/module-cms": "0.42.0-beta5",
"magento/module-indexer": "0.42.0-beta5",
"magento/module-customer": "0.42.0-beta5",
"magento/module-core": "0.42.0-beta5",
"magento/module-theme": "0.42.0-beta5",
"magento/module-checkout": "0.42.0-beta5",
"magento/module-log": "0.42.0-beta5",
"magento/module-backend": "0.42.0-beta5",
"magento/module-widget": "0.42.0-beta5",
"magento/module-wishlist": "0.42.0-beta5",
"magento/module-tax": "0.42.0-beta5",
"magento/module-msrp": "0.42.0-beta5",
"magento/module-catalog-inventory": "0.42.0-beta5",
"magento/module-directory": "0.42.0-beta5",
"magento/module-catalog-rule": "0.42.0-beta5",
"magento/module-product-alert": "0.42.0-beta5",
"magento/module-url-rewrite": "0.42.0-beta5",
"magento/module-catalog-url-rewrite": "0.42.0-beta5",
"magento/module-page-cache": "0.42.0-beta5",
"magento/module-quote": "0.42.0-beta5",
"magento/framework": "0.42.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta4",
"version": "0.42.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
20 changes: 10 additions & 10 deletions app/code/Magento/CatalogImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"magento/module-core": "0.42.0-beta4",
"magento/module-catalog": "0.42.0-beta4",
"magento/module-eav": "0.42.0-beta4",
"magento/module-import-export": "0.42.0-beta4",
"magento/module-indexer": "0.42.0-beta4",
"magento/module-store": "0.42.0-beta4",
"magento/module-catalog-inventory": "0.42.0-beta4",
"magento/module-customer": "0.42.0-beta4",
"magento/framework": "0.42.0-beta4",
"magento/module-core": "0.42.0-beta5",
"magento/module-catalog": "0.42.0-beta5",
"magento/module-eav": "0.42.0-beta5",
"magento/module-import-export": "0.42.0-beta5",
"magento/module-indexer": "0.42.0-beta5",
"magento/module-store": "0.42.0-beta5",
"magento/module-catalog-inventory": "0.42.0-beta5",
"magento/module-customer": "0.42.0-beta5",
"magento/framework": "0.42.0-beta5",
"ext-ctype": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta4",
"version": "0.42.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
18 changes: 9 additions & 9 deletions app/code/Magento/CatalogInventory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta4",
"magento/module-catalog": "0.42.0-beta4",
"magento/module-customer": "0.42.0-beta4",
"magento/module-backend": "0.42.0-beta4",
"magento/module-indexer": "0.42.0-beta4",
"magento/module-eav": "0.42.0-beta4",
"magento/module-quote": "0.42.0-beta4",
"magento/framework": "0.42.0-beta4",
"magento/module-store": "0.42.0-beta5",
"magento/module-catalog": "0.42.0-beta5",
"magento/module-customer": "0.42.0-beta5",
"magento/module-backend": "0.42.0-beta5",
"magento/module-indexer": "0.42.0-beta5",
"magento/module-eav": "0.42.0-beta5",
"magento/module-quote": "0.42.0-beta5",
"magento/framework": "0.42.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta4",
"version": "0.42.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
20 changes: 10 additions & 10 deletions app/code/Magento/CatalogRule/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta4",
"magento/module-rule": "0.42.0-beta4",
"magento/module-catalog": "0.42.0-beta4",
"magento/module-customer": "0.42.0-beta4",
"magento/module-backend": "0.42.0-beta4",
"magento/module-eav": "0.42.0-beta4",
"magento/module-indexer": "0.42.0-beta4",
"magento/module-import-export": "0.42.0-beta4",
"magento/framework": "0.42.0-beta4",
"magento/module-store": "0.42.0-beta5",
"magento/module-rule": "0.42.0-beta5",
"magento/module-catalog": "0.42.0-beta5",
"magento/module-customer": "0.42.0-beta5",
"magento/module-backend": "0.42.0-beta5",
"magento/module-eav": "0.42.0-beta5",
"magento/module-indexer": "0.42.0-beta5",
"magento/module-import-export": "0.42.0-beta5",
"magento/framework": "0.42.0-beta5",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta4",
"version": "0.42.0-beta5",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
Loading

0 comments on commit 5e59d46

Please sign in to comment.