There was an error fetching the commit references. Please try again later.
2.0.0.0-dev36
* Visual design editor refactored * VDE controls and VDE actions moved to backend area * Added IFRAME that allows to navigate through frontend pages in Navigation Mode and to modify blocks position in Design Mode * Inline JavaScript code is disabled in Design Mode * Store selection is performed on saving instead of reviewing the theme. List of all available stores is shown during assigning the theme to a store * `System -> Design -> Editor` page divided into two tabs: * "Available Themes" tab contains all available themes * "My Customizations" tab contains themes customized by the store administrator and consists of area with themes assigned to stores and area with unassigned themes * Added `vde` area code and `Mage_DesignEditor_Controller_Varien_Router_Standard` to handle requests from design editor * Added ability to use custom layout instance in controllers to use specific layout, when design editor is launched * JavaScript updates * Replaced `varienTabs` class with an analogous jQuery widget * Displaying of loader during AJAX requests became optional * Removed `dev/api-tests` directory added by mistake * Bug fixes * Impossible to login to backend with APC enabled. Added call of `session_write_close()` in the session model destructor * Unnecessary regions shown when no country is selected in `System -> Sales -> Shipping Settings -> Origin` * Fixed various bugs caused by virtual themes implementation and other themes improvements
Showing
- CHANGELOG.markdown 28 additions, 8 deletionsCHANGELOG.markdown
- app/Mage.php 1 addition, 19 deletionsapp/Mage.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Helper/Form/Wysiwyg.php 1 addition, 1 deletion...core/Mage/Adminhtml/Block/Catalog/Helper/Form/Wysiwyg.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/New/Product/Created.php 1 addition, 1 deletion...l/Block/Catalog/Product/Attribute/New/Product/Created.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Attributes/Create.php 7 additions, 7 deletions...html/Block/Catalog/Product/Edit/Tab/Attributes/Create.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Gallery.php 1 addition, 1 deletion...e/Adminhtml/Block/Catalog/Product/Helper/Form/Gallery.php
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit.php 5 additions, 2 deletionsapp/code/core/Mage/Adminhtml/Block/Cms/Page/Edit.php
- app/code/core/Mage/Adminhtml/Controller/Action.php 12 additions, 8 deletionsapp/code/core/Mage/Adminhtml/Controller/Action.php
- app/code/core/Mage/Adminhtml/controllers/System/Config/System/StorageController.php 1 addition, 1 deletion...ml/controllers/System/Config/System/StorageController.php
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog.xml 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/view/adminhtml/catalog.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog/category/edit.js 2 additions, 2 deletions...re/Mage/Adminhtml/view/adminhtml/catalog/category/edit.js
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog/category/edit/form.phtml 6 additions, 4 deletions...Adminhtml/view/adminhtml/catalog/category/edit/form.phtml
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog/category/tree.phtml 9 additions, 4 deletions...Mage/Adminhtml/view/adminhtml/catalog/category/tree.phtml
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog/product.js 9 additions, 15 deletions...ode/core/Mage/Adminhtml/view/adminhtml/catalog/product.js
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog/product/change_attribute_set_widget.phtml 0 additions, 2 deletions...minhtml/catalog/product/change_attribute_set_widget.phtml
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog/product/edit.phtml 8 additions, 10 deletions.../Mage/Adminhtml/view/adminhtml/catalog/product/edit.phtml
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog/product/js.phtml 14 additions, 7 deletions...re/Mage/Adminhtml/view/adminhtml/catalog/product/js.phtml
- app/code/core/Mage/Adminhtml/view/adminhtml/css/ui-lightness/tabs.css 109 additions, 0 deletions...e/Mage/Adminhtml/view/adminhtml/css/ui-lightness/tabs.css
- app/code/core/Mage/Adminhtml/view/adminhtml/main.xml 12 additions, 12 deletionsapp/code/core/Mage/Adminhtml/view/adminhtml/main.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/widget/tabshoriz.phtml 14 additions, 4 deletions...core/Mage/Adminhtml/view/adminhtml/widget/tabshoriz.phtml
Please register or sign in to comment