There was an error fetching the commit references. Please try again later.
Update as of 9/27/2012
* Refactoring Magento 2 to use jQuery instead of Prototype: * Implemented simple lazy-loading functionality * Converted decorator mechanism to jQuery * Moved Installation process to jQuery * Moved Home, Category and Simple Product View pages to jQuery * Moved all frontend libraries from `pub/js` directory to `pub/lib` * Improved Javascript unit tests to be consistent with other test frameworks in Magento * Added Javascript code analysis tests to the static tests suite * Added jQuery file uploader for admin backend, cleaned out old deprecated uploaders * Implemented fixture of 100k orders for the performance tests * Fixes * Admin menu elements order differs for a cached page and non-cached one * Typos in System > Configuration > General Tab * Wrong elements positions on "View Order" page * Impossible to configure checkout on store scope * Warning message in `system.log` when using GD2 image adapter * "Preview" link is absent for managing CMS Pages in single store mode * "Promotions" tab is missing on Configuration page * Wrong format of performance tests config
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- CHANGELOG.markdown 22 additions, 0 deletionsCHANGELOG.markdown
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Gallery.php 3 additions, 3 deletions...e/Adminhtml/Block/Catalog/Product/Helper/Form/Gallery.php
- app/code/core/Mage/Adminhtml/Block/Media/Editor.php 0 additions, 151 deletionsapp/code/core/Mage/Adminhtml/Block/Media/Editor.php
- app/code/core/Mage/Adminhtml/Block/Media/Uploader.php 9 additions, 54 deletionsapp/code/core/Mage/Adminhtml/Block/Media/Uploader.php
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog.xml 27 additions, 0 deletionsapp/code/core/Mage/Adminhtml/view/adminhtml/catalog.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog/product.js 12 additions, 24 deletions...ode/core/Mage/Adminhtml/view/adminhtml/catalog/product.js
- app/code/core/Mage/Adminhtml/view/adminhtml/catalog/product/helper/gallery.phtml 1 addition, 1 deletion...nhtml/view/adminhtml/catalog/product/helper/gallery.phtml
- app/code/core/Mage/Adminhtml/view/adminhtml/cms.xml 22 additions, 0 deletionsapp/code/core/Mage/Adminhtml/view/adminhtml/cms.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/cms/browser/content/uploader.phtml 75 additions, 24 deletions...minhtml/view/adminhtml/cms/browser/content/uploader.phtml
- app/code/core/Mage/Adminhtml/view/adminhtml/main.xml 0 additions, 1 deletionapp/code/core/Mage/Adminhtml/view/adminhtml/main.xml
- app/code/core/Mage/Adminhtml/view/adminhtml/media/uploader.phtml 69 additions, 27 deletions...e/core/Mage/Adminhtml/view/adminhtml/media/uploader.phtml
- app/code/core/Mage/Adminhtml/view/adminhtml/newsletter.xml 11 additions, 0 deletionsapp/code/core/Mage/Adminhtml/view/adminhtml/newsletter.xml
- app/code/core/Mage/Backend/Model/Menu/Item.php 15 additions, 1 deletionapp/code/core/Mage/Backend/Model/Menu/Item.php
- app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Date.php 1 addition, 1 deletion...ore/Mage/Catalog/Block/Product/View/Options/Type/Date.php
- app/code/core/Mage/Catalog/view/frontend/js/grid.js 26 additions, 27 deletionsapp/code/core/Mage/Catalog/view/frontend/js/grid.js
- app/code/core/Mage/Catalog/view/frontend/js/mage-attributes-processing.js 39 additions, 0 deletions...ge/Catalog/view/frontend/js/mage-attributes-processing.js
- app/code/core/Mage/Catalog/view/frontend/product/list.phtml 96 additions, 50 deletionsapp/code/core/Mage/Catalog/view/frontend/product/list.phtml
- app/code/core/Mage/Catalog/view/frontend/product/list/toolbar.phtml 44 additions, 26 deletions...ore/Mage/Catalog/view/frontend/product/list/toolbar.phtml
- app/code/core/Mage/CatalogSearch/view/frontend/form-mini.js 182 additions, 0 deletionsapp/code/core/Mage/CatalogSearch/view/frontend/form-mini.js
Please register or sign in to comment