Update as of 7/19/2012
* Implemented inheritance of locales. Inheritance is declared in `app/locale/<locale_name>/config.xml` * Moved declaration of modules from `app/etc/modules/<module>.xml` to `app/code/<pool>/<namespace>/<module>/config.xml` * Implemented ability to match URLs in format `protocol://base_url/area/module/controller/action` (as opposite to only `module/controller/action`), utilized this feature in backend (admin) area * Added product attribute set "Minimal Attributes", which consists of required system attributes only * Improved customers import: * Implemented "Delete" behavior for importing customers, customer addresses and financial data * Implemented "Custom" behavior, which allows to specify behavior for each item directly from the imported file * Updated performance tests: * Enabled Product View, Category View, Add to Cart, Quick Search and Advanced Search scenarios * Added ability to specify configuration parameters per scenario and refactored bootstrap of performance tests * Implemented `mage.js` for base JavaScript initialization of the application * Implemented new JS translation mechanism. JavaScript translations are loaded by locale code stored in cookies * Implemented unit tests for JavaScript widgets in Visual Design Editor * Added jQuery plugins: Cookie, Metadata, Validation, Head JS * Fixed issues: * Impossible to add configurable product to the cart * Impossible to apply Shopping Cart Price Rule with any conditions to cart with simple and virtual product * Memory leak in email templates * Impossible to place order with Multiple Addresses using 3D Secure * Required product attributes are not exported * "Forgot Your Password" link on checkout page inactive after captcha reloading * Validation of "Number of Symbols" field in Captcha configuration doesn't work * Other small fixes * GitHub requests: * [#37](https://github.com/magento/magento2/pull/37) -- fixed particular case of "HEADERS ALREADY SENT" error in WYSIWYG thumbnail * [#39](https://github.com/magento/magento2/pull/39) -- added `composer.json` * [#40](https://github.com/magento/magento2/pull/40) -- fixed generation of "secret key" in backend URLs to honor `_forward` in controllers
Showing
- CHANGELOG.markdown 30 additions, 0 deletionsCHANGELOG.markdown
- app/code/community/Phoenix/Moneybookers/etc/config.xml 2 additions, 0 deletionsapp/code/community/Phoenix/Moneybookers/etc/config.xml
- app/code/core/Mage/Admin/etc/config.xml 5 additions, 0 deletionsapp/code/core/Mage/Admin/etc/config.xml
- app/code/core/Mage/AdminNotification/etc/config.xml 6 additions, 0 deletionsapp/code/core/Mage/AdminNotification/etc/config.xml
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Admin/Custompath.php 1 addition, 0 deletions...dminhtml/Model/System/Config/Backend/Admin/Custompath.php
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Admin/Observer.php 1 addition, 3 deletions.../Adminhtml/Model/System/Config/Backend/Admin/Observer.php
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Admin/Usecustompath.php 1 addition, 0 deletions...nhtml/Model/System/Config/Backend/Admin/Usecustompath.php
- app/code/core/Mage/Adminhtml/controllers/Cms/Wysiwyg/ImagesController.php 1 addition, 1 deletion...ge/Adminhtml/controllers/Cms/Wysiwyg/ImagesController.php
- app/code/core/Mage/Adminhtml/controllers/Cms/WysiwygController.php 5 additions, 14 deletions...core/Mage/Adminhtml/controllers/Cms/WysiwygController.php
- app/code/core/Mage/Adminhtml/etc/config.xml 5 additions, 0 deletionsapp/code/core/Mage/Adminhtml/etc/config.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/sales/order/shipment/packaging.js 1 addition, 1 deletion...dminhtml/view/adminhtml/sales/order/shipment/packaging.js
- app/code/core/Mage/Api/etc/config.xml 5 additions, 0 deletionsapp/code/core/Mage/Api/etc/config.xml
- app/code/core/Mage/Api2/etc/config.xml 6 additions, 0 deletionsapp/code/core/Mage/Api2/etc/config.xml
- app/code/core/Mage/Authorizenet/controllers/Adminhtml/Authorizenet/Directpost/PaymentController.php 1 addition, 1 deletion...s/Adminhtml/Authorizenet/Directpost/PaymentController.php
- app/code/core/Mage/Authorizenet/etc/config.xml 7 additions, 0 deletionsapp/code/core/Mage/Authorizenet/etc/config.xml
- app/code/core/Mage/Backend/Block/Menu.php 2 additions, 2 deletionsapp/code/core/Mage/Backend/Block/Menu.php
- app/code/core/Mage/Backend/Controller/ActionAbstract.php 1 addition, 1 deletionapp/code/core/Mage/Backend/Controller/ActionAbstract.php
- app/code/core/Mage/Backend/Controller/Router/Default.php 69 additions, 55 deletionsapp/code/core/Mage/Backend/Controller/Router/Default.php
- app/code/core/Mage/Backend/Helper/Data.php 61 additions, 3 deletionsapp/code/core/Mage/Backend/Helper/Data.php
- app/code/core/Mage/Backend/Model/Observer.php 21 additions, 0 deletionsapp/code/core/Mage/Backend/Model/Observer.php
Please register or sign in to comment