Update as of 3/26/2012
* Introduced concept of containers and "page types" in layout. * Containers replace `Mage_Core_Block_Text_List` and `Mage_Page_Block_Html_Wrapper` * Widgets now utilize page types and containers instead of "handles" and "block references" * Implemented first draft of visual design editor with the following capabilities * highlighting and dragging blocks and containers, toggling highlighting on/off * switching to arbitrary theme and skin * navigating to arbitrary page types (product view, order success page, etc...), so that they would be editable with visual design editor * Refactored various places across the system in order to accommodate transition to containers, page types and visual design editor, which includes * Output in any frontend controller action using layout only * Output in any frontend controller specifies one and only one layout handle, which equals to its full action name. There can be other handles that extend it and they are determined by layout loading parameters, provided by controller. * No program termination (exit) on logging in admin user * Session cookie lifetime is set to 0 for frontend and backend. Session will exist until browser window is open, however backend session lifetime limitation does not depend on cookie lifetime anymore. * Fixes: * Failures of tests in developer mode * `app/etc/local.xml` affected integration tests * Addressed pull requests and issues from Github * Fetched updates from Magento 1 up to March 2 2012. Refer to [Magento 1 release notes](http://www.magentocommerce.com/download/release_notes) for details.
Showing
- .htaccess 6 additions, 0 deletions.htaccess
- CHANGELOG.markdown 58 additions, 0 deletionsCHANGELOG.markdown
- app/Mage.php 38 additions, 8 deletionsapp/Mage.php
- app/bootstrap.php 12 additions, 4 deletionsapp/bootstrap.php
- app/code/community/Phoenix/Moneybookers/Block/Redirect.php 8 additions, 4 deletionsapp/code/community/Phoenix/Moneybookers/Block/Redirect.php
- app/code/community/Phoenix/Moneybookers/controllers/ProcessingController.php 9 additions, 6 deletions...Phoenix/Moneybookers/controllers/ProcessingController.php
- app/code/community/Phoenix/Moneybookers/view/frontend/layout.xml 9 additions, 2 deletions...e/community/Phoenix/Moneybookers/view/frontend/layout.xml
- app/code/core/Mage/Admin/Model/Session.php 45 additions, 45 deletionsapp/code/core/Mage/Admin/Model/Session.php
- app/code/core/Mage/Admin/Model/User.php 1 addition, 1 deletionapp/code/core/Mage/Admin/Model/User.php
- app/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesusers.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesusers.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Helper/Pricestep.php 4 additions, 1 deletion...age/Adminhtml/Block/Catalog/Category/Helper/Pricestep.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Helper/Form/Wysiwyg.php 3 additions, 3 deletions...core/Mage/Adminhtml/Block/Catalog/Helper/Form/Wysiwyg.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Toolbar/Add.php 1 addition, 1 deletion...nhtml/Block/Catalog/Product/Attribute/Set/Toolbar/Add.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Composite/Fieldset.php 3 additions, 7 deletions...ge/Adminhtml/Block/Catalog/Product/Composite/Fieldset.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Action/Attribute/Tab/Attributes.php 4 additions, 1 deletion.../Catalog/Product/Edit/Action/Attribute/Tab/Attributes.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Option.php 5 additions, 5 deletions...minhtml/Block/Catalog/Product/Edit/Tab/Options/Option.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Type/Abstract.php 3 additions, 3 deletions.../Block/Catalog/Product/Edit/Tab/Options/Type/Abstract.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Type/Select.php 1 addition, 1 deletion...ml/Block/Catalog/Product/Edit/Tab/Options/Type/Select.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Config.php 1 addition, 1 deletion...Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Config.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Gallery/Content.php 1 addition, 1 deletion...tml/Block/Catalog/Product/Helper/Form/Gallery/Content.php
Please register or sign in to comment