------------------
- Speed up related items viewlet by returning catalog brains instead of
full objects.
[stefan]
- Updated dashboard.pt to follow recent markup conventions.
References http://dev.plone.org/old/plone/ticket/9981
[spliter]
- Moved condition for .contentViews and .contentActions to divedit-bar to not
include edit-bar in tabs should not be rendered.
[spliter]
- Disabled columns in dashboard.pt with REQUEST variables according to the
recent conventions.
[spliter]
- Removing redundant .documentContent markup.
This refs http://dev.plone.org/plone/ticket/10231.
[limi]
- Moved the prepareObjectTabs method from the plone view to the contentviews
viewlet and introduced a class for the viewlet.
[hannosch]
- Introduce a new plone_layout globals view, which contains methods from the
plone view and which were commonly overridden to change layout policies.
[hannosch]
- Moved the history link back into the byline. This refs
http://dev.plone.org/plone/ticket/10102.
[hannosch]
- Add html id to personal bar actions.
[paul_r]
- Created several modifications of the content history viewlet to act as
standalone history page and simple popup. Old collapsible history viewlet
is still in place, ready to be wired in with zcml for anyone who needs the
old behavior.
[smcmahon]
- Fixed broken reference to portal_workflow in document_relateditems-viewlet
[tom_gross]