You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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](#37) -- fixed particular case of "HEADERS ALREADY SENT" error in WYSIWYG thumbnail
* [#39](#39) -- added `composer.json`
* [#40](#40) -- fixed generation of "secret key" in backend URLs to honor `_forward` in controllers
Copy file name to clipboardExpand all lines: CHANGELOG.markdown
+30
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,33 @@
1
+
Update as of 7/19/2012
2
+
=====================
3
+
* Implemented inheritance of locales. Inheritance is declared in `app/locale/<locale_name>/config.xml`
4
+
* Moved declaration of modules from `app/etc/modules/<module>.xml` to `app/code/<pool>/<namespace>/<module>/config.xml`
5
+
* 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
6
+
* Added product attribute set "Minimal Attributes", which consists of required system attributes only
7
+
* Improved customers import:
8
+
* Implemented "Delete" behavior for importing customers, customer addresses and financial data
9
+
* Implemented "Custom" behavior, which allows to specify behavior for each item directly from the imported file
10
+
* Updated performance tests:
11
+
* Enabled Product View, Category View, Add to Cart, Quick Search and Advanced Search scenarios
12
+
* Added ability to specify configuration parameters per scenario and refactored bootstrap of performance tests
13
+
* Implemented `mage.js` for base JavaScript initialization of the application
14
+
* Implemented new JS translation mechanism. JavaScript translations are loaded by locale code stored in cookies
15
+
* Implemented unit tests for JavaScript widgets in Visual Design Editor
16
+
* Added jQuery plugins: Cookie, Metadata, Validation, Head JS
17
+
* Fixed issues:
18
+
* Impossible to add configurable product to the cart
19
+
* Impossible to apply Shopping Cart Price Rule with any conditions to cart with simple and virtual product
20
+
* Memory leak in email templates
21
+
* Impossible to place order with Multiple Addresses using 3D Secure
22
+
* Required product attributes are not exported
23
+
* "Forgot Your Password" link on checkout page inactive after captcha reloading
24
+
* Validation of "Number of Symbols" field in Captcha configuration doesn't work
25
+
* Other small fixes
26
+
* GitHub requests:
27
+
*[#37](https://github.com/magento/magento2/pull/37) -- fixed particular case of "HEADERS ALREADY SENT" error in WYSIWYG thumbnail
*[#40](https://github.com/magento/magento2/pull/40) -- fixed generation of "secret key" in backend URLs to honor `_forward` in controllers
0 commit comments