Magento 0.6.14100 Available for Download
We are pleased to announce the availability for download of Magento Preview version 0.6.14100. The major highlights of the release include the Admin order creation preview, stock management functionality, and preview of 'gift messages' capability.
Major Highlights
- Admin order creation (preview)
- Added stock management functionality
- Added search terms and auto-generated sitemap for SEO
- Added 'Email product to a friend' functionality
- Added gift messages functionality (preview)
Improvements
- Changed shopping cart notifications logic
- Added setting umask(0)
- Added validation of requested autoload class
- Added escaping html in customer form fields
- Created curl http file download convert adapter
- Added extra validation to product rewrites generation
Bugfixes
- Fixed store filter problem in admin customer wishlist
- Fixed https installation check
- Fixed wrong successful message after customer registration
- Fixed few database foreign keys problems
- Fixed bugs with product view, edit, add to cart
- Fixed super product options problem when adding it to the shopping cart
- Fixed few minor payment methods problems
- Minor Varien_Form_Html_Element fixes
- Few minor collections issues fixed
- Fixed price displaying in single-page and multiple addresses checkout
Known Issues
- Inability to add gift messages per item when creating an order in admin
- If the simple products are not visible on the frontend they cannot be added to an order when it is created from the admin
- There's no form fields validation when creating an order in admin
- Full credit card number is displayed in order confirmation email

1Phliplip from Copenhagen, Denmark|posted December 5 2007
Yipee.. first to comment
Can’t wait to se if i will be able to install this version. Is it tested with PHP 5.2.5 ?
2Phliplip from Copenhagen, Denmark|posted December 5 2007
Don’t work with my current setup :’( Will be posting errors later today.
3Zander |posted December 5 2007
I dropped this on top of a previous install (I’ve not had much success with upgrades previously) and so far so good. Looking great!!! I’ll report more as I test.
4Garrone from Lauria|posted December 5 2007
Just installed without trouble. Admin order creation is fantastic.
5kris from NZ|posted December 5 2007
I upgraded to the new version and looking great so far. I especially like the inventory and email to a friend additions. But surely the masters behind the email module have some security features planned. Currently anyone could misuse a Magento install to send their spam to the world…
6Michael |posted December 5 2007
Hi Phliplip,
You can use the same workaround (http://www.magentocommerce.com/boards/viewreply/7813/) for ZF-2200 (http://framework.zend.com/issues/browse/ZF-2200) to have it running with no Zend_Cache warnings on PHP 5.2.5.
Thank you.
7Phliplip from Copenhagen, Denmark|posted December 5 2007
Hi Michael,
I don’t think i have the Zend_Cache warnings.. yet
My problem is this; http://www.magentocommerce.com/boards/viewthread/1903/
8jmayer |posted December 11 2007
Trying to upgrade from previous version. When logging in I get this error. Is this related? I am using MAMP
Fatal error: Uncaught exception ‘Zend_Acl_Exception’ with message ‘Resource ‘admin/system/config/customers’ not found’ in /Applications/MAMP/htdocs/mysite/lib/Zend/Acl.php:298 Stack trace: #0 /Applications/MAMP/htdocs/mysite/lib/Zend/Acl.php(575): Zend_Acl->get(’admin/system/co...’) #1 /Applications/MAMP/htdocs/mysite/lib/Zend/Acl.php(454): Zend_Acl->setRule(’OP_ADD’, ‘TYPE_DENY’, ‘G5’, ‘admin/system/co...’, NULL, NULL) #2 /Applications/MAMP/htdocs/mysite/app/code/core/Mage/Admin/Model/Mysql4/Acl.php(133): Zend_Acl->deny(’G5’, ‘admin/system/co...’, NULL, NULL) #3 /Applications/MAMP/htdocs/mysite/app/code/core/Mage/Admin/Model/Mysql4/Acl.php(74): Mage_Admin_Model_Mysql4_Acl->loadRules(Object(Mage_Admin_Model_Acl), Array) #4 /Applications/MAMP/htdocs/mysite/app/code/core/Mage/Admin/Model/Observer.php(89): Mage_Admin_Model_Mysql4_Acl->loadAcl() #5 [internal function]: Mage_Admin_Model_Observer->actionPreDispatchAdmin(Object(Varien_Event_Observer)) #6 /Applications/MAMP/htdocs/mysite/lib/Varien/Event/Observer.php(58): call_user_func(Array, in /Applications/MAMP/htdocs/mysite/lib/Zend/Acl.php on line 298
9Michael |posted December 13 2007
Hi jmayer,
I think it might be a problem of upgrading here. Please check this thread http://www.magentocommerce.com/boards/viewthread/2054/ to find out how to recreate all the admin permissions.
Thank you.
10jmayer |posted December 13 2007
Michael,
You are a genius. I am hoping this version will my fix my shipping table issues.