Update as of 8/26/2012
* Decoupled Tag module functionality from other modules * Visual Design Editor: * Implemented tracking of user changes history and rendering the actions at VDE toolbar * Implemented compacting of user changes history. Compacting is done in order to save all the changes as a minimal layout update. * Improvements: * Added Atlassian IDE Plugin configuration files to `.gitignore` * Relocated `add_to_cart`, `checkout` and `product_edit` performance scenarios from `samples` to the normal `testsuite` directory. These scenarios can be used for Magento performance testing. * Implemented verification of number of orders that were created during execution of `checkout` performance scenario * Removed usage of deprecated `PHPUnit_Extensions_OutputTestCase` class from unit tests * Fixes: * Fixed MySQL DB adapter to always throw exception, if it was not able to connect to DB because of wrong configuration. So now the adapter's behavior is not dependent on `error_reporting` settings. * Added the missing closing tag to New Order email template * Fixed `Mage_ImportExport_Model_Import_Entity_CustomerComposite` integration test issues * Marked several integration tests in `Mage_Adminhtml_CustomerControllerTest` as incomplete, as the tested functionality was not MMDB-compliant * Fixed issue with unit tests failure, when there was a Zend Framework installed as PEAR package * Fixed `advanced_search` performance scenario to fail, if the searched product doesn't exist * Fixed issue with non-escaped latest message link in admin backend * GitHub requests: * [#48](https://github.com/magento/magento2/pull/48) -- fixed usage of a collection at the place, where just a single object was needed
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- CHANGELOG.markdown 22 additions, 0 deletionsCHANGELOG.markdown
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tabs.php 0 additions, 16 deletions...e/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tabs.php
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Tags.php 0 additions, 122 deletions...code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Tags.php
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tabs.php 0 additions, 8 deletionsapp/code/core/Mage/Adminhtml/Block/Customer/Edit/Tabs.php
- app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php 0 additions, 23 deletions.../Mage/Adminhtml/controllers/Catalog/ProductController.php
- app/code/core/Mage/Adminhtml/controllers/CustomerController.php 200 additions, 369 deletions...de/core/Mage/Adminhtml/controllers/CustomerController.php
- app/code/core/Mage/Adminhtml/controllers/Sales/OrderController.php 2 additions, 5 deletions...core/Mage/Adminhtml/controllers/Sales/OrderController.php
- app/code/core/Mage/Adminhtml/etc/config.xml 0 additions, 3 deletionsapp/code/core/Mage/Adminhtml/etc/config.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog.xml 0 additions, 12 deletionsapp/code/core/Mage/Adminhtml/view/adminhtml/catalog.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/customer.xml 0 additions, 12 deletionsapp/code/core/Mage/Adminhtml/view/adminhtml/customer.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/notification/toolbar.phtml 1 addition, 1 deletion.../Mage/Adminhtml/view/adminhtml/notification/toolbar.phtml
- app/code/core/Mage/Catalog/Helper/Product/View.php 50 additions, 6 deletionsapp/code/core/Mage/Catalog/Helper/Product/View.php
- app/code/core/Mage/Catalog/etc/config.xml 10 additions, 0 deletionsapp/code/core/Mage/Catalog/etc/config.xml
- app/code/core/Mage/CatalogSearch/view/frontend/result.phtml 1 addition, 3 deletionsapp/code/core/Mage/CatalogSearch/view/frontend/result.phtml
- app/code/core/Mage/Core/Helper/Js.php 2 additions, 1 deletionapp/code/core/Mage/Core/Helper/Js.php
- app/code/core/Mage/DesignEditor/Block/Template.php 23 additions, 0 deletionsapp/code/core/Mage/DesignEditor/Block/Template.php
- app/code/core/Mage/DesignEditor/Block/Toolbar.php 14 additions, 1 deletionapp/code/core/Mage/DesignEditor/Block/Toolbar.php
- app/code/core/Mage/DesignEditor/Block/Toolbar/Buttons.php 61 additions, 0 deletionsapp/code/core/Mage/DesignEditor/Block/Toolbar/Buttons.php
- app/code/core/Mage/DesignEditor/Block/Toolbar/History.php 5 additions, 5 deletionsapp/code/core/Mage/DesignEditor/Block/Toolbar/History.php
Please register or sign in to comment