Skip to content

Commit

Permalink
Merge pull request #323 from magento-folks/ce_publication
Browse files Browse the repository at this point in the history
[Folks] M2 GitHub Update (version 0.74.0-beta10)
  • Loading branch information
Shkolyarenko, Serhiy(sshkolyarenko) committed May 25, 2015
2 parents 5bdffac + e3523ff commit d70ae0c
Show file tree
Hide file tree
Showing 102 changed files with 959 additions and 862 deletions.
97 changes: 97 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,100 @@
0.74.0-beta10
=============
* Framework improvements:
* Created Admin Login support into the Upgrade Setup Tool
* Added support for image types as custom attributes
* Added @api annotations to all classes that are considered as stable public APIs; marked public data interfaces with '@api'
* Defined Public API for modules: Catalog, CatalogRule, Msrp, UrlRewrite, CatalogUrlRewrite, CmsUrlRewrite, Sales, Quote, SalesRule, Captcha, Cms, Widget
* Created documentation and code samples for Sales & Checkout Module Integration APIs
* Increased code coverage of Integration module
* Fixed performance issues in unit tests
* Moved Sample Data install.php, dev/shell/cron.sh, performance-toolkit/generate.php, dependencies tools, and xmlUpdater to new bin/magento CLI
* Separated Config File (config.php) into Environmental and App configs
* Better validation of install and setup CLI commands
* Changed option names to use dashes in order to conform to naming convention
* Code quality improvements:
* Removed unused classes in Magento\Reports module
* Overall unit test coverage was improved
* Replaced all functional tests which were not end-to-end with injectable test
* Replaced end-to-end test for automatic tax applying with injectable test
* Functional tests maintained
* Updated getElements method for Selenium Driver class in MTF
* Implemented mechanism of cleaning up all data after scenario execution
* Fixed integration testLayoutFilesTest
* Design improvements:
* New look&feel for Collapsible Panels in backend
* New look&feel for System Warnings Pop-Ups in backend
* New look&feel for Grid Tables in backend
* Various improvements:
* Implemented checkout UI rendering in browser
* Added exact image sizes provision in templates
* Added width and height attributes to Frontend logo
* Integrated JIT(Just In Time) plugin loader for Grunt.js
* Handling Invalid Less During PHP Compilation
* Enhanced PageCache invalidation
* Private data rendering in browser based on JSON data obtained from server side and kept in Local Storage instead of HTML obtained using AJAX PageCache action
* Refactor blocks on most frequently used pages (Catalog, CMS) to use new private data rendering mechanism
* Refactor blocks which can be added on any page (like widgets, banners) to use new private data rendering mechanism
* Default PageCache entries TTL value increased from 2 minutes to 24 hours
* Cache entries invalidation logging was introduced in order to simplify running of invalidation process
* Fixed bugs:
* Fixed an issue where orders total report was not showing results grouped by day
* Fixed an issue with non-displaying Abandoned Carts report grid
* Fixed integration test failure in Reports GridTest
* Fixed an issue where fixed bundle product could not be created
* Fixed an issue where grouped product with quantity 0 was added to cart with quantity of 1
* Fixed an issue where versions tab was absent after publish CMS page
* Fixed an issue where shopping cart was empty after attempt to update it
* Fixed an issue where there was no redirect to shopping cart after EDIT/UPDATE cart product if custom options
* Fixed an issue where New Accounts report did not work
* Fixed bug when Admin user wasn't locked after exceeding maximum login failures attempts
* Fixed an issue where downloadable Product detailed info wasn't displayed in Cart & on Checkout
* Fixed an issue with wrong copyright year for store front
* Fixed: JSMinException when deploying static files in production mode with minification enabled
* Fixed: Overlapped FPT Attribute in Mini Shopping Cart
* Fixed: View of current item for Customer menu tabs
* Fixed an issue where status label was not refreshed when disabling/enabling cache
* Fixed an issue where Success Page of Web Setup did not show https
* Fixed an issue with irrelevant/unused template
* Fixed an issue where static content running setup:static-content:deploy with language code {a-Z}{a-Z}{a-Z} couldn't be generated
* [Usability] Output from language, and timezone help commands is alphabetized
* Fixed an issue with two identical IdentityInterface definitions in code base.
* Fixed an issue where default value of timezone in installer was not correct
* Fixed an issue where bank Transfer payment instructions were not displayed
* Fixed an issue when New Accounts report did not work
* Fixed an issue when New Accounts report showed invalid data
* Fixed an issue with Exception in setup wizard after Magento is installed
* Fixed visual misfits for Custom Options on "edit Bundle Product" Frontend page
* Fixed broken layout for configurable variations when changing from pricing measure from $ to %
* Fixed widget UI issues on Frontend
* Fixed an issue with Float button bar on Backend
* Fixed UI issue shown in ACL Resource Tree
* Fixed an issue where it was not possible to place order on frontend using secure urls
* Fixed an issue with wrong behaviour for save new shipping address during checkout
* Fixed an issue with customers information leak via Checkout
* Fixed an issue where users could not login to Magento admin & front on HipHop Virtual Machine
* Fixed an issue where product Options details were not shown in Mini Cart
* Fixed an issue where Create Permanent Redirect check-box was inactive on Edit Category page
* Fixed an issue where it was impossible to perform product mass update
* Fixed an issue where category redirect was absent after update category url
* Github issues:
* [#566](https://github.com/magento/magento2/issues/566) -- Fulltext search index: slow query in resetSearchResults()
* [#1269](https://github.com/magento/magento2/issues/1269) -- Magento dashboard revenue ,shipping ,qty,tax all are 0.
* [#1200](https://github.com/magento/magento2/issues/1200) -- I'm not getting default values (name & email) in contact form when i logged in
* [#1087](https://github.com/magento/magento2/pull/1087) -- Check for select and multiselect to ignore corrupted attributes
* [#1268](https://github.com/magento/magento2/issues/1268) -- Dist front: search is broken
* [#1195](https://github.com/magento/magento2/pull/1195) -- Use table alias for qty field
* [#1274](https://github.com/magento/magento2/pull/1274) -- CatalogImportExport validation
* [#1233](https://github.com/magento/magento2/issues/1233) -- Wrong message when moving a category
* [#1040](https://github.com/magento/magento2/issues/1040) -- Required date validation on Magento2 Backend
* [#1246](https://github.com/magento/magento2/issues/1246) -- How to load product store wise?
* [#1222](https://github.com/magento/magento2/issues/1222) -- Sku attribute save error
* [#1237](https://github.com/magento/magento2/issues/1237) -- Category admin reset button does nothing
* [#1046](https://github.com/magento/magento2/issues/1046) -- Two equal files
* [#1282](https://github.com/magento/magento2/pull/1282), [#1285](https://github.com/magento/magento2/pull/1285) -- Fix broken link in CHANGELOG.md
* [#1223](https://github.com/magento/magento2/issues/1223) -- Store config re-encrypt encrypted values on save
* [#1242](https://github.com/magento/magento2/issues/1242) -- Eclipse pdt validator error

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

0 comments on commit d70ae0c

Please sign in to comment.