Update as of 9/13/2012
* Implemented the option to enable the single store mode in the system configuration, which simplifies the back-end GUI: * Hiding scope labels from the system configuration * Hiding the scope switcher from the CMS management pages and the system configuration * Hiding scope related fields from the system configuration * Hiding scope related columns and fields from the sales pages (order, invoice, shipment pages) * Hiding scope related fields from the promotions * Hiding scope related fields from the catalog pages * Hiding scope related columns and fields from the customers management page * Hiding scope related columns and fields from the customer and customer address attributes management pages * Implemented the history management for the Visual Design Editor * Implemented the user interface for themes management, which allows to list existing themes and add new ones * Replaced all usages of the old JavaScript translations mechanism with the new jQuery one * Refactored methods with high cyclomatic complexity * Converted some surrogate integration tests into functional Selenium tests * Converted some surrogate integration tests into unit tests * Fixes: * Fixed inability to install application with a prefix defined for database tables * Fixed displaying fields with model name in the payment methods settings * Fixed performance degradation of the back-end menu rendering * Fixed absence of the success message upon newsletter template creation/deletion/queueing * Workaround for occasional segmentation fault in integration tests caused by `Mage_Core_Model_Resource_Setup_Migration` * GitHub requests: * [#51](https://github.com/magento/magento2/issues/51) -- fixed managing of scope-spefic values for Categories * [#56](https://github.com/magento/magento2/pull/56) -- removed excessive semicolon in the CSS file * [#60](https://github.com/magento/magento2/issues/60) -- fixed taking bind parameters into account in `Mage_Core_Model_Resource_Db_Collection_Abstract::getAllIds()` * [#61](https://github.com/magento/magento2/pull/61) -- relocated declaration of the "Google Checkout" payment method into `Mage_GoogleCheckout` module from `Mage_Sales`
Showing
- CHANGELOG.markdown 29 additions, 0 deletionsCHANGELOG.markdown
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Price/Group/Abstract.php 1 addition, 1 deletion...l/Block/Catalog/Product/Edit/Tab/Price/Group/Abstract.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Search/Edit/Form.php 1 addition, 1 deletion...de/core/Mage/Adminhtml/Block/Catalog/Search/Edit/Form.php
- app/code/core/Mage/Adminhtml/Block/Checkout/Agreement/Edit/Form.php 1 addition, 1 deletion...ore/Mage/Adminhtml/Block/Checkout/Agreement/Edit/Form.php
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Account.php 270 additions, 151 deletions...e/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Account.php
- app/code/core/Mage/Adminhtml/Block/Newsletter/Queue/Edit/Form.php 2 additions, 2 deletions.../core/Mage/Adminhtml/Block/Newsletter/Queue/Edit/Form.php
- app/code/core/Mage/Adminhtml/Block/Newsletter/Subscriber/Grid.php 39 additions, 22 deletions.../core/Mage/Adminhtml/Block/Newsletter/Subscriber/Grid.php
- app/code/core/Mage/Adminhtml/Block/Promo/Catalog/Edit/Tab/Main.php 1 addition, 1 deletion...core/Mage/Adminhtml/Block/Promo/Catalog/Edit/Tab/Main.php
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Labels.php 56 additions, 18 deletions...core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Labels.php
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Main.php 1 addition, 1 deletion...e/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Main.php
- app/code/core/Mage/Adminhtml/Block/Rating/Edit/Tab/Form.php 41 additions, 7 deletionsapp/code/core/Mage/Adminhtml/Block/Rating/Edit/Tab/Form.php
- app/code/core/Mage/Adminhtml/Block/Rating/Grid.php 11 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Rating/Grid.php
- app/code/core/Mage/Adminhtml/Block/Review/Edit/Form.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Review/Edit/Form.php
- app/code/core/Mage/Adminhtml/Block/Review/Rating/Detailed.php 1 addition, 0 deletions...code/core/Mage/Adminhtml/Block/Review/Rating/Detailed.php
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Status/New/Form.php 45 additions, 33 deletions...core/Mage/Adminhtml/Block/Sales/Order/Status/New/Form.php
- app/code/core/Mage/Adminhtml/Block/Sitemap/Edit/Form.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Sitemap/Edit/Form.php
- app/code/core/Mage/Adminhtml/Block/System/Config/Form.php 12 additions, 4 deletionsapp/code/core/Mage/Adminhtml/Block/System/Config/Form.php
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field.php 106 additions, 68 deletions...de/core/Mage/Adminhtml/Block/System/Config/Form/Field.php
- app/code/core/Mage/Adminhtml/Block/System/Config/Switcher.php 13 additions, 0 deletions...code/core/Mage/Adminhtml/Block/System/Config/Switcher.php
- app/code/core/Mage/Adminhtml/Block/Tax/Rate/Form.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Tax/Rate/Form.php
Please register or sign in to comment