Update as of 9/05/2012
* Implemented encryption of the credit card name and expiration date for the payment method "Credit Card (saved)" * Implemented console utility `dev/tools/migration/get_aliases_map.php`, which generates map file "M1 class alias" to "M2 class name" * Implemented automatic data upgrades for replacing "M1 class aliases" to "M2 class names" in a database * Implemented recursive `chmod` in the library class `Varien_Io_File` * Improved verbosity of the library class `Magento_Shell` * Migrated client-side translation mechanism to jQuery * Performance tests: * Improved assertion for number of created orders for the checkout performance testing scenario * Reverted the feature of specifying PHP scenarios to be executed before and after a JMeter scenario * Implemented validation for the number of created orders as a part of the JMeter scenario * Implemented the "Admin Login" user activity as a separate file to be reused in the performance testing scenarios * Implemented fixture of 100k customers for the performance tests * Implemented fixture of 100k products for the performance tests * Enhanced module `Mage_ImportExport` in order to utilize it for the fixture implementation * Implemented back-end performance testing scenario, which covers Dashboard, Manage Products, Manage Customers pages * Fixes: * Fixed Magento console installer to enable write permission recursively to the `var` directory * Fixed performance tests to enable write permission recursively to the `var` directory * Fixed integration test `Mage_Adminhtml_Model_System_Config_Source_Admin_PageTest::testToOptionArray` to not produce "Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity" in the developer mode * GitHub requests: * [#43](https://github.com/magento/magento2/pull/43) -- implemented logging of executed setup files * [#44](https://github.com/magento/magento2/pull/44) * Implemented support of writing logs into wrappers (for example, `php://output`) * Enforced a log writer model to be an instance of `Zend_Log_Writer_Stream` * [#49](https://github.com/magento/magento2/pull/49) * Fixed sorting of totals according to "before" and "after" properties * Introduced `Magento_Data_Graph` library class and utilized it for finding cycles in "before" and "after" declarations * Implemented tests for totals sorting including the ambiguous cases
Showing
- CHANGELOG.markdown 31 additions, 0 deletionsCHANGELOG.markdown
- app/Mage.php 45 additions, 22 deletionsapp/Mage.php
- app/code/community/Phoenix/Moneybookers/view/adminhtml/activation.js 1 addition, 7 deletions...mmunity/Phoenix/Moneybookers/view/adminhtml/activation.js
- app/code/core/Mage/Adminhtml/Helper/Media/Js.php 1 addition, 5 deletionsapp/code/core/Mage/Adminhtml/Helper/Media/Js.php
- app/code/core/Mage/Adminhtml/view/adminhtml/dataflow.xml 4 additions, 0 deletionsapp/code/core/Mage/Adminhtml/view/adminhtml/dataflow.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/main.xml 2 additions, 0 deletionsapp/code/core/Mage/Adminhtml/view/adminhtml/main.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/page/js/translate.phtml 3 additions, 1 deletion...ore/Mage/Adminhtml/view/adminhtml/page/js/translate.phtml
- app/code/core/Mage/Adminhtml/view/adminhtml/promo/rules.js 1 addition, 1 deletionapp/code/core/Mage/Adminhtml/view/adminhtml/promo/rules.js
- app/code/core/Mage/Adminhtml/view/adminhtml/sales/order/create/scripts.js 1 addition, 1 deletion...ge/Adminhtml/view/adminhtml/sales/order/create/scripts.js
- app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.16-1.6.0.0.17.php 56 additions, 0 deletions...data/catalog_setup/data-upgrade-1.6.0.0.16-1.6.0.0.17.php
- app/code/core/Mage/Catalog/etc/config.xml 1 addition, 1 deletionapp/code/core/Mage/Catalog/etc/config.xml
- app/code/core/Mage/CatalogRule/data/catalogrule_setup/data-upgrade-1.6.0.3-1.6.0.4.php 44 additions, 0 deletions...e/data/catalogrule_setup/data-upgrade-1.6.0.3-1.6.0.4.php
- app/code/core/Mage/CatalogRule/etc/config.xml 1 addition, 1 deletionapp/code/core/Mage/CatalogRule/etc/config.xml
- app/code/core/Mage/Checkout/view/frontend/opcheckout.js 5 additions, 5 deletionsapp/code/core/Mage/Checkout/view/frontend/opcheckout.js
- app/code/core/Mage/Cms/data/cms_setup/data-upgrade-1.6.0.0.2-1.6.0.0.3.php 55 additions, 0 deletions...e/Cms/data/cms_setup/data-upgrade-1.6.0.0.2-1.6.0.0.3.php
- app/code/core/Mage/Cms/etc/config.xml 1 addition, 1 deletionapp/code/core/Mage/Cms/etc/config.xml
- app/code/core/Mage/Core/Helper/Js.php 1 addition, 1 deletionapp/code/core/Mage/Core/Helper/Js.php
- app/code/core/Mage/Core/Model/Resource/Setup.php 4 additions, 1 deletionapp/code/core/Mage/Core/Model/Resource/Setup.php
- app/code/core/Mage/Core/Model/Resource/Setup/Migration.php 760 additions, 0 deletionsapp/code/core/Mage/Core/Model/Resource/Setup/Migration.php
- app/code/core/Mage/Core/data/core_setup/data-upgrade-1.6.0.3-1.6.0.4.php 43 additions, 0 deletions...age/Core/data/core_setup/data-upgrade-1.6.0.3-1.6.0.4.php
Please register or sign in to comment