Skip to content

Commit

Permalink
Merge pull request #99 from magento-folks/M2-GitHub-Update-0.42.0-beta8
Browse files Browse the repository at this point in the history
M2 git hub update 0.42.0 beta8
  • Loading branch information
Olexii Korshenko committed Feb 17, 2015
2 parents 6c53c3e + 58ba0ac commit 48170ad
Show file tree
Hide file tree
Showing 97 changed files with 817 additions and 786 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
0.42.0-beta8
=============
* Various improvements:
* Existing Builders were replaced with DataFactories in Customer and Tax modules
* Refactored controller actions in the Checkout and CMS modules
* Increased coverage with static tests for `.phtml` files
* Moved Cookie related functionality from `Theme` and `Core` modules into a new `Cookie` module
* Moved minfication configuration settings to the `View` library level
* UI improvements:
* Restyled installation wizard
* Prepared styles for Dashboard in the Backend area
* Framework improvements:
* Added `setCustomAttribute` and `setCustomAttributes` methods to `ExtensibleDataInterface`
* Added setter methods to data object interfaces
* Replaced `Builders` with `Factories`
* Added `DataObjectHelper.php` which contains the common set of methods of all builders
* Refactored `__()` to return `Phrase` object
* Allowed usage of `LocalizedException` on the framework's library level
* Added expiration/lifetime management of frontend resources
* Unified MTF configurations format for Framework, TestCase variations and TestCase scenario configurations
* Fixed bugs:
* Fixed an issue with product reviews list paging
* Fixed an issue where sold products were not displayed in Bestsellers
* Fixed an issue with image rendering on the CMS page on Frontend when `webserver rewrites = no`
* GitHub requests:
* [#790](https://github.com/magento/magento2/issues/790) -- Magento API fails in a CGI env (zf1 issue)
* [#909](https://github.com/magento/magento2/issues/909) -- Manage Titles in popup window front-end issue
* [#996](https://github.com/magento/magento2/issues/996) -- Pager block should support url "fragment".
* [#985](https://github.com/magento/magento2/pull/985) -- Allow camelcase in vendorname for menus
* [#1025](https://github.com/magento/magento2/pull/1025) -- Wrong parameter for getting base url for 'media' path in "Image" form element.

0.42.0-beta7
=============
* 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-beta7",
"magento/module-core": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"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",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta7",
"version": "0.42.0-beta8",
"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-beta7",
"magento/framework": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta8",
"magento/framework": "0.42.0-beta8",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta7",
"version": "0.42.0-beta8",
"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.42.0-beta7",
"magento/module-directory": "0.42.0-beta7",
"magento/module-core": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-cron": "0.42.0-beta7",
"magento/module-theme": "0.42.0-beta7",
"magento/module-reports": "0.42.0-beta7",
"magento/module-sales": "0.42.0-beta7",
"magento/module-quote": "0.42.0-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-user": "0.42.0-beta7",
"magento/module-backup": "0.42.0-beta7",
"magento/module-email": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-translation": "0.42.0-beta7",
"magento/module-require-js": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"magento/module-store": "0.42.0-beta8",
"magento/module-directory": "0.42.0-beta8",
"magento/module-core": "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/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta7",
"version": "0.42.0-beta8",
"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-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/module-cron": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"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/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta7",
"version": "0.42.0-beta8",
"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-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-tax": "0.42.0-beta7",
"magento/module-core": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/module-sales": "0.42.0-beta7",
"magento/module-checkout": "0.42.0-beta7",
"magento/module-catalog-inventory": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-catalog-rule": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-gift-message": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"magento/module-webapi": "0.42.0-beta7",
"magento/module-quote": "0.42.0-beta7",
"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/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta7",
"version": "0.42.0-beta8",
"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-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-checkout": "0.42.0-beta7",
"magento/module-core": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"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/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta7",
"version": "0.42.0-beta8",
"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-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-cms": "0.42.0-beta7",
"magento/module-indexer": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-core": "0.42.0-beta7",
"magento/module-theme": "0.42.0-beta7",
"magento/module-checkout": "0.42.0-beta7",
"magento/module-log": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/module-widget": "0.42.0-beta7",
"magento/module-wishlist": "0.42.0-beta7",
"magento/module-tax": "0.42.0-beta7",
"magento/module-msrp": "0.42.0-beta7",
"magento/module-catalog-inventory": "0.42.0-beta7",
"magento/module-directory": "0.42.0-beta7",
"magento/module-catalog-rule": "0.42.0-beta7",
"magento/module-product-alert": "0.42.0-beta7",
"magento/module-url-rewrite": "0.42.0-beta7",
"magento/module-catalog-url-rewrite": "0.42.0-beta7",
"magento/module-page-cache": "0.42.0-beta7",
"magento/module-quote": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"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/magento-composer-installer": "*"
},
"suggest": {
"magento/module-cookie": "0.42.0-beta7"
"magento/module-cookie": "0.42.0-beta8"
},
"type": "magento2-module",
"version": "0.42.0-beta7",
"version": "0.42.0-beta8",
"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-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-import-export": "0.42.0-beta7",
"magento/module-indexer": "0.42.0-beta7",
"magento/module-store": "0.42.0-beta7",
"magento/module-catalog-inventory": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"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",
"ext-ctype": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta7",
"version": "0.42.0-beta8",
"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-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/module-indexer": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-quote": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"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/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta7",
"version": "0.42.0-beta8",
"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-beta7",
"magento/module-rule": "0.42.0-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-indexer": "0.42.0-beta7",
"magento/module-import-export": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"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/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta7",
"version": "0.42.0-beta8",
"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-beta7",
"magento/module-catalog": "0.42.0-beta7",
"magento/module-search": "0.42.0-beta7",
"magento/module-customer": "0.42.0-beta7",
"magento/module-directory": "0.42.0-beta7",
"magento/module-indexer": "0.42.0-beta7",
"magento/module-eav": "0.42.0-beta7",
"magento/module-backend": "0.42.0-beta7",
"magento/module-theme": "0.42.0-beta7",
"magento/framework": "0.42.0-beta7",
"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/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta7",
"version": "0.42.0-beta8",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
Loading

0 comments on commit 48170ad

Please sign in to comment.