Skip to content

Commit

Permalink
MAGETWO-33525: M2 GitHub Update (version 0.74.0-beta4)
Browse files Browse the repository at this point in the history
  • Loading branch information
irenelagno committed Apr 10, 2015
1 parent 31e3a05 commit 0dc71df
Show file tree
Hide file tree
Showing 101 changed files with 829 additions and 801 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
0.74.0-beta4
=============
* Various
* Implemented the getDefaultResult method, to be able to catch exceptions in FrontController and redirect user to the correct page
* The getDefaultResult method is invoked to return default result of action execution within controllers. It can be used to generate the ‘execute’ method result in action controllers
* Eliminated the unused exceptions. Exceptions that weren't linked to any logic were also eliminated and replaced with LocalizedException or its child classes
* Refactored all controllers where possible: the default exception handling logic moved to FrontController. Controllers that cannot be refactored do not conflict with the new logic
* Framework:
* Created Magento Console to perform CLI actions
* Introduced a new SalesSequence module that is responsible for documents numeration management across the Order Management System
* Implemented the mechanism of asynchronous indexing of sales entities grids
* Setup
* Added the ConfigOption and ConfigOptionsList classes to be used by modules to manage deployment configuration
* Moved all existing segments logic to new classes
* Added the config:set command, which enables deployment configuration management
* Removed the old 'install-configuration' tool
* Functional tests:
* Fixed functional test for order placement from backend
* Replaced the end-to-end test for a product with MAP with an injectable test
* Design
* Updated the Blank and Luma themes to enable theme (not only library) variables overriding in the _theme.less file of any inherited theme. Included LESS code standards to the UI Library documentation
* Fixed bugs:
* Fixed an issue where composite products could not be added to the order from the Recently Viewed Products section
* Fixed an issue where not all .js files were added to a bundle
* Fixed an issue where it was possible to save an incorrect IP value in the Developer Client Restriction field
* Fixed an issue where a raw DB error was thrown when trying to enter a custom variable with duplicated variable code
* Fixed the integration test failure in L4 in Magento\Framework\View\Result\Page\Interceptor::getBody()

0.74.0-beta3
=============
* API
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.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta3",
"magento/module-backend": "0.74.0-beta3",
"magento/module-media-storage": "0.74.0-beta3",
"magento/framework": "0.74.0-beta3",
"magento/module-store": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/module-media-storage": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta3",
"version": "0.74.0-beta4",
"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.5.0|~5.6.0",
"magento/module-backend": "0.74.0-beta3",
"magento/framework": "0.74.0-beta3",
"magento/module-backend": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta3",
"version": "0.74.0-beta4",
"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.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta3",
"magento/module-directory": "0.74.0-beta3",
"magento/module-developer": "0.74.0-beta3",
"magento/module-eav": "0.74.0-beta3",
"magento/module-cron": "0.74.0-beta3",
"magento/module-theme": "0.74.0-beta3",
"magento/module-reports": "0.74.0-beta3",
"magento/module-sales": "0.74.0-beta3",
"magento/module-quote": "0.74.0-beta3",
"magento/module-catalog": "0.74.0-beta3",
"magento/module-user": "0.74.0-beta3",
"magento/module-backup": "0.74.0-beta3",
"magento/module-customer": "0.74.0-beta3",
"magento/module-translation": "0.74.0-beta3",
"magento/module-require-js": "0.74.0-beta3",
"magento/module-config": "0.74.0-beta3",
"magento/framework": "0.74.0-beta3",
"magento/module-store": "0.74.0-beta4",
"magento/module-directory": "0.74.0-beta4",
"magento/module-developer": "0.74.0-beta4",
"magento/module-eav": "0.74.0-beta4",
"magento/module-cron": "0.74.0-beta4",
"magento/module-theme": "0.74.0-beta4",
"magento/module-reports": "0.74.0-beta4",
"magento/module-sales": "0.74.0-beta4",
"magento/module-quote": "0.74.0-beta4",
"magento/module-catalog": "0.74.0-beta4",
"magento/module-user": "0.74.0-beta4",
"magento/module-backup": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/module-translation": "0.74.0-beta4",
"magento/module-require-js": "0.74.0-beta4",
"magento/module-config": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta3",
"version": "0.74.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
10 changes: 5 additions & 5 deletions app/code/Magento/Backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta3",
"magento/module-backend": "0.74.0-beta3",
"magento/module-cron": "0.74.0-beta3",
"magento/framework": "0.74.0-beta3",
"magento/module-store": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/module-cron": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta3",
"version": "0.74.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
34 changes: 17 additions & 17 deletions app/code/Magento/Bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta3",
"magento/module-catalog": "0.74.0-beta3",
"magento/module-tax": "0.74.0-beta3",
"magento/module-backend": "0.74.0-beta3",
"magento/module-sales": "0.74.0-beta3",
"magento/module-checkout": "0.74.0-beta3",
"magento/module-catalog-inventory": "0.74.0-beta3",
"magento/module-customer": "0.74.0-beta3",
"magento/module-catalog-rule": "0.74.0-beta3",
"magento/module-eav": "0.74.0-beta3",
"magento/module-config": "0.74.0-beta3",
"magento/module-gift-message": "0.74.0-beta3",
"magento/framework": "0.74.0-beta3",
"magento/module-quote": "0.74.0-beta3",
"magento/module-media-storage": "0.74.0-beta3",
"magento/module-store": "0.74.0-beta4",
"magento/module-catalog": "0.74.0-beta4",
"magento/module-tax": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/module-sales": "0.74.0-beta4",
"magento/module-checkout": "0.74.0-beta4",
"magento/module-catalog-inventory": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/module-catalog-rule": "0.74.0-beta4",
"magento/module-eav": "0.74.0-beta4",
"magento/module-config": "0.74.0-beta4",
"magento/module-gift-message": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/module-quote": "0.74.0-beta4",
"magento/module-media-storage": "0.74.0-beta4",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-webapi": "0.74.0-beta3"
"magento/module-webapi": "0.74.0-beta4"
},
"type": "magento2-module",
"version": "0.74.0-beta3",
"version": "0.74.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
12 changes: 6 additions & 6 deletions app/code/Magento/Captcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta3",
"magento/module-customer": "0.74.0-beta3",
"magento/module-checkout": "0.74.0-beta3",
"magento/module-backend": "0.74.0-beta3",
"magento/framework": "0.74.0-beta3",
"magento/module-store": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/module-checkout": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta3",
"version": "0.74.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
52 changes: 26 additions & 26 deletions app/code/Magento/Catalog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta3",
"magento/module-eav": "0.74.0-beta3",
"magento/module-cms": "0.74.0-beta3",
"magento/module-indexer": "0.74.0-beta3",
"magento/module-customer": "0.74.0-beta3",
"magento/module-theme": "0.74.0-beta3",
"magento/module-checkout": "0.74.0-beta3",
"magento/module-log": "0.74.0-beta3",
"magento/module-backend": "0.74.0-beta3",
"magento/module-widget": "0.74.0-beta3",
"magento/module-wishlist": "0.74.0-beta3",
"magento/module-tax": "0.74.0-beta3",
"magento/module-msrp": "0.74.0-beta3",
"magento/module-catalog-inventory": "0.74.0-beta3",
"magento/module-directory": "0.74.0-beta3",
"magento/module-catalog-rule": "0.74.0-beta3",
"magento/module-product-alert": "0.74.0-beta3",
"magento/module-url-rewrite": "0.74.0-beta3",
"magento/module-catalog-url-rewrite": "0.74.0-beta3",
"magento/module-page-cache": "0.74.0-beta3",
"magento/module-quote": "0.74.0-beta3",
"magento/module-config": "0.74.0-beta3",
"magento/module-media-storage": "0.74.0-beta3",
"magento/framework": "0.74.0-beta3",
"magento/module-store": "0.74.0-beta4",
"magento/module-eav": "0.74.0-beta4",
"magento/module-cms": "0.74.0-beta4",
"magento/module-indexer": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/module-theme": "0.74.0-beta4",
"magento/module-checkout": "0.74.0-beta4",
"magento/module-log": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/module-widget": "0.74.0-beta4",
"magento/module-wishlist": "0.74.0-beta4",
"magento/module-tax": "0.74.0-beta4",
"magento/module-msrp": "0.74.0-beta4",
"magento/module-catalog-inventory": "0.74.0-beta4",
"magento/module-directory": "0.74.0-beta4",
"magento/module-catalog-rule": "0.74.0-beta4",
"magento/module-product-alert": "0.74.0-beta4",
"magento/module-url-rewrite": "0.74.0-beta4",
"magento/module-catalog-url-rewrite": "0.74.0-beta4",
"magento/module-page-cache": "0.74.0-beta4",
"magento/module-quote": "0.74.0-beta4",
"magento/module-config": "0.74.0-beta4",
"magento/module-media-storage": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-cookie": "0.74.0-beta3"
"magento/module-cookie": "0.74.0-beta4"
},
"type": "magento2-module",
"version": "0.74.0-beta3",
"version": "0.74.0-beta4",
"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.5.0|~5.6.0",
"magento/module-catalog": "0.74.0-beta3",
"magento/module-eav": "0.74.0-beta3",
"magento/module-import-export": "0.74.0-beta3",
"magento/module-indexer": "0.74.0-beta3",
"magento/module-store": "0.74.0-beta3",
"magento/module-catalog-inventory": "0.74.0-beta3",
"magento/module-media-storage": "0.74.0-beta3",
"magento/module-customer": "0.74.0-beta3",
"magento/framework": "0.74.0-beta3",
"magento/module-catalog": "0.74.0-beta4",
"magento/module-eav": "0.74.0-beta4",
"magento/module-import-export": "0.74.0-beta4",
"magento/module-indexer": "0.74.0-beta4",
"magento/module-store": "0.74.0-beta4",
"magento/module-catalog-inventory": "0.74.0-beta4",
"magento/module-media-storage": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"ext-ctype": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta3",
"version": "0.74.0-beta4",
"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.5.0|~5.6.0",
"magento/module-config": "0.74.0-beta3",
"magento/module-store": "0.74.0-beta3",
"magento/module-catalog": "0.74.0-beta3",
"magento/module-customer": "0.74.0-beta3",
"magento/module-indexer": "0.74.0-beta3",
"magento/module-eav": "0.74.0-beta3",
"magento/module-quote": "0.74.0-beta3",
"magento/framework": "0.74.0-beta3",
"magento/module-config": "0.74.0-beta4",
"magento/module-store": "0.74.0-beta4",
"magento/module-catalog": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/module-indexer": "0.74.0-beta4",
"magento/module-eav": "0.74.0-beta4",
"magento/module-quote": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta3",
"version": "0.74.0-beta4",
"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.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta3",
"magento/module-rule": "0.74.0-beta3",
"magento/module-catalog": "0.74.0-beta3",
"magento/module-customer": "0.74.0-beta3",
"magento/module-backend": "0.74.0-beta3",
"magento/module-eav": "0.74.0-beta3",
"magento/module-indexer": "0.74.0-beta3",
"magento/module-import-export": "0.74.0-beta3",
"magento/framework": "0.74.0-beta3",
"magento/module-store": "0.74.0-beta4",
"magento/module-rule": "0.74.0-beta4",
"magento/module-catalog": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/module-eav": "0.74.0-beta4",
"magento/module-indexer": "0.74.0-beta4",
"magento/module-import-export": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta3",
"version": "0.74.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
22 changes: 11 additions & 11 deletions app/code/Magento/CatalogSearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.74.0-beta3",
"magento/module-catalog": "0.74.0-beta3",
"magento/module-search": "0.74.0-beta3",
"magento/module-customer": "0.74.0-beta3",
"magento/module-directory": "0.74.0-beta3",
"magento/module-indexer": "0.74.0-beta3",
"magento/module-eav": "0.74.0-beta3",
"magento/module-backend": "0.74.0-beta3",
"magento/module-theme": "0.74.0-beta3",
"magento/framework": "0.74.0-beta3",
"magento/module-store": "0.74.0-beta4",
"magento/module-catalog": "0.74.0-beta4",
"magento/module-search": "0.74.0-beta4",
"magento/module-customer": "0.74.0-beta4",
"magento/module-directory": "0.74.0-beta4",
"magento/module-indexer": "0.74.0-beta4",
"magento/module-eav": "0.74.0-beta4",
"magento/module-backend": "0.74.0-beta4",
"magento/module-theme": "0.74.0-beta4",
"magento/framework": "0.74.0-beta4",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta3",
"version": "0.74.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
Loading

0 comments on commit 0dc71df

Please sign in to comment.