2.0.0.0-dev42
* Application initialization improvements: * Removed application initialization responsibility from `Mage` class * Introduces entry points, which are responsible for different types of requests processing: HTTP, media, cron, indexing, console installing, etc. * New configuration classes are introduced and each of them is responsible for specific section of configuration * Class rewrites functionality removed from `Mage_Core_Model_Config` model. DI configuration should be used for rewriting classes * Added ability to configure object manager with array in addition to object and scalar values * VDE improvements: * Theme CSS files viewing and uploading/downloading of custom CSS file * Updated styling of VDE Tools panel * Refactored various components to an analogous jQuery widget: * Refactored components: * Category navigation * Products management and gallery * Send to friend * Sales components, including orders and returns * Retrieve shipping rates and add/remove coupon in shopping cart * Customer address and address book * Customer wishlist * "Contact Us" form * CAPTCHA * Weee * New tabs widget is used instead of `Varien.Tabs` * Refactored `Varien.dateRangeDate` and `Varien.FileElement` * Replaced `$.mage.constants` with jQuery UI `$.ui.keyCode` for keyboard key codes * Refactored configurable attribute, category parent and attribute set selectors to use suggest widget * Bug fixes: * Improvements and bug fixes in new backend theme * Image, categories attributes and virtual/downloadable fields are displayed on Update Attributes page, where they shouldn't be present * Undefined config property in `reloadOptionLabels()` function in `configurable.js` (Chrome) * Impossible to edit existing customer/product tax class * Incorrect format of customer's "Date of Birth" * Theme preview images are absent in VDE * Search by backslash doesn't work for Categories field on product creation page * Impossible to assign a category to a product, if category name contains HTML tag * Incorrect URL generated for logo image
Showing
- CHANGELOG.markdown 38 additions, 0 deletionsCHANGELOG.markdown
- app/Mage.php 138 additions, 156 deletionsapp/Mage.php
- app/bootstrap.php 0 additions, 5 deletionsapp/bootstrap.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/Attributes.php 2 additions, 2 deletions.../Mage/Adminhtml/Block/Catalog/Category/Tab/Attributes.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/General.php 1 addition, 3 deletions...ore/Mage/Adminhtml/Block/Catalog/Category/Tab/General.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tree.php 2 additions, 1 deletionapp/code/core/Mage/Adminhtml/Block/Catalog/Category/Tree.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Edit/Tab/Main.php 1 addition, 3 deletions...minhtml/Block/Catalog/Product/Attribute/Edit/Tab/Main.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/New/Product/Attributes.php 3 additions, 6 deletions...lock/Catalog/Product/Attribute/New/Product/Attributes.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit.php 0 additions, 25 deletionsapp/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Action/Attribute/Tab/Attributes.php 38 additions, 19 deletions.../Catalog/Product/Edit/Action/Attribute/Tab/Attributes.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/AttributeSet.php 16 additions, 21 deletions...age/Adminhtml/Block/Catalog/Product/Edit/AttributeSet.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/NewCategory.php 31 additions, 21 deletions...Mage/Adminhtml/Block/Catalog/Product/Edit/NewCategory.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Attributes.php 6 additions, 21 deletions...e/Adminhtml/Block/Catalog/Product/Edit/Tab/Attributes.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Settings.php 1 addition, 1 deletion...minhtml/Block/Catalog/Product/Edit/Tab/Super/Settings.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/Catalog/Product/Helper/Form/BaseImage.php 49 additions, 69 deletions...Adminhtml/Block/Catalog/Product/Helper/Form/BaseImage.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Category.php 47 additions, 33 deletions.../Adminhtml/Block/Catalog/Product/Helper/Form/Category.php
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Gallery/Content.php 9 additions, 4 deletions...tml/Block/Catalog/Product/Helper/Form/Gallery/Content.php
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Account.php 3 additions, 3 deletions...e/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Account.php
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Addresses.php 3 additions, 3 deletions...core/Mage/Adminhtml/Block/Customer/Edit/Tab/Addresses.php
Please register or sign in to comment