------------------
- Fix when a product comes from the 'Products' namespace and has both
installation profile and an entry in the control panel.
[encolpe]
- Added getattr code to make sure uninstall for products which have not
been installed properly doesn't fail that easily.
[hannosch, wichert]
- Added initialize code for all values in DEFAULT_CASCADE. Otherwise you
could get errors during uninstall of products which where installed
via notifyInstalled.
[hannosch, wichert]
- Display of add on products README file could generate UnicodeDecodeError
when the README file included non-ascii characters. This closes
http://dev.plone.org/plone/ticket/7524.
[hannosch]
- Removed all error swallowing options from QuickInstaller. We always
raise an error now, if one is encountered during product install.
This closes http://dev.plone.org/plone/ticket/7536.
[hannosch]