------------------
- Move the login overlay form labels slightly down to align vertically
with their associated fields.
Refs http://dev.plone.org/plone/ticket/10021.
[dukebody]
- Align the action drop-down submenu to the right.
Fixes http://dev.plone.org/plone/ticket/10074.
[dukebody]
- Remove the ability for anonymous to send author feedback again. A quick
survey of integrators showed that this wasn't desirable.
[esteele]
- Avoid the test function in the main_template. It doesn't exist in view page
template files.
[hannosch]
- Simplify the bodyClass construction.
[hannosch]
- Use renderBase from new location.
[hannosch]
- Remove obsolete charset definition for the global_cache_settings macro.
[hannosch]
- Follow the getSectionFromURL change in CMFPlone.
[hannosch]
- Just a markup polishing - <metal> tags don't need explicit "metal" for
defining slots.
[spliter]
- Copied preferred structure of 'main' slot from default main_template
[spliter]
- Moved plone.abovecontent and plone.belowcontent viewlet managers actually
above and below content respectively for Sunburst.
References http://dev.plone.org/plone/ticket/10081
[spliter]
- Support various image alignment classes and image caption.
Based on the classic theme but with a slight sunburst touch.
http://dev.plone.org/plone/ticket/10043
[pelle]
- Don't limit the styling of portal messages etc. to the
region-content, portal messages might also appear out side
that area in an overlay, portlet etc.
Fixes http://dev.plone.org/plone/ticket/10069
[pelle]
- Move search results to the left for RTL scripts.
Fixes http://dev.plone.org/plone/ticket/10015.
[emanlove]
- Port changes to author.pt from
http://dev.plone.org/plone/changeset/32858
[esteele]
- Limit the caption width to 200px.
Fixes http://dev.plone.org/plone/ticket/9992.
[dukebody]
- Avoid leading spaces in the class attribute of the body element.
Fixes http://dev.plone.org/plone/ticket/9489.
[dukebody]
- Removed underline from "Manage portlets" fallback link
[spliter]
- Adjust login overlay position and width. Refs
http://dev.plone.org/plone/ticket/9869
[dukebody]
- Underline links in warning and error info messages. This closes
http://dev.plone.org/plone/ticket/9801
[dukebody]
- Add some spacing between siteaction links. This closes
http://dev.plone.org/plone/ticket/9830
[dukebody]
- Style display view menu for items selected as main view for a
folder. This closes http://dev.plone.org/plone/ticket/9894
[dukebody, thanks cewing]