2.0.0.0-dev76
* Pricing improvements: * Eliminated code duplication from templates and implemented new calculation models for the following modules: * ConfigurableProduct * Wishlist * Rss * ProductAlert * JavaScript improvements: * Removed head.js usages from frontend * Removed head.js usages from adminhtml * Themes update: * Plushe styles are removed, Plushe theme is now based on blank * Fixed bugs: * Unable to place order with product that contains custom option 'file' * OnePageCheckout is not working if PayPal method is enabled to work via Payment Bridge * Impossible to reset password for admin user (incorrect reset password link in email) * Errors when deleting customer group specified as default one in the config * A number of essential buttons do not work and block other functionality in Internet Explorer 10 * "Insert Widget" button is missing in Insert Widget popup while creating CMS page * Impossible to change status for rating in admin * System email templates are not loaded when user creates new email template * Billing Agreements tab displays during New Customer creation in admin panel * Images are not displayed in WYSIWYG when editing default pages * Error message "Asymmetric transaction rollback" when creating simple product with flat catalog product option enabled in config * Fatal error when trying to preview sample(type=link) or view link for download(type="link") for downloadable product * Customer is redirected to Home Page after adding new address during multiple address checkout if secure URLs are enabled for frontend in config * Impossible to select value in the State/Province field in the customer registration form when customer uses multiple address checkout * Manage Stock option is not editable when using mass action on several products in the admin panel * Category is not displayed in layered navigation block when Flat Catalog is enabled in config * GitHub requests: * [#489] (https://github.com/magento/magento2/issues/489) -- PHPUnit 4.0 Compatibility * [#535] (https://github.com/magento/magento2/issues/535) -- Image management for products * Framework improvements: * Covered Magento lib form elements with unit tests: * `lib/Magento/Framework/Data/Form/Element/AbstractElement.php` * `lib/Magento/Framework/Data/Form/Element/Button.php` * `lib/Magento/Framework/Data/Form/Element/Checkbox.php` * `lib/Magento/Framework/Data/Form/Element/CollectionFactory.php` * `lib/Magento/Framework/Data/Form/Element/Column.php` * `lib/Magento/Framework/Data/Form/Element/File.php` * `lib/Magento/Framework/Data/Form/Element/Hidden.php` * `lib/Magento/Framework/Data/Form/Element/Editablemultiselect.php` * `lib/Magento/Framework/Data/Form/Element/Factory.php` * `lib/Magento/Framework/Data/Form/Element/Image.php` * `lib/Magento/Framework/Data/Form/Element/Imagefile.php` * `lib/Magento/Framework/Data/Form/Element/Label.php` * `lib/Magento/Framework/Data/Form/Element/Link.php` * `lib/Magento/Framework/Data/Form/Element/Multiselect.php` * `lib/Magento/Framework/Data/Form/Element/Note.php` * `lib/Magento/Framework/Data/Form/Element/Obscure.php` * `lib/Magento/Framework/Data/Form/Element/Password.php` * `lib/Magento/Framework/Data/Form/Element/Radio.php` * `lib/Magento/Framework/Data/Form/Element/Reset.php` * `lib/Magento/Framework/Data/Form/Element/Submit.php` * `lib/Magento/Framework/Data/Form/Element/Text.php` * `lib/Magento/Framework/Data/Form/Element/Textarea.php`
Showing
- CHANGELOG.md 58 additions, 0 deletionsCHANGELOG.md
- app/autoload.php 1 addition, 1 deletionapp/autoload.php
- app/bootstrap.php 1 addition, 1 deletionapp/bootstrap.php
- app/code/Magento/Authorizenet/view/frontend/form/cc.phtml 5 additions, 12 deletionsapp/code/Magento/Authorizenet/view/frontend/form/cc.phtml
- app/code/Magento/Authorizenet/view/frontend/js/components.phtml 40 additions, 0 deletions...de/Magento/Authorizenet/view/frontend/js/components.phtml
- app/code/Magento/Authorizenet/view/frontend/layout/checkout_onepage_index.xml 3 additions, 0 deletions...horizenet/view/frontend/layout/checkout_onepage_index.xml
- app/code/Magento/Backend/Block/Widget/Grid/Column/Filter/Datetime.php 2 additions, 2 deletions...ento/Backend/Block/Widget/Grid/Column/Filter/Datetime.php
- app/code/Magento/Backend/view/adminhtml/layout/default.xml 2 additions, 2 deletionsapp/code/Magento/Backend/view/adminhtml/layout/default.xml
- app/code/Magento/Backend/view/adminhtml/media/uploader.phtml 1 addition, 1 deletionapp/code/Magento/Backend/view/adminhtml/media/uploader.phtml
- app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Bundle.php 0 additions, 4 deletions...k/Adminhtml/Catalog/Product/Composite/Fieldset/Bundle.php
- app/code/Magento/Bundle/Block/Catalog/Product/Price.php 8 additions, 48 deletionsapp/code/Magento/Bundle/Block/Catalog/Product/Price.php
- app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle.php 66 additions, 92 deletions...Magento/Bundle/Block/Catalog/Product/View/Type/Bundle.php
- app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle/Option.php 41 additions, 46 deletions.../Bundle/Block/Catalog/Product/View/Type/Bundle/Option.php
- app/code/Magento/Bundle/Helper/Catalog/Product/Configuration.php 18 additions, 23 deletions...e/Magento/Bundle/Helper/Catalog/Product/Configuration.php
- app/code/Magento/Bundle/Model/Product/Type.php 82 additions, 108 deletionsapp/code/Magento/Bundle/Model/Product/Type.php
- app/code/Magento/Bundle/Model/Resource/Option/Collection.php 1 addition, 1 deletionapp/code/Magento/Bundle/Model/Resource/Option/Collection.php
- app/code/Magento/Bundle/Pricing/Adjustment/BundleCalculatorInterface.php 49 additions, 3 deletions...o/Bundle/Pricing/Adjustment/BundleCalculatorInterface.php
- app/code/Magento/Bundle/Pricing/Adjustment/Calculator.php 185 additions, 88 deletionsapp/code/Magento/Bundle/Pricing/Adjustment/Calculator.php
- app/code/Magento/Bundle/Pricing/Price/BasePrice.php 7 additions, 13 deletionsapp/code/Magento/Bundle/Pricing/Price/BasePrice.php
- app/code/Magento/Bundle/Pricing/Price/BasePriceInterface.php 8 additions, 4 deletionsapp/code/Magento/Bundle/Pricing/Price/BasePriceInterface.php
Please register or sign in to comment