Skip to content

Commit

Permalink
Merge pull request #284 from magento-dragons/pub
Browse files Browse the repository at this point in the history
[DRAGONS] M2 GitHub Update (version 0.74.0-beta8)
  • Loading branch information
Kasian,Andrii(akasian) committed May 12, 2015
2 parents 61b5c11 + 5d556e7 commit 9800042
Show file tree
Hide file tree
Showing 102 changed files with 861 additions and 807 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
0.74.0-beta8
=============
* Performance Toolkit improvements
* Added order generator
* Added indexer mode switcher via profile config
* UI Improvements
* Added hide/show columns for CMS pages/blocks grid on backend
* Updated the multi-select functionality & UI for CMS pages/blocks grid on backend
* Added the new look & feel for Edit Order Page (view/edit order)
* Framework Improvements
* Updated API framework to support different integration object ACLs
* Updated unit and integration tests config files to include tests from the Updater Application
* Exceptions caught and logged before reaching Phrase::__toString() method
* MTF Improvements
* Replaced end-to-end One-page Checkout test with online shipment methods with scenario test
* Replaced end-to-end Layered Navigation test with injectable test
* Replaced end-to-end Shopping Cart price rule test with injectable test
* Replaced end-to-end Switch Currency test with injectable test
* Fixed the filling condition element
* Updated a set of functional tests
* Various
* Eliminated functional logic in constructors
* Updated public API definitions
* Added information for Downloadable Products to Catalog Product Data Object
* Added information for Catalog Inventory data to Catalog Product Data Object
* Added information for Grouped Products to Catalog Product Data Object
* Added information for Configurable Products to Catalog Product Data Object
* Cleaned Tax API data interfaces
* Removed OptionTypesListInterface and type field in OptionInterface
* Fixed bugs
* Fixed an issue with focus state appearing on click event in Admin Menu logo.
* Fixed an issue where order was placed via Payflow link without providing credit card data
* Fixed an issue where titles were displayed for backend navigation menu group when it only contained a single section
* Fixed an issue where REST URL paths were not case-sensitive
* Implement transparent redirect API
* Fixed an issue in cron.php with checking for functions which are disabled in php.ini
* Front-end development workflow settings scope changed to Global
* Fixed an issue with widget title escape
* Fixed the filename filtering
* Fixed an issue with universal fatal error in the profiler option #2
* Fixed an issue when shipping address in backend could not be changed when creating order
* Fixed the performance issue with tax rules creation
* The extended attributes became optional
* Fixed an issue where final price did not recalculate when option was selected
* Fixed an issue with price currency symbols
* Fixed an issue when low_stock_date showed incorrect data
* Fixed an issue with random integration test failure
* GitHub issues
* [#526] (https://github.com/magento/magento2/issues/526) -- Area Sessions: Magento 2 Should not Allow "area-less" Sessions During an Area Aware Request
* [#1212] (https://github.com/magento/magento2/issues/1212) -- Magento 2 0.74.0-beta5 unable to open home page after successful installation
* [#1213] (https://github.com/magento/magento2/issues/1213) -- Magento 2 0.74.0-beta6 unable to open home page right after successful installation
* [#1157] (https://github.com/magento/magento2/issues/1157) -- Something went wrong with the subscription
* [#1228] (https://github.com/magento/magento2/issues/1228) -- PDOException during attempt to export products: Unknown column 'entity_value.entity_type_id' in 'on clause’

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

0 comments on commit 9800042

Please sign in to comment.