Update as of 4/26/2012
* Introduced `Mage_Backend` module and relocated backend area routing model there (was `Mage_Core_Controller_Varien_Router_Admin`). The "adminhtml" area is also declared in the `Mage_Backend` module. * Introduced declaration of application area in config.xml with the following requirements: * Must declare with a router class in `config/global/areas/<area_code>/routers/<router_code>/class` * May declare `config/global/areas/<area_code>/base_controller`, which would enforce any controllers that serve in this area, to be descendants of the specified class * Refined styling of the visual design editor toolbar. Subtle improvements of toolbar usability. * Fetched updates from Magento 1.x up to April 11 2012. Refer to [Magento 1 release notes](http://www.magentocommerce.com/download/release_notes) for details
Showing
- .htaccess 0 additions, 10 deletions.htaccess
- CHANGELOG.markdown 9 additions, 0 deletionsCHANGELOG.markdown
- app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.0.0-1.6.1.0.php 0 additions, 0 deletions...re/Mage/Admin/sql/admin_setup/upgrade-1.6.0.0-1.6.1.0.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Form/Renderer/Fieldset/Element.php 1 addition, 1 deletion...dminhtml/Block/Catalog/Form/Renderer/Fieldset/Element.php
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Design.php 4 additions, 2 deletions...de/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Design.php
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Customer/Detail/Grid.php 1 addition, 6 deletions.../Mage/Adminhtml/Block/Report/Tag/Customer/Detail/Grid.php
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Popular/Detail/Grid.php 4 additions, 9 deletions...e/Mage/Adminhtml/Block/Report/Tag/Popular/Detail/Grid.php
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Popular/Grid.php 0 additions, 2 deletions...ode/core/Mage/Adminhtml/Block/Report/Tag/Popular/Grid.php
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Product/Detail/Grid.php 1 addition, 1 deletion...e/Mage/Adminhtml/Block/Report/Tag/Product/Detail/Grid.php
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Billing/Method/Form.php 2 additions, 4 deletions...dminhtml/Block/Sales/Order/Create/Billing/Method/Form.php
- app/code/core/Mage/Adminhtml/Controller/Action.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Controller/Action.php
- app/code/core/Mage/Adminhtml/Model/Sales/Order/Create.php 14 additions, 4 deletionsapp/code/core/Mage/Adminhtml/Model/Sales/Order/Create.php
- app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php 6 additions, 1 deletion.../Mage/Adminhtml/controllers/Catalog/ProductController.php
- app/code/core/Mage/Adminhtml/controllers/CustomerController.php 3 additions, 1 deletion...de/core/Mage/Adminhtml/controllers/CustomerController.php
- app/code/core/Mage/Adminhtml/controllers/Sales/Order/CreateController.php 7 additions, 4 deletions...ge/Adminhtml/controllers/Sales/Order/CreateController.php
- app/code/core/Mage/Adminhtml/controllers/Tax/RateController.php 9 additions, 2 deletions...de/core/Mage/Adminhtml/controllers/Tax/RateController.php
- app/code/core/Mage/Adminhtml/etc/config.xml 3 additions, 2 deletionsapp/code/core/Mage/Adminhtml/etc/config.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/sales/order/create/scripts.js 9 additions, 6 deletions...ge/Adminhtml/view/adminhtml/sales/order/create/scripts.js
- app/code/core/Mage/Adminhtml/view/adminhtml/system/currency/rate/matrix.phtml 1 addition, 1 deletion...dminhtml/view/adminhtml/system/currency/rate/matrix.phtml
- app/code/core/Mage/Api/Model/Server/Adapter/Soap.php 24 additions, 21 deletionsapp/code/core/Mage/Api/Model/Server/Adapter/Soap.php
Please register or sign in to comment