------------------
- Make Keyword viewlet link to the new p.a.search view, as well as respect
navigation root.
Fixes http://dev.plone.org/plone/ticket/12231
- Added on body a class related to subsite.
The class is named site-x where x is navigation root object id.
[thomasdesvenain]
- Treat aliases to the ``(Default)`` view of a content type also as a
view template (providing IViewView).
Fixes http://dev.plone.org/plone/ticket/8198
[maurits]
- Fix possible ZCML load order issue by explicitly loading CMF permissions.
Fixes http://dev.plone.org/plone/ticket/11869
[davisagli]
- Fix bug where getNavigationRootObject goes into infinite loop if context is
None.
Fixes http://dev.plone.org/plone/ticket/12186
[anthonygerrard]