Update as of 8/15/2012
* Refactored ACL functionality: * Implementation is not bound to backend area anymore and moved to `Mage_Core` module * Covered backwards-incompatible changes with additional migration tool (`dev/tools/migration/Acl`) * Implemented "move" layout directive and slightly modified behavior of "remove" * A failure in DB cleanup by integration testing framework is articulated more clearly by throwing `Magento_Exception` * Fixed security vulnerability of exploiting Magento "cookie restriction" feature * Fixed caching mechanism of loading modules declaration to not cause additional performance overhead * Adjusted include path in unit tests to use the original include path at the end, rather than at the beginning
Showing
- CHANGELOG.markdown 11 additions, 0 deletionsCHANGELOG.markdown
- app/code/core/Mage/Adminhtml/Block/Cache/Notifications.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Cache/Notifications.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Attributes.php 1 addition, 1 deletion...e/Adminhtml/Block/Catalog/Product/Edit/Tab/Attributes.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tabs.php 2 additions, 2 deletions...e/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tabs.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Grid.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Catalog/Product/Grid.php
- app/code/core/Mage/Adminhtml/Block/Cms/Page.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Cms/Page.php
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Cms/Page/Edit.php
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Content.php 1 addition, 1 deletion...e/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Content.php
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Design.php 1 addition, 1 deletion...de/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Design.php
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Main.php 1 addition, 1 deletion...code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Main.php
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Meta.php 1 addition, 1 deletion...code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Meta.php
- app/code/core/Mage/Adminhtml/Block/Customer/Edit.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Customer/Edit.php
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tabs.php 15 additions, 13 deletionsapp/code/core/Mage/Adminhtml/Block/Customer/Edit/Tabs.php
- app/code/core/Mage/Adminhtml/Block/Customer/Online/Grid.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Customer/Online/Grid.php
- app/code/core/Mage/Adminhtml/Block/Notification/Survey.php 2 additions, 1 deletionapp/code/core/Mage/Adminhtml/Block/Notification/Survey.php
- app/code/core/Mage/Adminhtml/Block/Notification/Window.php 0 additions, 17 deletionsapp/code/core/Mage/Adminhtml/Block/Notification/Window.php
- app/code/core/Mage/Adminhtml/Block/Sales/Creditmemo/Grid.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Sales/Creditmemo/Grid.php
- app/code/core/Mage/Adminhtml/Block/Sales/Invoice/Grid.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Sales/Invoice/Grid.php
- app/code/core/Mage/Adminhtml/Block/Sales/Items/Abstract.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Sales/Items/Abstract.php
- app/code/core/Mage/Adminhtml/Block/Sales/Order.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Sales/Order.php
Please register or sign in to comment