Skip to content

Commit

Permalink
MAGETWO-31051: M2 GitHub Update (version 0.42.0-beta2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Y committed Dec 26, 2014
1 parent f62afbb commit e4b6347
Show file tree
Hide file tree
Showing 93 changed files with 765 additions and 738 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
0.42.0-beta2
=============
* Framework improvements:
* Added composer.lock to the repository
* Various improvements:
* Magento PSR-3 compliance
* Updated file iterators to work with symlinks
* Replaced end-to-end test for advanced search with injectable test
* Replaced end-to-end test for quick search with injectable test
* Fixed bugs:
* Fixed an issue where an exception occurred when adding configurable products to cart from the wishlist
* Modify .gitignore CE according to new repos structure (MAGETWO-32095)
* Fixed an issue where the 'Not %Username%?' link was displayed for a logged in user while pages were loaded
* Fixed an issue where Shopping Cart Price Rules based on product attributes were not applied to configurable products
* Fixed an issue where the Tax Class drop-down field on New Customer Group page contained the 'none' value when a tax class already existed
* Fixed an issue where the 'Credit Memo' button was absent on the Invoice page for payments
* Fixed an issue where incorrect totals were shown in the Coupon Usage report
* Fixed an issue where an error occurred and the "Append Comments" checkbox was cleared when submitting an order in the backend
* Fixed an issue where the Transactions tab appeared in the backend for orders where offline payment methods were used
* Fixed an issue with the extra empty line appearing in the Customer Address template
* Github requests:
* [#853](https://github.com/magento/magento2/pull/853) -- Fix spelling error in Customer module xml
* [#858](https://github.com/magento/magento2/pull/858) -- Clicking CMS page in backend takes you to the dashboard
* [#858](https://github.com/magento/magento2/issues/816) -- Clicking CMS page takes you to the dashboard
* [#859](https://github.com/magento/magento2/pull/859) -- Fix email template creation date not being persisted
* [#860](https://github.com/magento/magento2/pull/860) -- Fix currency and price renderer

0.42.0-beta1
=============
* Fixed bugs:
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",
"magento/module-store": "0.42.0-beta1",
"magento/module-core": "0.42.0-beta1",
"magento/module-backend": "0.42.0-beta1",
"magento/framework": "0.42.0-beta1",
"magento/module-store": "0.42.0-beta2",
"magento/module-core": "0.42.0-beta2",
"magento/module-backend": "0.42.0-beta2",
"magento/framework": "0.42.0-beta2",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta1",
"version": "0.42.0-beta2",
"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",
"magento/module-backend": "0.42.0-beta1",
"magento/framework": "0.42.0-beta1",
"magento/module-backend": "0.42.0-beta2",
"magento/framework": "0.42.0-beta2",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta1",
"version": "0.42.0-beta2",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
34 changes: 17 additions & 17 deletions app/code/Magento/Backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0",
"magento/module-store": "0.42.0-beta1",
"magento/module-directory": "0.42.0-beta1",
"magento/module-core": "0.42.0-beta1",
"magento/module-eav": "0.42.0-beta1",
"magento/module-cron": "0.42.0-beta1",
"magento/module-theme": "0.42.0-beta1",
"magento/module-reports": "0.42.0-beta1",
"magento/module-sales": "0.42.0-beta1",
"magento/module-catalog": "0.42.0-beta1",
"magento/module-user": "0.42.0-beta1",
"magento/module-backup": "0.42.0-beta1",
"magento/module-email": "0.42.0-beta1",
"magento/module-customer": "0.42.0-beta1",
"magento/module-translation": "0.42.0-beta1",
"magento/module-require-js": "0.42.0-beta1",
"magento/framework": "0.42.0-beta1",
"magento/module-store": "0.42.0-beta2",
"magento/module-directory": "0.42.0-beta2",
"magento/module-core": "0.42.0-beta2",
"magento/module-eav": "0.42.0-beta2",
"magento/module-cron": "0.42.0-beta2",
"magento/module-theme": "0.42.0-beta2",
"magento/module-reports": "0.42.0-beta2",
"magento/module-sales": "0.42.0-beta2",
"magento/module-catalog": "0.42.0-beta2",
"magento/module-user": "0.42.0-beta2",
"magento/module-backup": "0.42.0-beta2",
"magento/module-email": "0.42.0-beta2",
"magento/module-customer": "0.42.0-beta2",
"magento/module-translation": "0.42.0-beta2",
"magento/module-require-js": "0.42.0-beta2",
"magento/framework": "0.42.0-beta2",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta1",
"version": "0.42.0-beta2",
"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",
"magento/module-store": "0.42.0-beta1",
"magento/module-core": "0.42.0-beta1",
"magento/module-backend": "0.42.0-beta1",
"magento/module-cron": "0.42.0-beta1",
"magento/framework": "0.42.0-beta1",
"magento/module-store": "0.42.0-beta2",
"magento/module-core": "0.42.0-beta2",
"magento/module-backend": "0.42.0-beta2",
"magento/module-cron": "0.42.0-beta2",
"magento/framework": "0.42.0-beta2",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta1",
"version": "0.42.0-beta2",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
30 changes: 15 additions & 15 deletions app/code/Magento/Bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0",
"magento/module-store": "0.42.0-beta1",
"magento/module-catalog": "0.42.0-beta1",
"magento/module-tax": "0.42.0-beta1",
"magento/module-core": "0.42.0-beta1",
"magento/module-backend": "0.42.0-beta1",
"magento/module-sales": "0.42.0-beta1",
"magento/module-checkout": "0.42.0-beta1",
"magento/module-catalog-inventory": "0.42.0-beta1",
"magento/module-customer": "0.42.0-beta1",
"magento/module-catalog-rule": "0.42.0-beta1",
"magento/module-eav": "0.42.0-beta1",
"magento/module-gift-message": "0.42.0-beta1",
"magento/framework": "0.42.0-beta1",
"magento/module-webapi": "0.42.0-beta1",
"magento/module-store": "0.42.0-beta2",
"magento/module-catalog": "0.42.0-beta2",
"magento/module-tax": "0.42.0-beta2",
"magento/module-core": "0.42.0-beta2",
"magento/module-backend": "0.42.0-beta2",
"magento/module-sales": "0.42.0-beta2",
"magento/module-checkout": "0.42.0-beta2",
"magento/module-catalog-inventory": "0.42.0-beta2",
"magento/module-customer": "0.42.0-beta2",
"magento/module-catalog-rule": "0.42.0-beta2",
"magento/module-eav": "0.42.0-beta2",
"magento/module-gift-message": "0.42.0-beta2",
"magento/framework": "0.42.0-beta2",
"magento/module-webapi": "0.42.0-beta2",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta1",
"version": "0.42.0-beta2",
"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",
"magento/module-store": "0.42.0-beta1",
"magento/module-customer": "0.42.0-beta1",
"magento/module-checkout": "0.42.0-beta1",
"magento/module-core": "0.42.0-beta1",
"magento/module-backend": "0.42.0-beta1",
"magento/framework": "0.42.0-beta1",
"magento/module-store": "0.42.0-beta2",
"magento/module-customer": "0.42.0-beta2",
"magento/module-checkout": "0.42.0-beta2",
"magento/module-core": "0.42.0-beta2",
"magento/module-backend": "0.42.0-beta2",
"magento/framework": "0.42.0-beta2",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta1",
"version": "0.42.0-beta2",
"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",
"magento/module-store": "0.42.0-beta1",
"magento/module-eav": "0.42.0-beta1",
"magento/module-cms": "0.42.0-beta1",
"magento/module-indexer": "0.42.0-beta1",
"magento/module-customer": "0.42.0-beta1",
"magento/module-core": "0.42.0-beta1",
"magento/module-theme": "0.42.0-beta1",
"magento/module-checkout": "0.42.0-beta1",
"magento/module-log": "0.42.0-beta1",
"magento/module-backend": "0.42.0-beta1",
"magento/module-widget": "0.42.0-beta1",
"magento/module-wishlist": "0.42.0-beta1",
"magento/module-tax": "0.42.0-beta1",
"magento/module-msrp": "0.42.0-beta1",
"magento/module-catalog-inventory": "0.42.0-beta1",
"magento/module-directory": "0.42.0-beta1",
"magento/module-catalog-rule": "0.42.0-beta1",
"magento/module-sales": "0.42.0-beta1",
"magento/module-product-alert": "0.42.0-beta1",
"magento/module-url-rewrite": "0.42.0-beta1",
"magento/module-catalog-url-rewrite": "0.42.0-beta1",
"magento/module-page-cache": "0.42.0-beta1",
"magento/framework": "0.42.0-beta1",
"magento/module-store": "0.42.0-beta2",
"magento/module-eav": "0.42.0-beta2",
"magento/module-cms": "0.42.0-beta2",
"magento/module-indexer": "0.42.0-beta2",
"magento/module-customer": "0.42.0-beta2",
"magento/module-core": "0.42.0-beta2",
"magento/module-theme": "0.42.0-beta2",
"magento/module-checkout": "0.42.0-beta2",
"magento/module-log": "0.42.0-beta2",
"magento/module-backend": "0.42.0-beta2",
"magento/module-widget": "0.42.0-beta2",
"magento/module-wishlist": "0.42.0-beta2",
"magento/module-tax": "0.42.0-beta2",
"magento/module-msrp": "0.42.0-beta2",
"magento/module-catalog-inventory": "0.42.0-beta2",
"magento/module-directory": "0.42.0-beta2",
"magento/module-catalog-rule": "0.42.0-beta2",
"magento/module-sales": "0.42.0-beta2",
"magento/module-product-alert": "0.42.0-beta2",
"magento/module-url-rewrite": "0.42.0-beta2",
"magento/module-catalog-url-rewrite": "0.42.0-beta2",
"magento/module-page-cache": "0.42.0-beta2",
"magento/framework": "0.42.0-beta2",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta1",
"version": "0.42.0-beta2",
"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",
"magento/module-core": "0.42.0-beta1",
"magento/module-catalog": "0.42.0-beta1",
"magento/module-eav": "0.42.0-beta1",
"magento/module-import-export": "0.42.0-beta1",
"magento/module-indexer": "0.42.0-beta1",
"magento/module-store": "0.42.0-beta1",
"magento/module-catalog-inventory": "0.42.0-beta1",
"magento/module-customer": "0.42.0-beta1",
"magento/framework": "0.42.0-beta1",
"magento/module-core": "0.42.0-beta2",
"magento/module-catalog": "0.42.0-beta2",
"magento/module-eav": "0.42.0-beta2",
"magento/module-import-export": "0.42.0-beta2",
"magento/module-indexer": "0.42.0-beta2",
"magento/module-store": "0.42.0-beta2",
"magento/module-catalog-inventory": "0.42.0-beta2",
"magento/module-customer": "0.42.0-beta2",
"magento/framework": "0.42.0-beta2",
"ext-ctype": "*",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta1",
"version": "0.42.0-beta2",
"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",
"magento/module-store": "0.42.0-beta1",
"magento/module-catalog": "0.42.0-beta1",
"magento/module-customer": "0.42.0-beta1",
"magento/module-backend": "0.42.0-beta1",
"magento/module-indexer": "0.42.0-beta1",
"magento/module-sales": "0.42.0-beta1",
"magento/module-eav": "0.42.0-beta1",
"magento/framework": "0.42.0-beta1",
"magento/module-store": "0.42.0-beta2",
"magento/module-catalog": "0.42.0-beta2",
"magento/module-customer": "0.42.0-beta2",
"magento/module-backend": "0.42.0-beta2",
"magento/module-indexer": "0.42.0-beta2",
"magento/module-sales": "0.42.0-beta2",
"magento/module-eav": "0.42.0-beta2",
"magento/framework": "0.42.0-beta2",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta1",
"version": "0.42.0-beta2",
"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",
"magento/module-store": "0.42.0-beta1",
"magento/module-rule": "0.42.0-beta1",
"magento/module-catalog": "0.42.0-beta1",
"magento/module-customer": "0.42.0-beta1",
"magento/module-backend": "0.42.0-beta1",
"magento/module-eav": "0.42.0-beta1",
"magento/module-indexer": "0.42.0-beta1",
"magento/module-import-export": "0.42.0-beta1",
"magento/framework": "0.42.0-beta1",
"magento/module-store": "0.42.0-beta2",
"magento/module-rule": "0.42.0-beta2",
"magento/module-catalog": "0.42.0-beta2",
"magento/module-customer": "0.42.0-beta2",
"magento/module-backend": "0.42.0-beta2",
"magento/module-eav": "0.42.0-beta2",
"magento/module-indexer": "0.42.0-beta2",
"magento/module-import-export": "0.42.0-beta2",
"magento/framework": "0.42.0-beta2",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta1",
"version": "0.42.0-beta2",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
24 changes: 12 additions & 12 deletions app/code/Magento/CatalogSearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0",
"magento/module-store": "0.42.0-beta1",
"magento/module-catalog": "0.42.0-beta1",
"magento/module-search": "0.42.0-beta1",
"magento/module-customer": "0.42.0-beta1",
"magento/module-core": "0.42.0-beta1",
"magento/module-directory": "0.42.0-beta1",
"magento/module-indexer": "0.42.0-beta1",
"magento/module-eav": "0.42.0-beta1",
"magento/module-backend": "0.42.0-beta1",
"magento/module-theme": "0.42.0-beta1",
"magento/framework": "0.42.0-beta1",
"magento/module-store": "0.42.0-beta2",
"magento/module-catalog": "0.42.0-beta2",
"magento/module-search": "0.42.0-beta2",
"magento/module-customer": "0.42.0-beta2",
"magento/module-core": "0.42.0-beta2",
"magento/module-directory": "0.42.0-beta2",
"magento/module-indexer": "0.42.0-beta2",
"magento/module-eav": "0.42.0-beta2",
"magento/module-backend": "0.42.0-beta2",
"magento/module-theme": "0.42.0-beta2",
"magento/framework": "0.42.0-beta2",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.42.0-beta1",
"version": "0.42.0-beta2",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
Loading

2 comments on commit e4b6347

@jameswithers
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mage2-team Can you ensure packages.magento.com is updated to beta2 also? See #881 for an example of problems this is causing.

@jameswithers
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maksek http://packages.magento.com/_packages/magento_sample-data-0.42.0-beta1.zip composer.json still shows beta1:

{
    "name": "magento/sample-data",
    "description": "Sample Data scripts",
    "version": "0.42.0-beta1",
    "require": {
        "magento/framework": "0.42.0-beta1",
        "magento/magento-composer-installer": "*",
        "magento/sample-data-media": "0.42.0-beta1"
    },
    "type": "magento2-component",
    "extra": {
        "map": [
            [
                "*",
                "dev/tools/Magento/Tools/SampleData"
            ]
        ]
    }
}

Please sign in to comment.