There was an error fetching the commit references. Please try again later.
2.0.0.0-dev31
* Themes: * Eliminated "skins" as a concept. Skins and themes are consolidated into one entity and now called just "themes" * New themes out of the box are named by their distinctive characteristic (thus, "default" is renamed to "demo") * Revised logic of handling "virtual" (which are present in database registry only, but not in the file system) VS "physical" themes * Dependency injection: * Reduced memory leaks of integration tests caused by introduction of object manager * Added compiler for dependency injection definitions and ability to run Magento application with the compiled definitions * `Mage_Adminhtml` breakdown: * Implemented XML-schema for system configuration form declaration files (`etc/system.xml` in each module), refactored them to comply with schema and relocated to `etc/adminhtml/system.xml` * Removed remnants of `Mage_Admin` module (replaced with `Mage_Backend` and others) * Removed multiple obsolete models in `Mage_Adminhtml` module -- replaced with more generic classes in `Mage_Backend` (less classes overall) * Replaced `Magento_Test_TestCase_ObjectManagerAbstract` in unit testing framework by a helper in test suite * Made the PHP coding standard test (`Php_LiveCodeTest`) treat white/black lists as `glob()` patterns and verify correctness of the actual patterns * Consolidated `upload_max_filesize` logic into one helper * Bug fixes: * Fatal error on Product Tags and Customers Tagged Product (on product editing page in backend) * Trailing space in date caused by new "date picker" JavaScript component * Impossibility to add product to an order in backend in IE8 * Not picking a template on customer "Shopping Cart" page at the backend * "Use Default" checkbox is checked again after saving multiselect attribute config if option does not contain value * "Single Store Mode" UI fixes * Runtime error when previewing transactional email template * Incorrect redirect after applying filter in grids * Various asynchronous placement of profiler keys * Various fixes in Taxes backend UI * Various fixes in translation literals
Showing
- CHANGELOG.markdown 29 additions, 0 deletionsCHANGELOG.markdown
- app/Mage.php 1 addition, 1 deletionapp/Mage.php
- app/code/community/Phoenix/Moneybookers/Block/Form.php 2 additions, 2 deletionsapp/code/community/Phoenix/Moneybookers/Block/Form.php
- app/code/community/Phoenix/Moneybookers/Block/Payment.php 3 additions, 3 deletionsapp/code/community/Phoenix/Moneybookers/Block/Payment.php
- app/code/community/Phoenix/Moneybookers/etc/adminhtml/system.xml 568 additions, 0 deletions...e/community/Phoenix/Moneybookers/etc/adminhtml/system.xml
- app/code/community/Phoenix/Moneybookers/etc/system.xml 0 additions, 1208 deletionsapp/code/community/Phoenix/Moneybookers/etc/system.xml
- app/code/community/Phoenix/Moneybookers/view/adminhtml/jsinit.phtml 1 addition, 1 deletion...ommunity/Phoenix/Moneybookers/view/adminhtml/jsinit.phtml
- app/code/core/Mage/Admin/Model/Config.php 0 additions, 121 deletionsapp/code/core/Mage/Admin/Model/Config.php
- app/code/core/Mage/AdminNotification/Model/Config/Source/Frequency.php 8 additions, 8 deletions.../Mage/AdminNotification/Model/Config/Source/Frequency.php
- app/code/core/Mage/AdminNotification/etc/adminhtml/system.xml 48 additions, 0 deletions...code/core/Mage/AdminNotification/etc/adminhtml/system.xml
- app/code/core/Mage/AdminNotification/etc/system.xml 0 additions, 72 deletionsapp/code/core/Mage/AdminNotification/etc/system.xml
- app/code/core/Mage/Adminhtml/Block/Cache/Grid.php 2 additions, 2 deletionsapp/code/core/Mage/Adminhtml/Block/Cache/Grid.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tree.php 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/Block/Catalog/Category/Tree.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Form/Renderer/Config/DateFieldsOrder.php 1 addition, 1 deletion...ml/Block/Catalog/Form/Renderer/Config/DateFieldsOrder.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Form/Renderer/Config/YearRange.php 1 addition, 1 deletion...dminhtml/Block/Catalog/Form/Renderer/Config/YearRange.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Edit/Tab/Main.php 1 addition, 1 deletion...minhtml/Block/Catalog/Product/Attribute/Edit/Tab/Main.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Option.php 2 additions, 2 deletions...minhtml/Block/Catalog/Product/Edit/Tab/Options/Option.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Type/Abstract.php 1 addition, 1 deletion.../Block/Catalog/Product/Edit/Tab/Options/Type/Abstract.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Websites.php 1 addition, 1 deletion...age/Adminhtml/Block/Catalog/Product/Edit/Tab/Websites.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Frontend/Product/Watermark.php 2 additions, 2 deletions...html/Block/Catalog/Product/Frontend/Product/Watermark.php
Please register or sign in to comment