Skip to content

Commit

Permalink
Merge pull request #103 from magento-mpi/publication-github
Browse files Browse the repository at this point in the history
[MPI] M2 GitHub Update (version 0.42.0-beta9)
  • Loading branch information
vpelipenko committed Feb 23, 2015
2 parents deefb61 + 3fc6455 commit ba82edc
Show file tree
Hide file tree
Showing 98 changed files with 820 additions and 785 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
0.42.0-beta9
=============
* Framework Improvements:
* Layout Models are moved from Core module to appropriate modules
* View components are moved from Core to Theme module
* Rest of theme related configuration files are refactored
* StoreManagerInterface is moved from Framework to App folder
* ZF1 controller libraries are updated
* Class definitions in multi-tenant mode are removed
* DI configuration became more optimal: OM cached configuration uses the general pattern for all argument types in application
* Varnish 4 configuration is updated
* Layout Processing became more fast
* HTML response minified
* App Components and Specific Helper Components are moved from the Magento_Core Module
* UI improvements:
* Add to cart operation became asynchronous and doesn`t reload page (AJAX call)
* Fixed Defects:
* When Inline Translation is enabled, JQuery buttons for translate were broken
* Base URL has invalid place inside Magento Admin Address on "Web Configuration" step of installation wizard
* Inability of submit Product from keyboard while Product Creation
* Sold products aren't displayed in Bestsellers
* Compiled definitions can cause unexpected errors compared to runtime definitions
* Accessibility improvements:
* WAI-ARIA attributes are added to Frontend Layered Navigation and Customer Dropdown, Frontend Product Page Tabs, Frontend Cart Summary collapsible panels, Frontend forms and notifications, Frontend Checkout pages
* Tests improvements:
* Added mechanism of replacing 3-rd party credentials in functional tests
* Update of end-to-end tests for create product, update product, promoted product, out of stock product, create product with new category, unassign products on category, create backend customer with injectable test
* Various improvements:
* JS template engine became unified on Backend and Frontend
* Increased unit test coverage for Magento/Indexer module
* Version number info became accessible at a public URL
* GitHub requests:
* [#1027](https://github.com/magento/magento2/issues/1027) -- Can't add new subctegory
* [#921](https://github.com/magento/magento2/issues/921) -- Change resource ids from Magento_Adminhtml::* to Magento_Backend

0.42.0-beta8
=============
* 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.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta8",
"magento/module-core": "0.42.0-beta8",
"magento/module-backend": "0.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/module-store": "0.42.0-beta9",
"magento/module-core": "0.42.0-beta9",
"magento/module-backend": "0.42.0-beta9",
"magento/framework": "0.42.0-beta9",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta8",
"version": "0.42.0-beta9",
"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.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/module-backend": "0.42.0-beta9",
"magento/framework": "0.42.0-beta9",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta8",
"version": "0.42.0-beta9",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
38 changes: 19 additions & 19 deletions app/code/Magento/Backend/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.42.0-beta8",
"magento/module-directory": "0.42.0-beta8",
"magento/module-core": "0.42.0-beta8",
"magento/module-developer": "0.42.0-beta8",
"magento/module-eav": "0.42.0-beta8",
"magento/module-cron": "0.42.0-beta8",
"magento/module-theme": "0.42.0-beta8",
"magento/module-reports": "0.42.0-beta8",
"magento/module-sales": "0.42.0-beta8",
"magento/module-quote": "0.42.0-beta8",
"magento/module-catalog": "0.42.0-beta8",
"magento/module-user": "0.42.0-beta8",
"magento/module-backup": "0.42.0-beta8",
"magento/module-email": "0.42.0-beta8",
"magento/module-customer": "0.42.0-beta8",
"magento/module-translation": "0.42.0-beta8",
"magento/module-require-js": "0.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/module-store": "0.42.0-beta9",
"magento/module-directory": "0.42.0-beta9",
"magento/module-core": "0.42.0-beta9",
"magento/module-developer": "0.42.0-beta9",
"magento/module-eav": "0.42.0-beta9",
"magento/module-cron": "0.42.0-beta9",
"magento/module-theme": "0.42.0-beta9",
"magento/module-reports": "0.42.0-beta9",
"magento/module-sales": "0.42.0-beta9",
"magento/module-quote": "0.42.0-beta9",
"magento/module-catalog": "0.42.0-beta9",
"magento/module-user": "0.42.0-beta9",
"magento/module-backup": "0.42.0-beta9",
"magento/module-email": "0.42.0-beta9",
"magento/module-customer": "0.42.0-beta9",
"magento/module-translation": "0.42.0-beta9",
"magento/module-require-js": "0.42.0-beta9",
"magento/framework": "0.42.0-beta9",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta8",
"version": "0.42.0-beta9",
"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.42.0-beta8",
"magento/module-backend": "0.42.0-beta8",
"magento/module-cron": "0.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/module-store": "0.42.0-beta9",
"magento/module-backend": "0.42.0-beta9",
"magento/module-cron": "0.42.0-beta9",
"magento/framework": "0.42.0-beta9",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta8",
"version": "0.42.0-beta9",
"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.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta8",
"magento/module-catalog": "0.42.0-beta8",
"magento/module-tax": "0.42.0-beta8",
"magento/module-core": "0.42.0-beta8",
"magento/module-backend": "0.42.0-beta8",
"magento/module-sales": "0.42.0-beta8",
"magento/module-checkout": "0.42.0-beta8",
"magento/module-catalog-inventory": "0.42.0-beta8",
"magento/module-customer": "0.42.0-beta8",
"magento/module-catalog-rule": "0.42.0-beta8",
"magento/module-eav": "0.42.0-beta8",
"magento/module-gift-message": "0.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/module-webapi": "0.42.0-beta8",
"magento/module-quote": "0.42.0-beta8",
"magento/module-store": "0.42.0-beta9",
"magento/module-catalog": "0.42.0-beta9",
"magento/module-tax": "0.42.0-beta9",
"magento/module-core": "0.42.0-beta9",
"magento/module-backend": "0.42.0-beta9",
"magento/module-sales": "0.42.0-beta9",
"magento/module-checkout": "0.42.0-beta9",
"magento/module-catalog-inventory": "0.42.0-beta9",
"magento/module-customer": "0.42.0-beta9",
"magento/module-catalog-rule": "0.42.0-beta9",
"magento/module-eav": "0.42.0-beta9",
"magento/module-gift-message": "0.42.0-beta9",
"magento/framework": "0.42.0-beta9",
"magento/module-webapi": "0.42.0-beta9",
"magento/module-quote": "0.42.0-beta9",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta8",
"version": "0.42.0-beta9",
"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.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta8",
"magento/module-customer": "0.42.0-beta8",
"magento/module-checkout": "0.42.0-beta8",
"magento/module-core": "0.42.0-beta8",
"magento/module-backend": "0.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/module-store": "0.42.0-beta9",
"magento/module-customer": "0.42.0-beta9",
"magento/module-checkout": "0.42.0-beta9",
"magento/module-core": "0.42.0-beta9",
"magento/module-backend": "0.42.0-beta9",
"magento/framework": "0.42.0-beta9",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta8",
"version": "0.42.0-beta9",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
50 changes: 25 additions & 25 deletions app/code/Magento/Catalog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta8",
"magento/module-eav": "0.42.0-beta8",
"magento/module-cms": "0.42.0-beta8",
"magento/module-indexer": "0.42.0-beta8",
"magento/module-customer": "0.42.0-beta8",
"magento/module-core": "0.42.0-beta8",
"magento/module-theme": "0.42.0-beta8",
"magento/module-checkout": "0.42.0-beta8",
"magento/module-log": "0.42.0-beta8",
"magento/module-backend": "0.42.0-beta8",
"magento/module-widget": "0.42.0-beta8",
"magento/module-wishlist": "0.42.0-beta8",
"magento/module-tax": "0.42.0-beta8",
"magento/module-msrp": "0.42.0-beta8",
"magento/module-catalog-inventory": "0.42.0-beta8",
"magento/module-directory": "0.42.0-beta8",
"magento/module-catalog-rule": "0.42.0-beta8",
"magento/module-product-alert": "0.42.0-beta8",
"magento/module-url-rewrite": "0.42.0-beta8",
"magento/module-catalog-url-rewrite": "0.42.0-beta8",
"magento/module-page-cache": "0.42.0-beta8",
"magento/module-quote": "0.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/module-store": "0.42.0-beta9",
"magento/module-eav": "0.42.0-beta9",
"magento/module-cms": "0.42.0-beta9",
"magento/module-indexer": "0.42.0-beta9",
"magento/module-customer": "0.42.0-beta9",
"magento/module-core": "0.42.0-beta9",
"magento/module-theme": "0.42.0-beta9",
"magento/module-checkout": "0.42.0-beta9",
"magento/module-log": "0.42.0-beta9",
"magento/module-backend": "0.42.0-beta9",
"magento/module-widget": "0.42.0-beta9",
"magento/module-wishlist": "0.42.0-beta9",
"magento/module-tax": "0.42.0-beta9",
"magento/module-msrp": "0.42.0-beta9",
"magento/module-catalog-inventory": "0.42.0-beta9",
"magento/module-directory": "0.42.0-beta9",
"magento/module-catalog-rule": "0.42.0-beta9",
"magento/module-product-alert": "0.42.0-beta9",
"magento/module-url-rewrite": "0.42.0-beta9",
"magento/module-catalog-url-rewrite": "0.42.0-beta9",
"magento/module-page-cache": "0.42.0-beta9",
"magento/module-quote": "0.42.0-beta9",
"magento/framework": "0.42.0-beta9",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-cookie": "0.42.0-beta8"
"magento/module-cookie": "0.42.0-beta9"
},
"type": "magento2-module",
"version": "0.42.0-beta8",
"version": "0.42.0-beta9",
"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-core": "0.42.0-beta8",
"magento/module-catalog": "0.42.0-beta8",
"magento/module-eav": "0.42.0-beta8",
"magento/module-import-export": "0.42.0-beta8",
"magento/module-indexer": "0.42.0-beta8",
"magento/module-store": "0.42.0-beta8",
"magento/module-catalog-inventory": "0.42.0-beta8",
"magento/module-customer": "0.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/module-core": "0.42.0-beta9",
"magento/module-catalog": "0.42.0-beta9",
"magento/module-eav": "0.42.0-beta9",
"magento/module-import-export": "0.42.0-beta9",
"magento/module-indexer": "0.42.0-beta9",
"magento/module-store": "0.42.0-beta9",
"magento/module-catalog-inventory": "0.42.0-beta9",
"magento/module-customer": "0.42.0-beta9",
"magento/framework": "0.42.0-beta9",
"ext-ctype": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta8",
"version": "0.42.0-beta9",
"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-store": "0.42.0-beta8",
"magento/module-catalog": "0.42.0-beta8",
"magento/module-customer": "0.42.0-beta8",
"magento/module-backend": "0.42.0-beta8",
"magento/module-indexer": "0.42.0-beta8",
"magento/module-eav": "0.42.0-beta8",
"magento/module-quote": "0.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/module-store": "0.42.0-beta9",
"magento/module-catalog": "0.42.0-beta9",
"magento/module-customer": "0.42.0-beta9",
"magento/module-backend": "0.42.0-beta9",
"magento/module-indexer": "0.42.0-beta9",
"magento/module-eav": "0.42.0-beta9",
"magento/module-quote": "0.42.0-beta9",
"magento/framework": "0.42.0-beta9",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta8",
"version": "0.42.0-beta9",
"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.42.0-beta8",
"magento/module-rule": "0.42.0-beta8",
"magento/module-catalog": "0.42.0-beta8",
"magento/module-customer": "0.42.0-beta8",
"magento/module-backend": "0.42.0-beta8",
"magento/module-eav": "0.42.0-beta8",
"magento/module-indexer": "0.42.0-beta8",
"magento/module-import-export": "0.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/module-store": "0.42.0-beta9",
"magento/module-rule": "0.42.0-beta9",
"magento/module-catalog": "0.42.0-beta9",
"magento/module-customer": "0.42.0-beta9",
"magento/module-backend": "0.42.0-beta9",
"magento/module-eav": "0.42.0-beta9",
"magento/module-indexer": "0.42.0-beta9",
"magento/module-import-export": "0.42.0-beta9",
"magento/framework": "0.42.0-beta9",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta8",
"version": "0.42.0-beta9",
"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.42.0-beta8",
"magento/module-catalog": "0.42.0-beta8",
"magento/module-search": "0.42.0-beta8",
"magento/module-customer": "0.42.0-beta8",
"magento/module-directory": "0.42.0-beta8",
"magento/module-indexer": "0.42.0-beta8",
"magento/module-eav": "0.42.0-beta8",
"magento/module-backend": "0.42.0-beta8",
"magento/module-theme": "0.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/module-store": "0.42.0-beta9",
"magento/module-catalog": "0.42.0-beta9",
"magento/module-search": "0.42.0-beta9",
"magento/module-customer": "0.42.0-beta9",
"magento/module-directory": "0.42.0-beta9",
"magento/module-indexer": "0.42.0-beta9",
"magento/module-eav": "0.42.0-beta9",
"magento/module-backend": "0.42.0-beta9",
"magento/module-theme": "0.42.0-beta9",
"magento/framework": "0.42.0-beta9",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta8",
"version": "0.42.0-beta9",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
Loading

0 comments on commit ba82edc

Please sign in to comment.