plone.app.layout


Nameplone.app.layout JSON
Version 4.1.0 PyPI version JSON
download
home_pagehttps://pypi.org/project/plone.app.layout
SummaryLayout mechanisms for Plone
upload_time2024-04-23 16:29:38
maintainerNone
docs_urlNone
authorPlone Foundation
requires_python>=3.8
licenseGPL version 2
keywords plone layout viewlet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============

This package contains various visual components for Plone, such as viewlets
and general views.

Compatibility
-------------

- the 2.2.x series is for use in Plone 4.2
- the 2.3.x series is for use in Plone 4.3 (versions below 2.3.2 may also work with Plone 4.2)
- the 2.5.x series is for use in Plone 5.0
- the 2.8.x series is for use in Plone 5.1
- the 3.4.x series is for use in Plone 5.2
- the 4.x  series is for use in Plone 6 (the current master/main branch)

Using other combinations *might* work, but you may find getting support for that harder.

If you are using Plone < 4.3.5 and you are using dexterity items and plone.app.contenttypes, you might want to pin the latest 2.3.x version of this package.

Changelog
=========

.. You should *NOT* be adding new change log entries to this file.
   You should create a file in the news directory instead.
   For helpful instructions, please see:
   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst

.. towncrier release notes start

4.1.0 (2024-04-23)
------------------

New features:


- Add a field ``webstats_head_js`` to the Site controlpanel and render its
  contents in the head section using ``IHtmlHeadLinks`` viewlet manager.
  See `issue 3931 <https://github.com/plone/Products.CMFPlone/issues/3931>`_:
  some javascript needs to be loaded at the bottom of the page, and some in the head section.
  [jladage] (#3931)


4.0.8 (2023-12-22)
------------------

Bug fixes:


- Fix KeyError `time` when missing workflow variables are added later.
  Fixes `issue 357 <https://github.com/plone/plone.app.layout/issues/357>`_.
  [maurits] (#357)


4.0.7 (2023-07-14)
------------------

Bug fixes:


- Fix nested `li` tags after zpretty in `contentviews.pt`
  [petschki] (#350)


Internal:


- Update configuration files.
  [plone devs] (7723aeaf, cfffba8c)


4.0.6 (2023-06-22)
------------------

Bug fixes:


- Unify default values for translations
  [erral] (#347)


4.0.5 (2023-05-22)
------------------

Bug fixes:


- Deprecate moved `getNavigationRoot` and `getNavigationRootObject` in `plone.app.layout.navigation.root`.
  This was already moved earlier as `get_navigation_root` and `get_navigation_root_object` to `plone.base.navigationroot`.
  [@jensens] (deprecate-navigationtroot)
- Fix transitive circular dependencies in `plone.app.layout`.
  Move `.nextprevious.INextPreviousProvider` to `plone.app.dexterity.behaviors.nextprevious` and put BBB import into place.
  Move the default page warning viewlet from `plone.app.dexterity.browser:default_page_warning.pt` with it's ZCML to `plone.app.layout.viewlets`.
  [@jensens] (fix-circular-dep-padexterity)
- Bring back all HTML attributes for actions.
  [gforcada] (#340)


4.0.4 (2023-04-26)
------------------

Bug fixes:


- Remove dead code for Archetypes relations lookup.
  [@jensens] (rm-archetypes-code)
- Add another unused `get_translations` method to deprecated ones.
  Circula dependency on plone.app.multilingual is only for unused deprecated methods.
  Move it's imports into methods-body and remove dependency from setup.py.
  [@jensens] (rm-dep-pamultilingual)


4.0.3 (2023-04-15)
------------------

Bug fixes:


- Remove Archetypes code from TOC viewlet.
  @jensens (rm-at-code-from-toc)


Internal:


- Update configuration files.
  [plone devs] (11f0db91)


4.0.2 (2023-03-14)
------------------

Bug fixes:


- Move interface plone.app.layout.navigation.interfaces.INavigationRoot to plone.base.interfaces.siteroot and add a deprecated import to plone.app.layout.
  [jensens, gforcarda] (Plone-3731)


4.0.1 (2023-02-22)
------------------

Bug fixes:


- Remove deprecation warnings (#331)


4.0.0 (2022-11-18)
------------------

Bug fixes:


- Fix document-actions icons [MrTango] (#321)


4.0.0b5 (2022-10-11)
--------------------

Bug fixes:


- Fix password used in tests. [davisagli] (#328)


4.0.0b4 (2022-09-30)
--------------------

New features:


- Use a variable to allow customization of the image scale used for social tags
  [laulaz] (#323)


Bug fixes:


- Fix undefined logger variable
  [laulaz] (#323)
- Show modification datetime in toolbar with full datetime according to locale format
  [erral] (#325)
- Use longer password in tests. [davisagli] (#327)


4.0.0b3 (2022-08-31)
--------------------

Bug fixes:


- get the title of the navigation root from the registry when the navigation root object is the portal object
  [erral] (#317)
- Fix css classes for membertools dropdown if toolbar is disabled.
  [petschki] (#320)
- Update markup and css classes for anontools viewlet.
  [petschki] (#322)


4.0.0b2 (2022-07-19)
--------------------

Bug fixes:


- Reuse existing i18n label
  [erral] (#315)
- Change i18n translation msgid
  [erral] (#316)


4.0.0b1 (2022-06-23)
--------------------

New features:


- Updated tests for SVG Plone logo.
  [petschki] (#310)


Bug fixes:


- Toolbar width and wrapping tweaks.
  [agitator] (#311)
- Fix og:image by using an @@images scale instead of @@download.
  [agitator] (#312)
- Fix toolbar header toggle (do not change url when clicking).
  [petschki] (#313)
- Add missing i18n tags
  [erral] (#314)


4.0.0a12 (2022-05-24)
---------------------

Breaking changes:


- Use ``plone.base``, black, isort.  [maurits] (#302)


New features:


- Reimplement dropout toolbar submenus and collapsed icons.
  [petschki, agitator] (#303)


Bug fixes:


- Display all the creators if they are more than one.
  Make the byline and the contributor viewlet markup consistent.
  [ale-rt] (#304)
- Deprecate unused code [ale-rt] (#305)
- Remove alt tags from icons within links.
  [agitator] (#309)


4.0.0a11 (2022-04-07)
---------------------

New features:


- Restructure global sections and searchbox markup for mobile navigation as offcanvas sidebar.
  [agitator] (#294)
- LiveSearch with support for images in search results.
  [agitator] (#299)


Bug fixes:


- Use icon resolver from Plone 6 and use SVG icons.
  [agitator]

  Integrate new toolbar.
  [petschki] (254-2)
- Use pat-display-time from Patternslib in the toolbar and remove pat-moment from the history view.
  [thet] (#254)
- Allow scrolling content while offcanvas toolbar is expanded
  [pbauer] (#295)
- Do not use ``structure`` for status messages.
  [maurits] (#297)


4.0.0a10 (2022-02-23)
---------------------

Bug fixes:


- Remove plone.header viewlet
  [erral] (#286)
- Correct favicon handling: fix URL to navroot/favicon.ico and use customized icon file name as part of the proxy cache key. (#290)


4.0.0a9 (2022-01-28)
--------------------

New features:


- Add viewlet to display customizable favicon with handler to update its MIME-type
  [talarias] (plip-favicon)


4.0.0a8 (2022-01-25)
--------------------

Breaking changes:


- Remove (marked for removal im Plone 6) deprecated methods. [jensens] (#285)


Bug fixes:


- In global sections viewlet fetch registry only one time. Also: Code style black and minor code cleanup. [jensens] (#285)


4.0.0a7 (2022-01-19)
--------------------

Bug fixes:


- Escape navigation titles only once.
  [thomasmassmann] (#280)


4.0.0a6 (2022-01-07)
--------------------

New features:


- Global section viewlet: Catalog based navigation.
  Show the global sections also if navigation contains items but tabs are empty.
  This allows for disabling portal tabs rendering and constructing the navigation only from the catalog query.
  [thet] (273-1)
- Global sections viewlet: Customize entries and query.
  Also allow customizing the tabs entries and the navigation query along with the other navigation entries.
  [thet] (273-2)
- Global sections viewlet: Factor out types_using_view.
  Factor out types_using_view so that this method can be re-used, e.g. in a subclass with a customize_entry method.
  [thet] (273-3)
- Global sections viewlet performance optimizations:

  - Remove pointless caching on types_using_view,
  - Store settings in variable for multiple access, bypassing cache checks,
  - Remove now pointless caching on settings property,
  - Deprecate now unused navtree_depth property.

  [thet] (#275)


4.0.0a5 (2021-11-23)
--------------------

Breaking changes:


- Move most (hard dependency) portlet related to `plone.app.portlets`:
  Dashboard, Portlet related viewlets.
  A first step towards a Portlet-as-an-Addon story.
  [jensens] (#268)
- Remove long deprecated ``getIcon``` from layout-policy. [jensens] (#270)


Bug fixes:


- Fix breadcrumb id.
  [agitator] (#267)
- Micro optimizations at visibility in layoutpolicy [jensens] (#271)


4.0.0a4 (2021-10-16)
--------------------

Bug fixes:


- Add missing i18n:translate tags
  [erral] (#264)


4.0.0a3 (2021-09-15)
--------------------

Bug fixes:


- Remove cyclic dependency with Products.CMFPlone
  [ericof] (#261)


4.0.0a2 (2021-09-01)
--------------------

Breaking changes:


- Update for Plone 6 with Bootstrap markup
  [agitator, ale-rt, jensens, mauritsvanrees, mrtango, pbauer, petschki] (#250)
- Update dashboard for Plone 6 with Bootstrap markup
  [1letter] (#252)


New features:


- add col visibility marker classes to body tag
  [MrTango] (#238)
- Protect @@historyview with Modify portal content permission. Fixes https://github.com/plone/Products.CMFPlone/issues/3297
  [pbauer] (#257)
- add icon_expr to actions dict
  [agitator] (#2967)


Bug fixes:


- Show document_byline to public if `display_publication_date_in_byline` in site controlpanel is active. Only show author if `allow_anon_views_about` in security controlpanel is active. Show `modification_date` if not published or `modification_date` is greater that `effective_date`.
  [agitator] (#258)


4.0.0a1 (2021-04-20)
--------------------

Breaking changes:


- Update for Plone 6 with Bootstrap markup
  [agitator, ale-rt, jensens, mauritsvanrees, mrtango, pbauer, petschki] (#250)
- Update dashboard for Plone 6 with Bootstrap markup
  [1letter] (#252)


New features:


- add col visibility marker classes to body tag
  [MrTango] (#238)
- add icon_expr to actions dict
  [agitator] (#2967)


3.4.6 (2020-09-28)
------------------

Bug fixes:


- Fixed various deprecation warnings.
  [maurits] (#3130)


3.4.5 (2020-09-07)
------------------

Bug fixes:


- Made the error page recognisable again in the body classes.
  Instead of ``template-index-html`` you now get ``template-error_message-pt``.
  Compatibility note: in Plone 5.1 and earlier, this was ``template-default_error_message``.
  [maurits] (#242)


3.4.4 (2020-07-17)
------------------

Bug fixes:


- Translate title modal like the "Log in" modal.
  This fixes https://github.com/plone/Products.CMFPlone/issues/3132
  [vincentfretin] (#241)


3.4.3 (2020-06-30)
------------------

Bug fixes:


- Restore selectedTabs code that was removed in 3.4.1 to prevent breaking changes inside a minor Plone release. Plone doesn't use this code anymore, but third party addons may use it. (#239)


3.4.2 (2020-04-20)
------------------

Bug fixes:


- Make navtree more robust against empty title or name, do not fail but fall back to id.
  [jensens] (#237)


3.4.1 (2020-03-09)
------------------

Bug fixes:


- Analytics viewlet: make webstats_js a property, so that it does not rely on an a call to the update method to be correctly evaluated [ale-rt] (#227)
- Code formatting according to Plone standards (black, isort).
  [thet] (#230)
- Remove selectedTabs and update method from GlobalSectionsViewlet as both are now unused.
  [thet] (#231)
- Remove deprecation warnings [ale-rt] (#233)
- Integrate Plone20200121 hotfix: prevent XSS in title.
  Part of https://plone.org/security/hotfix/20200121/xss-in-the-title-field-on-plone-5-0-and-higher
  [maurits] (#3021)


3.4.0 (2019-12-10)
------------------

New features:


- Add is_navigation_root check in plone_context_state view
  [erral] (#225)


3.3.1 (2019-10-21)
------------------

Bug fixes:


- Fix Home tab localization [vincentfretin] (#222)


3.3.0 (2019-10-12)
------------------

New features:


- Add a surrounding div to the webstats js. Fixes #157
  [erral] (#157)


Bug fixes:


- Fix memory leak on getUserInfo [avoinea] (#204) (#210)
- Fix Unicode Error in folders with special chars. See #215 [erral] (#215)


3.2.2 (2019-08-29)
------------------

Bug fixes:

- Add missing translation for screen readers
  [laulaz]

- Memory leak on getUserInfo [avoinea] (#204)


3.2.1 (2019-07-06)
------------------

Bug fixes:

- fix GlobalStatusMessage type translation (#202)
  [laulaz]

- fix portal_tabs_view.topLevelTabs called twice
  [mamico] (#201)


3.2.0 (2019-06-27)
------------------

New features:


- Add support for Python 3.8 [pbauer] (#200)


3.1.3 (2019-05-01)
------------------

Bug fixes:


- fix ``show_excluded_items`` in combination with ``exclude_from_nav`` setting
  [petschki] (#190)
- Remove unused imports (and so a DeprecationWarning). [jensens] (#193)
- Make navigation (global sections) subclassing easier. [iham] (#194)


3.1.2 (2019-03-21)
------------------

Breaking changes:


- Remove the ``plone.navtree`` content provider that was introduced in the context of the Navigation PLIP (https://github.com/plone/Products.CMFPlone/issues/2516) [ale-rt] (#188)


3.1.1 (2019-03-03)
------------------

Bug fixes:


- Improve the new navigation and add test coverage [ale-rt] (#181)
- Provide a proper unique id and a review state class for the first level tabs
  [ale-rt] (#184)
- Fix tests since the default nav-depth is now 3 for new sites. [pbauer] (#187)


3.1.0 (2019-02-13)
------------------

New features:


- Added multilevel dropdown navigation [agitator] (#2516)


Bug fixes:


- fix python3 compatibility [petschki] (#176)
- Fix some issues with the new navigation. (Fixes
  https://github.com/plone/Products.CMFPlone/issues/2731 and
  https://github.com/plone/Products.CMFPlone/issues/2730) [pbauer] (#180)


3.0.0 (2018-10-30)
------------------

New features:

- Add test for Revert to Revision action in History Viewlet
  [davilima6]

- Remove ``enable_compression`` method that isn't used in Plone. #1801
  [tlotze]

Bug fixes:

- Add template and view arguments support to IBodyClassAdapters (fixes `#158 <https://github.com/plone/plone.app.layout/issues/158>`_).
  [rodfersou]

- Show document byline for logged-in users. Fixes #160
  [erral]

- Get rid of obsolete ``X-UA-Compatible`` header.
  [hvelarde]

- Implement viewlet dummy ordering needed for Python 3 sorting.
  [ale-rt]

- Fix sitemap in py3.
  [pbauer]

- Fix tests for py3 and drop use of PloneTestCase.
  [pbauer, fgrcon]


2.8.1 (2018-06-18)
------------------

New features:

- Pagination: made label and arrows easier to customise.
  [iham]

Bug fixes:

- Helper `getNavigationRoot` returns site, if context is not in
  acquisition chain (eg AJAX calls)
  [tomgross]


2.8.0 (2018-04-24)
------------------

New features:

- Allow addition of extra body classes via multiple IBodyClassAdapter adapter registrations without the need to overload the ILayoutPolicy view.
  [thet, jensens, agitator]

- Make it easier to override separator in title viewlet
  [tomgross]

Bug fixes:

- Do not use ``rel="tag"`` attribute on the keywords viewlet as the referenced document is not a tag definition but a search result;
  use ``rel="nofollow"`` instead to avoid search crawlers hammering our sites.
  [hvelarde]

- More py3 fixes.
  [pbauer]

- Use ``get_installer`` in tests.
  [maurits]

2.7.5 (2017-11-26)
------------------

New features:

- Toolbar: Use pattern variables to configure the toolbar and submenu widths from plone.lessvariables.
  [thet]

- Imports are Python3 compatible
  [ale-rt, jensens]

Bug fixes:

- Fix for situations where pathbar viewlet variables were undefined in toolbar context
  [tomgross]

2.7.4 (2017-09-03)
------------------

Bug fixes:

- Use the site-title in the meta-attribute title unless the navigation_root is not the portal.
  Fixes https://github.com/plone/Products.CMFPlone/issues/2117
  [pbauer]


2.7.3 (2017-08-27)
------------------

New features:

- Added ``Show Toolbar`` permission.
  [agitator]

Bug fixes:

- Put "search in this section" checkbox where assistive tech users have a fair chance of finding and using it
  https://github.com/plone/Products.CMFPlone/issues/1619
  [polyester]


2.7.2 (2017-07-04)
------------------

New features:

- Added membertools viewlet. If user is not anonymous and toolbar is not visible according to ``is_toolbar_visible`` the viewlet will show at the location of anontools.
  [agitator]

Bug fixes:

- show 'in current section only' before search input field for a11y reasons. https://github.com/plone/Products.CMFPlone/issues/1619 [polyester]


2.7.1 (2017-07-03)
------------------

Bug fixes:

- Fix issue preventing disabling icons and/or thumbs globally.
  [fgrcon]


2.7.0 (2017-05-24)
------------------

New features:

- Do not render social metadata if you are a logged user.
  [bsuttor]

- Add method ``is_toolbar_visible`` to context state.
  It uses a whitelist and defaults to authenticated users.
  Use new method it in toolbar viewlet manager and layout body classes.
  [jensens]

Bug fixes:

- fixed css-classes for thumb scales ...
  https://github.com/plone/Products.CMFPlone/issues/2077
  [fgrcon]

- Deprecating getIcon() in @@plone_layout
  see https://github.com/plone/Products.CMFPlone/issues/1734
  [fgrcon]

- Factor toolbar classes out to own method.
  Includes minor cleanup.
  [jensens]


2.6.5 (2017-03-29)
------------------

Bug fixes:

- Fix tests for social media viewlet.
  [hvelarde]

- Fix import location for Products.ATContentTypes.interfaces.
  [thet]

- Remove redundant Twitter card tags. If og:title, og:description, og:image and
  og:url are defined Twitter will recognise and use those on the card.
  See: `Twitter getting started <https://dev.twitter.com/cards/getting-started>`_ section on
  Twitter Cards and Open Graph. Fixes `issue 119 <https://github.com/plone/plone.app.layout/issues/119>`_.
  [jladage]


2.6.4 (2017-01-17)
------------------

Bug fixes:

- Fix error in viewlet when related dexterity item has been deleted.
  [maurits]


2.6.3 (2016-12-30)
------------------

Bug fixes:

- Fix sitemap.xml.gz for plone.app.multilingual (>= 2.x) but breaks it for
  LinguaPlone and plone.app.multilingual 1.x
  If this is a problem then please see bedbfeb67 on 2.5.x branch for how to
  maintain compatibility with these products.
  [djowett]

- Include the ``template`` body class also, when a view but no template is passed.
  Fixes missing template class with plone.app.blocks based layouts in Mosaic.
  [thet]

- prevent extra '@' in twitter:site meta tag
  [tkimnguyen]


2.6.2 (2016-11-18)
------------------

Bug fixes:

- Removed ZopeTestCase from the tests.
  [ivanteoh, maurits]

- Add default icon for top-level contentview toolbar entries
  [alecm]

- Remove commented out viewlet (meant for Plone 3) and its related template.
  [gforcada]

- Adapt code to some deprecated methods getting finally removed.
  [gforcada]


2.6.1 (2016-06-07)
------------------

Bug fixes:

- Document byline viewlet is now displayed only to anonymous users if permitted by the `Allow anyone to view 'about' information` option in the `Security Settings` of `Site Setup` (closes `CMFPlone#1556`_).
  Code used to show the lock status and history view was removed from the document byline as this information was not available to anonymous users anyway.
  [hvelarde]


2.6.0 (2016-05-10)
------------------

Incompatibilities:

- Deprecated ``plone.app.layout.globals.pattern_settings``.
  Moved view to ``Products.CMFPlone.patterns.view``.
  Deprecated also pointless interface for this view.
  Addresses https://github.com/plone/Products.CMFPlone/issues/1513 and goes together with https://github.com/plone/Products.CMFPlone/issues/1514.
  [jensens]

Fixes:

- Fix body class ``pat-markspeciallinks`` not set.
  Fixes #84.
  [thet]

2.5.19 (2016-03-31)
-------------------

New:

- Construct the site logo URL to be rooted at ISite instances returned by
  ``zope.component.hooks.getSite`` and not only rooted at portal root.
  This makes it possible to have sub sites with local registries which return
  a different logo.
  [thet]

Fixes:

- Fixed html validation: element nav does not need a role attribute.
  [maurits]

- Fixed invalid html of social viewlet by moving the schema.org tags
  to the body in a new viewlet ``plone.abovecontenttitle.socialtags``
  and adding ``itemScope`` and ``itemType`` there.
  Fixes https://github.com/plone/Products.CMFPlone/issues/1087
  [maurits]

- Fix test isolation problems: if a test calls transaction.commit() directly or
  indirectly it can not be an integration test, either avoid the commit or
  change the layer into a functional one.
  Fixes: https://github.com/plone/plone.app.layout/issues/79
  [gforcada]


2.5.18 (2016-02-11)
-------------------

New:

- Switched deprecated ``listingBar`` CSS class to ``pagination``.
  [davilima6]

Fixes:

- Adapted to changed Zope 4 ``browser:view`` semantics.  We either
  need a ``template`` ZCML argument or a ``__call__`` method on the
  class.  [thet]


2.5.17 (2015-11-26)
-------------------

New:

- Added option to show/hide thumbs in site-controlpanel.
  https://github.com/plone/Products.CMFPlone/issues/1241
  [fgrcon]

Fixes:

- Fixed missing closed span in document_relateditems.pt.
  [vincentfretin]

- Fixed relatedItemBox: show thumbs, title and description correctly.
  https://github.com/plone/Products.CMFPlone/issues/1226
  [fgrcon]


2.5.16 (2015-10-28)
-------------------

Fixes:

- Removed Chrome Frame from ``X-UA-Compatible`` HTTP header as it's deprecated.
  [hvelarde]

- Fixed icon rendering.  Issue `CMFPlone#1151`_.
  [fgrcon]

- Fixed global sections tabs.  Issue `CMFPlone#1178`_.
  [tomgross]


2.5.15 (2015-09-20)
-------------------

- Pull mark_special_links, external_links_open_new_window,
  types_view_action_in_listings values
  from configuration registry.
  [esteele]

- Respect @@site_controlpanel configuration to show publication date
  in document_byline.  Closes `CMFPlone#1037`_.
  [rodfersou]

- Implemented fuzzy dates for document_byline.  Closes `CMFPlone#1000`_.
  [rodfersou]


2.5.14 (2015-09-15)
-------------------

- add icons-off body class for icon setting
  [vangheem]

- Use global site-title for og:site_name.
  Fixes https://github.com/plone/Products.CMFPlone/issues/951
  [pbauer]


2.5.13 (2015-09-12)
-------------------

- Fixed AttributeError for ac_permissions.
  Happens in plone.app.portlets tests.
  [maurits]


2.5.12 (2015-09-08)
-------------------

- Bring back document byline.  Closes `CMFPlone#741`_.
  [rodfersou]


2.5.11 (2015-09-07)
-------------------

- Be more defensive in getting registry settings so upgraded
  schema does not cause errors
  [vangheem]

- Pull values for display_publication_date_in_byline, default_language,
  icon_visibility from the configuration registry.
  [esteele]

2.5.10 (2015-08-20)
-------------------

- Correctly display selected item in global navigation for images and files.
  Fixes https://github.com/plone/Products.CMFPlone/issues/830
  [pbauer]

- Add view url to document as data-view-url
  [ale-rt]

- If toolbar logo is empty, use default
  [vangheem]

- Move getDefaultPage, isDefaultPage, IDefaultPage and DefaultPage view to
  Products.CMFPlone in order to avoid circular imports between both packages.
  Moved test for it as well. Placed deferred deprecated imports for all old
  names here.
  [jensens]

- Remove deprecated ``context`` parameter from ``DefaultPage`` methods.
  [jensens]

- minor cleanup in getDefaultPage function
  [jensens]

- Added a test for the complex getDefaultPage function
  [jensens]

2.5.9 (2015-07-21)
------------------

- Default is expanded Toolbar.
  [bloodbare]


2.5.8 (2015-07-18)
------------------

- Moved historyRecords in @@historyview into a table
  [agitator]

- Combine viewlets used in the IToolbar viewlet manager, merge, reorder
  items so they make more sense
  [vangheem]

- merge plone.personal_bar viewlet into toolbar viewlet manager
  [vangheem]

- remove plone.contentactions, merged into ContentViewsViewlet
  [vangheem]

- remove plone.documentbyline as it wasn't really a viewlet anymore and we
  were force rendering it into toolbar viewlet manager
  [vangheem]

- remove "you are here" in breadcrumbs
  [vangheem]

- always show site root syndication links if enabled
  [vangheem]

- by default, show site logo in social settings
  [vangheem]

- Add aria hidden role to avoid screenreaders to nonsense stop by at the
  toolbar tiny logo [sneridagh]

- Get rid completely of the plone.skip_links viewlet because it already doesn't
  worked OOTB since always and this does not follow modern a11y methods and we
  are dropping support for outdated ways [sneridagh]

- Remove all references to "accesskeys" attributes on templates [sneridagh]

- Disabled document_byline viewlet in favor of toolbar action.
  [agitator]

- Added documentByLine to @@historyview
  [agitator]

- removed DocumentBylineViewlet
  [agitator]


2.5.7 (2015-06-05)
------------------

- Add social meta tags viewlet
  [vangheem]

- render the footer portlets in a way where they can still
  be edited with @@manage-portlets
  [vangheem]


2.5.6 (2015-05-13)
------------------

- do not set width and height on logo
  [vangheem]

- provide active class for currently selected toolbar item
  [vangheem]

- Add ``_authenticator`` param to contenthistory URLs.
  This will prevent CSRF warnings
  (see https://github.com/plone/Products.CMFPlone/issues/330)
  [keul]

2.5.5 (2015-05-04)
------------------

- Updating tests to handle new plone.app.testing.
  [do3cc]

- Fix info_empty_dashboard i18n default message.
  [vincentfretin]

- Add row class to constrain width of footer.
  [davisagli]

- pat-modal pattern has been renamed to pat-plone-modal
  [jcbrand]


2.5.4 (2015-03-13)
------------------

- Read ``allow_anon_views_about`` settings from the registry instead of portal
  properties (see https://github.com/plone/Products.CMFPlone/issues/216).
  [jcerjak]

- use livesearch pattern
  [vangheem]

- use configuration registry pattern options
  [vangheem]

- Added support for site logos stored in the portal registry via the site
  control panel for the logo viewlet with a fallback to the ``OFS.Image``
  based ``logo.png`` file. Removed support of long-gone
  ``base_properties.props`` defined logo names.
  [thet]

- Updated markup for dashboard.
  [davisagli]

- Add pat-markspeciallinks to bodyClass depending on settings in @@theming-controlpanel.
  [fulv]

- Fix relateditems viewlet (tal:repeat is executed after tal:define).
  [pbauer]


2.5.3 (2014-11-01)
------------------

- Move patterns settings to CMFPlone
  [bloodbare]

- Initial implementation of Mockup-aware content info section.
  [sneridagh]


2.5.2 (2014-10-23)
------------------

- Switch site_title setting from root property to p.a.registry.
  [timo]

- Switch webstats_js setting from site_properties to p.a.registry.
  [timo]

- Switch enable_sitemap setting from site_properties to p.a.registry.
  [timo]

- Fix related items viewlet listing dexterity related folder's descendants.
  [rpatterson]

- Add more data attributes to body tag
  [vangheem]

- Change document byline viewlet manager to toolbar. Adapt template for toolbar.
  [sneridagh]

- Update byline viewlet name.
  [sneridagh]

- Created new viewlet manager for holding main navigation for a more semantic
  use of it. Move the global sections viewlet into it.
  [albertcasado]

- Update and cleaning History markup popup.
  [bloodbare]

- Updated global navigation and breadcrumbs markup. Added ARIA roles.
  [bloodbare]

- New toolbar markup based in ul li tags.
  [albertcasado, bloodbare, sneridagh]

- Update <div id="content"> in all templates with <article id="content">
  [albertcasado]

- Added new class to the body tag via globals layout bodyClass method. This is
  used for maintain the consistency of the selected toolbar state.
  [sneridagh]


2.5.1 (2014-04-05)
------------------

- Remove DL, DT and DD elements
  https://github.com/plone/Products.CMFPlone/issues/153
  [khink, mrtango]

- for contentview urls, add csrf token automatically
  [vangheem]

- Add content url to document as data-base-url
  [do3cc]


2.5.0 (2014-03-02)
------------------

- Switch webstats_js setting from site_properties to p.a.registry.
  (PLIP #10359: http://dev.plone.org/ticket/10359)
  [timo]

- Switch enable_sitemap setting from site_properties to p.a.registry.
  (PLIP #10359: http://dev.plone.org/ticket/10359)


2.4a1 (unreleased)
------------------

- PLIP #13705: Remove <base> tag.
  [frapell]

- Make the link to plone.org open in a new tab/window.
  [Toni Mueller]

- Fix body class attribute errors when the user role contains space.
  [Jian Aijun]

- Remove dependency on unittest2 as we are not going to test against
  Python 2.6 anymore on Plone 5.0.
  [hvelarde]

- Update package dependencies and clearly specify this branch is for
  Plone >=4.3 only (in fact, should be 5.0).
  [hvelarde]

- Fix 'plone.belowcontentbody.relateditems' viewlet to avoid trying to
  display items if the user has no permission to view them (like content
  in Private state).
  [hvelarde]

- Migrate portal_interface tool methods to plone_interface_info (PLIP #13770).
- Remove deprecated portal_interface tool (PLIP #13770).
  [ale-rt]

- Remove outdated and unused discussion code and tests.
  [timo]

- Use logo.png instead of logo.jpg
  [esteele]

- Add plone.app.relationfield to test dependencies,
  needed to test dexterity support. [jpgimenez]

- Don't break if None is passed as the template to bodyClass.
  [davisagli]

- Use tableofcontents-viewlet for plone.app.contenttypes
  Fixes https://github.com/plone/plone.app.contenttypes/issues/34
  [pbauer]

- Remove presentation mode. If the feature is still desired use
  the plone.app.s5slideshow add-on.
  [davisagli]

- PEP8 cleanup.
  [timo]

- modified sections.pt for adding link target.
  Fixed that portal_actions: 'Link Target' on
  portal_actions/portal_tabs doesn't work.
  [terapyon]

- Ported tests to plone.app.testing
  [tomgross]


2.3.13 (2015-04-30)
-------------------

- Fix: in test passing portal to addMember, not testcase class.
  [jensens]


2.3.12 (2014-09-07)
-------------------

- Fix related items viewlet listing dexterity related folder's descendants.
  [rpatterson]


2.3.11 (2014-02-19)
-------------------

- Update package dependencies and clearly specify this branch is for
  Plone 4.3 only.
  [hvelarde]


2.3.10 (2013-11-13)
-------------------

- Fix 'plone.belowcontentbody.relateditems' viewlet to avoid trying to display
  items if the user has no permission to view them (like content in Private
  state).
  [hvelarde]

- modified sections.pt for adding link target.
  Fixed that portal_actions: 'Link Target' on
  portal_actions/portal_tabs doesn't work.
  [terapyon]

- Add plone.app.relationfield to test dependencies,
  needed to test dexterity support. [jpgimenez]


2.3.9 (2013-09-25)
------------------

- Removed hard dependency on plone.app.relationfield.
  [pabo, marcosfromero]


2.3.8 (2013-09-16)
------------------

- Fix 'table of contents' for Dexterity types.
  [pabo, pbauer, timo]

- Use safe_unicode to decode the title of the object when retrieving the rss
  links from the RSSViewlet.
  [ichim-david]


2.3.7 (2013-08-14)
------------------

- Don't try to getId() for the template-name body when there is no template.
  Corrects an issue with the Dexterity schema editor.
  [esteele]


2.3.6 (2013-08-13)
------------------

- Fix conflict with <body> class attribute improvement in TinyMCE.
  [rpatterson]

- Implement a canonical link relation viewlet to be displayed by
  IHtmlHeadLinks viewlet manager; this will prevent web indexers from indexing
  the same object more than once, improving also the way these indexers deal
  with images and files.
  [hvelarde]

- Add Dexterity support for the related items viewlet.
  [pabo]

- Personal bar viewlet home link simply links to the user actions list.
  [danjacka]


2.3.5 (2013-05-23)
------------------

- Fixed AttributeError for FilesystemResourceDirectory
  See https://dev.plone.org/ticket/13506
  [kroman0]

- Check appropriate permission for 'Revert to this revision' button.
  [danjacka]


2.3.4 (2013-03-05)
------------------

- handle missing feed type so it doesn't throw an error
  [vangheem]

- handle absence of ACTUAL_URL on request.
  Fixes https://dev.plone.org/ticket/13173
  [vangheem]

- Also show history on the folder contents view
  [vangheem]


2.3.3 (2013-01-01)
------------------

- Changed the behaviour of the title viewlet for items in the portal_factory.
  See https://dev.plone.org/ticket/12117
  [alert]

- Fix an edge case where getNavigationRootObject could loop infinitely.
  [davisagli]

- Add 'subsection' prefix to the all sections below to avoid classnames
  that start with digits, which is not permitted by the CSS standard.
  [erral]

- Display publication date only if Effective date is set, regardless of object
  state. Tickets:
  https://dev.plone.org/ticket/13045 and https://dev.plone.org/ticket/13046
  [vipod]


2.3.2 (2012-10-17)
------------------

- Add Language='all' as a keyword argument to avoid LinguaPlone deleting it when
  it patches the catalog
  [erral]

- Use context object's url to create the cache key instead of the portal_url.
  [erral]

- Avoid extra space at the end of icon alt attributes.
  [davisagli]

- Merge plip #12905 to provide more body classes
  [vangheem]

- adding user roles to body class, eg: userrole-anonymous, ...
  [garbas]

- Use normalized template name for body class since dots are not a good idea in classes
  [daftdog]

2.3.1 (2012-08-29)
------------------

- Icons accessibility improvement. Append mimetype name to img alt attribute
  [toutpt]


2.3 (2012-08-11)
----------------

- Change breadcrumb separator to / (slash character) for accessibility, and added SEO benefits.
  see https://dev.plone.org/ticket/12904
  [polyester]

- Add language attribute to presentation.pt for WCAG 2.0 compliance.
  See https://dev.plone.org/ticket/12902
  [rmatt, polyester]

- Display publication date in author byline:
  https://dev.plone.org/ticket/8699
  [vipod]

- Remove hard dependency on ATContentTypes.
  [davisagli]

- Correctly hand action URLs not ending / [phrearch]

- Removed obsolete 'define-macro' and 'define-slot' from viewlet page templates.
  Fixes http://dev.plone.org/ticket/11541.
  [kleist]

- nextprevious/nextprevious.pt: Use "view/site_url" instead of deprecated "view/portal_url".
  Closes http://dev.plone.org/ticket/12720.
  [kleist]

- Translate alt attribute of image tag generated by icon
  [toutpt]


2.2.7 (2012-08-11)
------------------

- Change breadcrumb separator to / (slash character) for accessibility, and added SEO benefits.
  see https://dev.plone.org/ticket/12904
  [polyester]

- Add language attribute to presentation.pt for WCAG 2.0 compliance.
  See https://dev.plone.org/ticket/12902
  [rmatt, polyester]

- Remove hard dependency on ATContentTypes.
  [davisagli]

- Add body class for each part of url path. plip12905
  [vangheem]

2.2.6 (2012-04-15)
------------------

- Move .row and .cell styles from footer.pt to Sunburst main_template.
  Fixes https://dev.plone.org/ticket/12156
  [agnogueira]

- Add link targets for all action based links.  The target can be
  configured on a per-action basis.
  [rpatterson]


2.2.5 (2012-01-26)
------------------

- Slightly changed the whitespace in sitemap.xml.gz.
  [maurits]

- Use the link_target attribute (e.g. ``_target``) of user actions in
  the personal bar, if set.
  Fixes http://dev.plone.org/ticket/11609
  [maurits]

- Added a page as a not-js fallback for the user dropdown menu
  [giacomos]


2.2.4 (2011-12-03)
------------------

- Add the ability for the navtree strategy to supplement the query.
  Fixes a problem where the listing of default pages in navigation
  trees could no longer be enabled.
  [rossp]


2.2.3 (2011-10-17)
------------------

- 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]


2.2.2 (2011-08-23)
------------------

- Accessibility: Added a title and alt tag to the logo.
  This fixes http://dev.plone.org/plone/ticket/11689
  [fulv]

- Switching 'Skip to navigation' to be linked to the global navigation instead
  of the navigation portlet.
  This fixes http://dev.plone.org/plone/ticket/11728
  [spliter]


2.2.1 - 2011-08-08
------------------

- Refactor getNavigationRoot to make it simpler, fixing issues when
  relativeRoot is specified.
  [gotcha]

- 'placeholder' attribute for the searchbox instead of the custom JS handling
  of the same functionality.
  [spliter]


2.2 - 2011-07-19
----------------

- Fixed validation of the personal bar for anonymous user.
  [spliter]

- Replaced obsolete in HTML5 <acronym> element with <abbr>.
  References http://dev.plone.org/plone/ticket/11300.
  [spliter]

- Set the search form to submit to @@search in order to use the new
  search results page.
  [elvix]

- Updated the BaseIcon to return its html tag when called.
  [elvix]

- Updated search link in <head> to link to @@search - updated search results
  view.
  [spliter]

- Updated searchbox.pt to be linked to updated search results view.
  [spliter]


2.1.9 - unreleased
------------------

- Switching 'Skip to navigation' to be linked to the global navigation instead
  of the navigation portlet.
  This fixes http://dev.plone.org/plone/ticket/11728
  [spliter]


2.1.8 - 2011-07-04
------------------

- Show 'Manage portlets' fallback viewlet for all ILocalPortletAssignables, not
  just ATContentTypes items. This fixes
  http://code.google.com/p/dexterity/issues/detail?id=183
  [davisagli]


2.1.7 - 2011-06-30
------------------

- Footer viewlet have all viewlet base API (site_url, navigation_root_url, etc).
  [thomasdesvenain]

- Make the bodyClass play more nice with ZopeViewPageTemplateFile.
  This fixes https://dev.plone.org/plone/ticket/11825
  [WouterVH]


2.1.6 - 2011-06-02
------------------

- Use getPhysicalPath instead of absolute_url_path to handle correctly
  virtual hosting.
  This fixes http://dev.plone.org/plone/ticket/8787
  [encolpe]


2.1.5 - 2011-05-12
------------------

- Page title and logo image title are related to navigation root.
  Refs http://dev.plone.org/plone/ticket/9175.
  Added navigation_root_title to portal_state view.
  [thomasdesvenain]

- Fix missing workflow history entry for content creation.
  Closes http://dev.plone.org/plone/ticket/11305.
  [rossp]

- Respect typesUseViewActionInListings in sitemap.xml.
  [elro]

- Use the parent url for default pages in sitemap.xml.
  [elro]

- Exclude types_not_searched from sitemap.xml.
  This fixes http://dev.plone.org/plone/ticket/7145
  [elro]

- Reduce whitespace in sitemap.xml.
  [elro]

- sitemap.xml.gz support for INavigationRoot.
  [elro]

- Add MANIFEST.in.
  [WouterVH]

- Make ``getNavigationRoot`` behave correctly in ``INavigationRoot``-folders
  where a ``relativeRoot`` is specified.
  This fixes https://dev.plone.org/plone/ticket/8787
  [WouterVH]


2.1.4 - 2011-04-03
------------------

- Make the body `section-` class based on the navigation root instead of the
  site root.
  [elro]

- Added navigation_root to plone_portal_state.
  [elro]


2.1.3 - 2011-03-02
------------------

- Fixed i18n of the "Log in to add comments" button. It was a regression
  since 2.0. This fixes http://dev.plone.org/plone/ticket/11525
  [vincentfretin]


2.1.2 - 2011-02-10
------------------

- Add div#content wrapper to @@contenthistorypopup. This is the only popup
  that has its own template, and it needs a #content id for xdv configurations
  like that of plone.org.
  [smcmahon]

- Enable managing portlets of default pages.
  This fixes http://dev.plone.org/plone/ticket/10672
  [fRiSi]


2.1.1 - 2011-02-04
------------------

- Do not show personaltools if there aren't any user actions.
  This fixes https://dev.plone.org/plone/ticket/11460
  [fRiSi]


2.1 - 2011-01-13
----------------

- Update test to check for ``login`` instead of ``login_form``.
  [elro]

- Remove login redirect alias. As of Plone 4.1 there is a login script.
  [elro]


2.0.10 - 2011-06-02
-------------------

- Use getPhysicalPath instead of absolute_url_path to handle correctly virtual
  hosting. This fixes http://dev.plone.org/plone/ticket/8787
  [encolpe]


2.0.9 - 2011-05-12
------------------

- Make getNavigationRoot behave correctly in INavigationRoot-folders where a
  relativeRoot is specified. This fixes http://dev.plone.org/plone/ticket/8787
  [WouterVH]


2.0.8 - 2011-04-01
------------------

- Enable managing portlets of default pages. This fixes
  http://dev.plone.org/plone/ticket/10672
  [fRiSi]


2.0.7 - 2011-02-25
------------------

- Fixed i18n of the "Log in to add comments" button. It was a regression since
  2.0. This fixes http://dev.plone.org/plone/ticket/11525
  [vincentfretin]


2.0.6 - 2011-01-03
------------------

- Depend on ``Products.CMFPlone`` instead of ``Plone``.
  [elro]

- Avoid creating persistent DiscussionItemContainers prematurely when items
  are viewed that have commenting enabled but no actual comments yet.
  [davisagli]

- Don't cache navigation_root_path and navigation_root_url contextless
  http://dev.plone.org/plone/ticket/11291
  [tom_gross]

- Add ids to links personal_bar when rendered as anonymous so they can be
  styled. This makes behavior consistent with the authenticated personal_bar.
  http://dev.plone.org/plone/ticket/10850
  [eleddy]


2.0.5 - 2010-11-15
------------------

- Fix presentation view when headings have HTML attributes (such as headings
  translated from reStructured Text). This fixes
  http://dev.plone.org/plone/ticket/10689
  [davisagli]

- Removed unnecessary memoization of the presentation view; turned its tests
  into unit tests.
  [davisagli]

- XHTML 1.0 Strict searchbox.pt.
  This fixes http://dev.plone.org/plone/ticket/11007
  [kiorky]


2.0.4 - 2010-09-28
------------------

- Fixed @@plone_context_state.view_template_id handling of content that does
  not implement IBrowserDefault (Products.CMFDynamicViewFTI). It was possible
  for this code to raise Unauthorized even when the user had permission to
  access the default view of the current context.
  [mj]

- Avoid conflict in selected tabs when the id of an excluded item starts with the
  same id of an existing tab.
  Fixes http://dev.plone.org/plone/ticket/11140
  [WouterVH]


2.0.3 - 2010-09-15
------------------

- Translate comment messages on history
  [tdesvenain]

- 'Compare' link is not available
  if content type is not registered in portal_diff.
  Fixes http://dev.plone.org/plone/ticket/11107.
  [tdesvenain]

- Added icons to related items viewlet for file types
  Fixes http://dev.plone.org/plone/ticket/10866
  [cwainwright]


2.0.2 - 2010-08-03
------------------

- Use "index" instead of "render" to ease customization of next/prev and rss
  viewlets.
  [esteele]

- Use unicode double arrows for next/previous links instead of right/left arrow
  images.
  [esteele]

- Correct CSS class attribute for next/previous links.
  [esteele]


2.0.1 - 2010-07-18
------------------

- Update license to GPL version 2 only.
  [hannosch]


2.0 - 2010-07-01
----------------

- Removed notice about registered trademark from the footer, that's what (R)
  means anyway.
  [limi]

- Make sure the presentation mode warning (if the document has no headings)
  displays properly. Fixes http://dev.plone.org/plone/ticket/10689.
  [davisagli]

- Adding "deactivated" class to menus by default, so they won't flicker on load.
  This fixes http://dev.plone.org/plone/ticket/10470.
  [limi]

- Determine whether to show the history link in the byline viewlet based on
  whether the user has the 'CMFEditions: Access previous versions'
  permission, rather than based on whether the user is anonymous or not.
  Fixes http://dev.plone.org/plone/ticket/10640.
  [davisagli]

- Add an 'icons-on' class to the body when icons are enabled, so that icons
  applied via CSS can also be controlled.
  [davisagli]


2.0b8 - 2010-06-03
------------------

- Only show the history link in the byline on the default view. This avoids
  having the links in folder listing views.
  [hannosch]

- The condition on the author link in the byline was reversed.
  [rossp]

- Document byline should not show history link to anonymous users.
  [elro]


2.0b7 - 2010-05-03
------------------

- Fixed personal_bar.pt to not repeat the UL tag for each user action.
  This fixes http://dev.plone.org/plone/ticket/10481
  [xMartin, dunlapm]

- Fixed CMFContentIcon to not return a url if the getIcon lookup fails
  in the same way that brain-based icons do. This fixes
  http://dev.plone.org/plone/ticket/10466
  [dunlapm]

- Cleaned up content history viewlets and overlays by eliminating
  superfluous div tags from the output.
  [dunlapm]

- Added apple-touch-icon (iPhone/iPad home screen icon) definition to
  favicon.pt
  [limi]


2.0b6 - 2010-04-07
------------------

- The catalog brains icon return no icon if the type's icon_expr is
  empty.
  [rossp]

- Extend the have_portlets check to make it possible to force a portlet column
  to be enabled even if there are no portlets.
  [davisagli]

- Simplified Related Items to use a definition list instead of a fieldset -
  it's really not a form.
  [limi]

- Change keyword/tag viewlet to be independent of the surrounding language,
  and to have a class on the separator, so it can be removed when the styling
  requires it.
  [limi]

- Update viewlets so that this package now defines the viewlet configuration
  required by the Sunburst theme, and plonetheme.classic overrides that to
  achieve the old viewlet positions.
  [davisagli]


2.0b5 - 2010-03-05
------------------

- Make icon descriptions' lookup of portal_type title less brittle for missing
  portal_types (fall back to the portal_type id).
  [davisagli]

- Further optimize the related_items view by avoiding an algorithm with
  quadratic complexity.
  [hannosch]


2.0b4 - 2010-02-18
------------------

- Updated history_view.pt to the recent markup conventions.
  References http://dev.plone.org/old/plone/ticket/9981
  [spliter]


2.0b3 - 2010-02-17
------------------

- 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 div#edit-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]


2.0b2 - 2010-01-31
------------------

- Use the same designation for "Plone" in the portal footer and the
  colophon.
  Fixes http://dev.plone.org/plone/ticket/9741.
  [dukebody]


2.0b1 - 2010-01-25
------------------

- Micro-optimization for skip_links viewlet.
  [hannosch]

- Update presentation fullscreen view to match current main_template's.
  [hannosch]

- Simplify the TAL of the dublin core viewlet.
  [hannosch]

- Avoid the overhead of a DateTime class in the footer.
  [hannosch]

- Optimized the related items viewlet.
  [hannosch]

- Avoid looking a "request/SearchableText|nothing" expression. Looking things
  up in the entire request which aren't there most of the time is actually
  somewhat slow.
  [hannosch]

- Optimized the content history viewlet.
  [hannosch]

- Optimize TAL code of the byline viewlet.
  [hannosch]

- Registered new viewlet for related items instead of using a macro.
  References http://dev.plone.org/plone/ticket/9985.
  [spliter]

- Always return an id to ensure searchbox viewlet produces valid HTML
  when livesearch is disabled.
  Fixes http://dev.plone.org/plone/ticket/9405 - thanks saily.
  [pelle]


2.0a5 - 2009-12-27
------------------

- Use the getIconExprObject method of the FTI instead of the deprecated
  getIcon method.
  [hannosch]

- Specified package dependencies.
  [hannosch]

- Use the correct ViewPageTemplateFile from Five for the links viewlets.
  [hannosch]


2.0a4 - 2009-12-16
------------------

- Do not let the homelink in the personal bar viewlet point to the
  author page but to the personalize_form (or dashboard).
  Fixes http://dev.plone.org/plone/ticket/8707
  [maurits]

- ``plone.htmlhead.title`` was not editable TTW. This closes
  http://dev.plone.org/plone/ticket/9488.
  [hannosch]


2.0a3 - 2009-12-02
------------------

- Properly placed path bar above the content.
  http://dev.plone.org/plone/ticket/9860
  [spliter]

- plone.manage_portlets_fallback viewlet's implementation
  http://dev.plone.org/plone/ticket/9808
  [spliter]

- Only show diff and revert buttons for most recent version if it
  differs from the working copy.
  http://dev.plone.org/plone/ticket/9803
  [alecm]

- Remove review_state from version history info, it's not always there
  and we weren't using it.
  http://dev.plone.org/plone/ticket/9816
  [alecm]

- Pass the creator id to /author/ as a parameter if it contains a '/', such
  as openid users.
  [matthewwilkes]

- Portal logo has to have 'title' attribute for better accessibility.
  [spliter]


2.0a2 - 2009-11-15
------------------

- Package metadata cleanup.
  [hannosch]

- Avoid calling lots of Python scripts from inside the content history viewlet
  and use methods on the view instead.
  [hannosch]


2.0a1 - 2009-11-15
------------------

- Moved plone.path_bar to the plone.abovecontenttitle viewlet
  manager, breadcrumbs should be close to the title of the current document.
  [limi]

- It's no longer the dashboard's responsibility to supply prefs/profile links
  now that they are located in the user menu.
  The code uses the "group" terminology here though, so I'm wondering if this is
  related to group dashboards. If I broke anything, let me know.
  [limi]

- Micro-optimize the icons views.
  [hannosch]

- Merged the ``selectedTabs`` Python script into the GlobalSectionsViewlet.
  [hannosch]

- Take advantage of icons being found on the actions themselves now instead
  and avoid the getIconFor indirection.
  [hannosch]

- Removed the special default page and translation handling. LinguaPlone uses
  a content language negotiator per default instead.
  [hannosch]

- Add a viewlet to display the Dublin Core metadata added in
  http://dev.plone.org/plone/ticket9272
  [esteele]

- Added support for group dashboards to the dashboard view.
  [optilude]

- Greatly simplify the default colophon, so it stands a chance of staying on
  actual sites. We cannot claim any standards support for public sites, only
  for Plone itself.
  [hannosch]

- Changed the is_rtl method of the portal state view not to rely on the locale
  but use a much simpler test based on the language code. This avoids setting
  up the expensive request.locale.
  [hannosch]

- Fixed the portal state view to look for uppercase language in the request,
  since that is set by PloneLanguageTool. This closes
  http://dev.plone.org/plone/ticket/8342.
  [hannosch]

- "Log in to add comments" button is now a link and respects the login URL
  specified in portal_actions. Closes http://dev.plone.org/plone/ticket/9071.
  [erikrose]

- Fixed is_rtl test to work with new locale based approach.
  [hannosch]

- Removed memoizing for things which are only used once in a page.
  [hannosch]

- Replaced direct invocations of interfaces with queryAdapter calls. The
  former does a suboptimal getattr call internally.
  [hannosch]

- Sanitized the actions handling on the context state view. You can pass in
  an action category into the action method now, which is the preferred way.
  This allows us to avoid evaluating all actions in the current context if
  we are only interested in some of the categories.
  [hannosch]

- Since Zope 2.11 the locale is available on the request. Removed our special
  code from the portal state view and rely directly on the request.
  [hannosch]

- Changed ViewletBase so viewlets can be registered as zope.contentproviders.
  This closes http://dev.plone.org/plone/ticket/7868.
  [hannosch]

- Purge old zope2 Interface interfaces for Zope 2.12 compatibility.
  [elro]


1.2.5 - 2009-08-01
------------------

- In the history viewlet, moved again the arrows inside a span, it's really needed to apply a style.
  [vincentfretin]


1.2.4 - 2009-07-04
------------------

- In the history viewlet, internationalized the Compare link and replaced
  icons by plain text. The revert link is now a POST button. This closes
  http://dev.plone.org/plone/ticket/9064
  [limi, vincentfretin]


1.2.3 - 2009-06-12
------------------

- Fix issue when dealing with empty version histories in history viewlet.
  [alecm]


1.2.2 - 2009-06-11
------------------

- Make ContentHistoryViewlet use new metadata only history method to
  speed up listing.
  [alecm]

- Make ContentHistoryViewlet check if context isVersionable.
  [elro]


1.2.1 - 2009-05-20
------------------

- Changed the search and author header links to respect the navigation root.
  [hannosch]


1.2 - 2009-05-16
----------------

- Filter not-interesting history entries in content history viewlet. This
  prevents an empty history viewlet from being shown.
  [wichert]

- Add a new content history viewlet which combines the full workflow history
  and content versions. Render this instead of the workflow history viewlet.
  [wichert]

- Fixed querystring in CSS validation link in viewlets/colophon.pt
  There was an ampersand where the leading "?" should have been.
  http://dev.plone.org/plone/ticket/9054
  [siebo]

- Fixed "region-content" id twice in dashboard.pt, replaced one by "content".
  Fixes http://dev.plone.org/plone/ticket/8932
  [vincentfretin]

- Author link tag should follow same rules as byline viewlet.
  [elro]


1.2rc1 - 2009-03-20
-------------------

- Fixed i18n in content_history template.
  There were two nested msgids and dynamic content.
  [vincentfretin]

- Removed stray span tags in the comment byline.
  [limi]


1.2b1 - 2009-03-07
------------------

- Added navigation_root_url to the common viewlets base class. Adjusted the
  various viewlets templates to use the new attribute. Changed the dashboard
  view to be available on an INavigationRoot.
  This implements http://plone.org/products/plone/roadmap/234
  [calvinhp]

- Default to using the content history viewlet instead of the workflow history
  viewlet.
  [wichert]

- Add options to show differences between consecutive versions, and revert to
  and preview older revisions to the content history viewlet.
  [wichert]

- Use the new history view from CMFEditions instead of the crufty old form.
  [wichert]


1.1.8 - 2009-03-07
------------------

- Adjust the caching of sitemap.xml.gz. We only cache for anonymous users. That
  fixes a bug where a cached sitemap.xml.gz is delivered with information that
  only an user with more privilegs is allowed to see. We also make sure that
  the cached file was build with a current catalog by adding the catalog
  counter to the cache key. Based on a patch by stxnext.  Fixes
  http://dev.plone.org/plone/ticket/8402
  [stxnext, csenger]

- Added time_only for use with toLocalizedTime so that event_view now localizes
  the start/end times if the start/end dates are the same. Closes
  http://dev.plone.org/plone/ticket/8607
  [jnelson, calvinhp]

- Fixed Plone 3.1 backward compatibility of above.
  [stefan]


1.1.7 - 2008-12-15
------------------

- Modified user profile item on the dashboard to use an image tag
  instead of a background image. This makes it more consistent with
  the other list items and easier to style for RTL scripts.
  [emanlove]


1.1.6 - 2008-11-21
------------------

- Avoid a test failure caused by test interdependencies.
  [hannosch]

- Fixed tests for the language method of the portal state view.
  [hannosch]

- Fixed keywords.pt to properly encode ampersands in its links. This closes
  http://dev.plone.org/plone/ticket/8509
  [younga3, dunlapm]

- Fixed site_icon so that we would have flipped icon in case of RTL.
  This closes http://dev.plone.org/plone/ticket/4576
  [spliter]

- Fixed generation of links to author.cpt for user IDs that are a URL
  (OpenID users, e.g.).  This closes http://dev.plone.org/plone/ticket/8040
  [davisagli]

- Add some tests on private contents for sitemap.xml.gz generation.  This
  closes http://dev.plone.org/plone/ticket/8402
  [encolpe]


1.1.5 - 2008-08-18
------------------

- Fixed an invalid message id for the dashboard. This closes
  http://dev.plone.org/plone/ticket/7758.
  [hannosch]

- Fixed comments.pt to pass the title of the comment you are replying to into
  the discussion_reply_form. This closes
  http://dev.plone.org/plone/ticket/8323
  [calvinhp]

- Refactor default_page: move all logic out of the view to separate methods
  so they can be called without a request (which is not used at all).
  Deprecate parameters which were not in the interface and were never used.
  [wichert]

- Added note that Javascript is required for presentation mode. This closes
  http://dev.plone.org/plone/ticket/7575 and
  http://dev.plone.org/plone/ticket/7573
  [limi]

- Fixed plone_context_state's view_url method to work with contexts that don't
  have a portal_type.  This closes http://dev.plone.org/plone/ticket/8028.
  [davisagli]

- Changed IContentIcon to expose users to the title of the FTI instead of the
  portal_type. This closes http://dev.plone.org/plone/ticket/8246.
  [hannosch]

- Adjusted deprecation warnings to point to Plone 4.0 instead of Plone 3.5
  since we changed the version numbering again.
  [hannosch]


1.1.3 - 2008-07-07
------------------

- Made PersonalBarViewlet tolerate users who don't have a Plone user object, as
  when using OpenID or apachepas. This fixes
  http://dev.plone.org/plone/ticket/7296.
  [erikrose]

- Use 'index' attribute rather than 'render' for setting viewlet templates, so
  that they can be overridden using the 'template' ZCML attribute.
  [davisagli]


1.1.0 - 2008-04-20
------------------

- Applied patch from http://dev.plone.org/plone/ticket/7942 to ensure that the
  'currentParent' marker is not True for items that have a path that is a
  substring of the true path.
  [optilude]

- Displaying 'Anonymous User' also when the comment creator is an empty
  string. This fixes http://dev.plone.org/plone/ticket/7712.
  [rsantos]

- Allow the use of the icon attribute on action directly instead of using the
  actionicons tool.
  [hannosch]

- Fix invalid leading space in all 'Up to Site Setup' links.
  [wichert]

- Fixed permission in workflow history viewlet. This closes
  http://dev.plone.org/plone/ticket/5507.
  [hannosch]

- Made handling of self.context in portal.py consistent.
  [hannosch]

- Rename the portal_url instance variable to site_url in the ViewletBase
  class. This prevents getToolByName(..., 'portal_url') from returning
  the URL string instead of the portal_url tool, which can causes unexpected
  and subtle breakage. portal_url is still available but produces a deprecation
  warning. It will be removed in Plone 4.
  [wichert]

- Added viewlet for RSS link.
  [fschulze]

- Added dependency on plone.app.viewletmanager.
  [fschulze]

- Make viewlet managers in head section order- and filterable.
  [fschulze]


1.0.6 - 2008-09-10
------------------

- Added i18n markup to nextprevious.pt.
  This closes http://dev.plone.org/plone/ticket/7537.
  [hannosch]

- Catch KeyError for presentation or tableContents when document
  has an out-of-date schema.  Can happen when migrating from Plone
  2.5 to 3.0. Fall back to False for those attributes then.
  [maurits]


1.0.5 - 2008-01-03
------------------

- Do not create an empty <ul> in the personal actions bar if there are
  no items in it. This fixes an XHTML syntax error.
  [wichert]


1.0.4 - 2007-12-06
------------------

- Added i18n domain to comment.pt.
  [martior]

- Allow non ascii characters in webstats_js code.
  Fixes http://dev.plone.org/plone/ticket/7359
  [naro]

- Fixed workflow history viewlet to handle entries with
  usernames that don't exist any more (deleted users) and
  also anonymous users.
  This fixes http://dev.plone.org/plone/ticket/7250.
  [rsantos]


1.0.3 - 2007-11-09
------------------

- Made getIcon urls relative to portal root.
  [tesdal]


1.0.2 - 2007-10-08
------------------

- Fixed getIcon code for use with ++resource++ and to use a safer method
  of getting the correct url.
  [optilude]

- Upgraded the sitemap template to conform with the 0.9 specs from
  http://www.sitemaps.org and fixed the caching to use the filename.
  [deo]


1.0.1.1 - 2007-09-10
--------------------

- Lower logging level of 'no associated workflow' to avoid a log entry
  on each view.
  [ldr]

- Fixed default language in globals.
  [wichert]

- Fixed link to actor in history viewlet.
  [naro]

- Avoid locking on non lockable types in byline viewlet.
  [jfroche]

- Added website statistics inclusion viewlet to configure.zcml so it
  actually works.
  [fschulze]

- Made code in defaultpage.py a bit more tolerant of missing tools.
  [hannosch]


1.0 - 2007-08-17
----------------

- Fixed the translation of the 'Show this page in presentation mode...'
  message.
  [hannosch]

- Made the search box a bit wider, so the entire default text is shown
  in languages with a rather long term.
  [hannosch]

- Show the authors full name in presentation view. This fixes
  http://dev.plone.org/plone/ticket/6810
  [wichert]

.. _`CMFPlone#741`: https://github.com/plone/Products.CMFPlone/issues/741
.. _`CMFPlone#1000`: https://github.com/plone/Products.CMFPlone/issues/1000
.. _`CMFPlone#1037`: https://github.com/plone/Products.CMFPlone/issues/1037
.. _`CMFPlone#1151`: https://github.com/plone/Products.CMFPlone/issues/1151
.. _`CMFPlone#1178`: https://github.com/plone/Products.CMFPlone/issues/1178
.. _`CMFPlone#1556`: https://github.com/plone/Products.CMFPlone/issues/1556

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/plone.app.layout",
    "name": "plone.app.layout",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "plone layout viewlet",
    "author": "Plone Foundation",
    "author_email": "plone-developers@lists.sourceforge.net",
    "download_url": "https://files.pythonhosted.org/packages/79/45/76f33b8cfaf1f0d771dde9f7d3f45dfb47f5ca20646f89b4887e6ad68351/plone_app_layout-4.1.0.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\nThis package contains various visual components for Plone, such as viewlets\nand general views.\n\nCompatibility\n-------------\n\n- the 2.2.x series is for use in Plone 4.2\n- the 2.3.x series is for use in Plone 4.3 (versions below 2.3.2 may also work with Plone 4.2)\n- the 2.5.x series is for use in Plone 5.0\n- the 2.8.x series is for use in Plone 5.1\n- the 3.4.x series is for use in Plone 5.2\n- the 4.x  series is for use in Plone 6 (the current master/main branch)\n\nUsing other combinations *might* work, but you may find getting support for that harder.\n\nIf you are using Plone < 4.3.5 and you are using dexterity items and plone.app.contenttypes, you might want to pin the latest 2.3.x version of this package.\n\nChangelog\n=========\n\n.. You should *NOT* be adding new change log entries to this file.\n   You should create a file in the news directory instead.\n   For helpful instructions, please see:\n   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst\n\n.. towncrier release notes start\n\n4.1.0 (2024-04-23)\n------------------\n\nNew features:\n\n\n- Add a field ``webstats_head_js`` to the Site controlpanel and render its\n  contents in the head section using ``IHtmlHeadLinks`` viewlet manager.\n  See `issue 3931 <https://github.com/plone/Products.CMFPlone/issues/3931>`_:\n  some javascript needs to be loaded at the bottom of the page, and some in the head section.\n  [jladage] (#3931)\n\n\n4.0.8 (2023-12-22)\n------------------\n\nBug fixes:\n\n\n- Fix KeyError `time` when missing workflow variables are added later.\n  Fixes `issue 357 <https://github.com/plone/plone.app.layout/issues/357>`_.\n  [maurits] (#357)\n\n\n4.0.7 (2023-07-14)\n------------------\n\nBug fixes:\n\n\n- Fix nested `li` tags after zpretty in `contentviews.pt`\n  [petschki] (#350)\n\n\nInternal:\n\n\n- Update configuration files.\n  [plone devs] (7723aeaf, cfffba8c)\n\n\n4.0.6 (2023-06-22)\n------------------\n\nBug fixes:\n\n\n- Unify default values for translations\n  [erral] (#347)\n\n\n4.0.5 (2023-05-22)\n------------------\n\nBug fixes:\n\n\n- Deprecate moved `getNavigationRoot` and `getNavigationRootObject` in `plone.app.layout.navigation.root`.\n  This was already moved earlier as `get_navigation_root` and `get_navigation_root_object` to `plone.base.navigationroot`.\n  [@jensens] (deprecate-navigationtroot)\n- Fix transitive circular dependencies in `plone.app.layout`.\n  Move `.nextprevious.INextPreviousProvider` to `plone.app.dexterity.behaviors.nextprevious` and put BBB import into place.\n  Move the default page warning viewlet from `plone.app.dexterity.browser:default_page_warning.pt` with it's ZCML to `plone.app.layout.viewlets`.\n  [@jensens] (fix-circular-dep-padexterity)\n- Bring back all HTML attributes for actions.\n  [gforcada] (#340)\n\n\n4.0.4 (2023-04-26)\n------------------\n\nBug fixes:\n\n\n- Remove dead code for Archetypes relations lookup.\n  [@jensens] (rm-archetypes-code)\n- Add another unused `get_translations` method to deprecated ones.\n  Circula dependency on plone.app.multilingual is only for unused deprecated methods.\n  Move it's imports into methods-body and remove dependency from setup.py.\n  [@jensens] (rm-dep-pamultilingual)\n\n\n4.0.3 (2023-04-15)\n------------------\n\nBug fixes:\n\n\n- Remove Archetypes code from TOC viewlet.\n  @jensens (rm-at-code-from-toc)\n\n\nInternal:\n\n\n- Update configuration files.\n  [plone devs] (11f0db91)\n\n\n4.0.2 (2023-03-14)\n------------------\n\nBug fixes:\n\n\n- Move interface plone.app.layout.navigation.interfaces.INavigationRoot to plone.base.interfaces.siteroot and add a deprecated import to plone.app.layout.\n  [jensens, gforcarda] (Plone-3731)\n\n\n4.0.1 (2023-02-22)\n------------------\n\nBug fixes:\n\n\n- Remove deprecation warnings (#331)\n\n\n4.0.0 (2022-11-18)\n------------------\n\nBug fixes:\n\n\n- Fix document-actions icons [MrTango] (#321)\n\n\n4.0.0b5 (2022-10-11)\n--------------------\n\nBug fixes:\n\n\n- Fix password used in tests. [davisagli] (#328)\n\n\n4.0.0b4 (2022-09-30)\n--------------------\n\nNew features:\n\n\n- Use a variable to allow customization of the image scale used for social tags\n  [laulaz] (#323)\n\n\nBug fixes:\n\n\n- Fix undefined logger variable\n  [laulaz] (#323)\n- Show modification datetime in toolbar with full datetime according to locale format\n  [erral] (#325)\n- Use longer password in tests. [davisagli] (#327)\n\n\n4.0.0b3 (2022-08-31)\n--------------------\n\nBug fixes:\n\n\n- get the title of the navigation root from the registry when the navigation root object is the portal object\n  [erral] (#317)\n- Fix css classes for membertools dropdown if toolbar is disabled.\n  [petschki] (#320)\n- Update markup and css classes for anontools viewlet.\n  [petschki] (#322)\n\n\n4.0.0b2 (2022-07-19)\n--------------------\n\nBug fixes:\n\n\n- Reuse existing i18n label\n  [erral] (#315)\n- Change i18n translation msgid\n  [erral] (#316)\n\n\n4.0.0b1 (2022-06-23)\n--------------------\n\nNew features:\n\n\n- Updated tests for SVG Plone logo.\n  [petschki] (#310)\n\n\nBug fixes:\n\n\n- Toolbar width and wrapping tweaks.\n  [agitator] (#311)\n- Fix og:image by using an @@images scale instead of @@download.\n  [agitator] (#312)\n- Fix toolbar header toggle (do not change url when clicking).\n  [petschki] (#313)\n- Add missing i18n tags\n  [erral] (#314)\n\n\n4.0.0a12 (2022-05-24)\n---------------------\n\nBreaking changes:\n\n\n- Use ``plone.base``, black, isort.  [maurits] (#302)\n\n\nNew features:\n\n\n- Reimplement dropout toolbar submenus and collapsed icons.\n  [petschki, agitator] (#303)\n\n\nBug fixes:\n\n\n- Display all the creators if they are more than one.\n  Make the byline and the contributor viewlet markup consistent.\n  [ale-rt] (#304)\n- Deprecate unused code [ale-rt] (#305)\n- Remove alt tags from icons within links.\n  [agitator] (#309)\n\n\n4.0.0a11 (2022-04-07)\n---------------------\n\nNew features:\n\n\n- Restructure global sections and searchbox markup for mobile navigation as offcanvas sidebar.\n  [agitator] (#294)\n- LiveSearch with support for images in search results.\n  [agitator] (#299)\n\n\nBug fixes:\n\n\n- Use icon resolver from Plone 6 and use SVG icons.\n  [agitator]\n\n  Integrate new toolbar.\n  [petschki] (254-2)\n- Use pat-display-time from Patternslib in the toolbar and remove pat-moment from the history view.\n  [thet] (#254)\n- Allow scrolling content while offcanvas toolbar is expanded\n  [pbauer] (#295)\n- Do not use ``structure`` for status messages.\n  [maurits] (#297)\n\n\n4.0.0a10 (2022-02-23)\n---------------------\n\nBug fixes:\n\n\n- Remove plone.header viewlet\n  [erral] (#286)\n- Correct favicon handling: fix URL to navroot/favicon.ico and use customized icon file name as part of the proxy cache key. (#290)\n\n\n4.0.0a9 (2022-01-28)\n--------------------\n\nNew features:\n\n\n- Add viewlet to display customizable favicon with handler to update its MIME-type\n  [talarias] (plip-favicon)\n\n\n4.0.0a8 (2022-01-25)\n--------------------\n\nBreaking changes:\n\n\n- Remove (marked for removal im Plone 6) deprecated methods. [jensens] (#285)\n\n\nBug fixes:\n\n\n- In global sections viewlet fetch registry only one time. Also: Code style black and minor code cleanup. [jensens] (#285)\n\n\n4.0.0a7 (2022-01-19)\n--------------------\n\nBug fixes:\n\n\n- Escape navigation titles only once.\n  [thomasmassmann] (#280)\n\n\n4.0.0a6 (2022-01-07)\n--------------------\n\nNew features:\n\n\n- Global section viewlet: Catalog based navigation.\n  Show the global sections also if navigation contains items but tabs are empty.\n  This allows for disabling portal tabs rendering and constructing the navigation only from the catalog query.\n  [thet] (273-1)\n- Global sections viewlet: Customize entries and query.\n  Also allow customizing the tabs entries and the navigation query along with the other navigation entries.\n  [thet] (273-2)\n- Global sections viewlet: Factor out types_using_view.\n  Factor out types_using_view so that this method can be re-used, e.g. in a subclass with a customize_entry method.\n  [thet] (273-3)\n- Global sections viewlet performance optimizations:\n\n  - Remove pointless caching on types_using_view,\n  - Store settings in variable for multiple access, bypassing cache checks,\n  - Remove now pointless caching on settings property,\n  - Deprecate now unused navtree_depth property.\n\n  [thet] (#275)\n\n\n4.0.0a5 (2021-11-23)\n--------------------\n\nBreaking changes:\n\n\n- Move most (hard dependency) portlet related to `plone.app.portlets`:\n  Dashboard, Portlet related viewlets.\n  A first step towards a Portlet-as-an-Addon story.\n  [jensens] (#268)\n- Remove long deprecated ``getIcon``` from layout-policy. [jensens] (#270)\n\n\nBug fixes:\n\n\n- Fix breadcrumb id.\n  [agitator] (#267)\n- Micro optimizations at visibility in layoutpolicy [jensens] (#271)\n\n\n4.0.0a4 (2021-10-16)\n--------------------\n\nBug fixes:\n\n\n- Add missing i18n:translate tags\n  [erral] (#264)\n\n\n4.0.0a3 (2021-09-15)\n--------------------\n\nBug fixes:\n\n\n- Remove cyclic dependency with Products.CMFPlone\n  [ericof] (#261)\n\n\n4.0.0a2 (2021-09-01)\n--------------------\n\nBreaking changes:\n\n\n- Update for Plone 6 with Bootstrap markup\n  [agitator, ale-rt, jensens, mauritsvanrees, mrtango, pbauer, petschki] (#250)\n- Update dashboard for Plone 6 with Bootstrap markup\n  [1letter] (#252)\n\n\nNew features:\n\n\n- add col visibility marker classes to body tag\n  [MrTango] (#238)\n- Protect @@historyview with Modify portal content permission. Fixes https://github.com/plone/Products.CMFPlone/issues/3297\n  [pbauer] (#257)\n- add icon_expr to actions dict\n  [agitator] (#2967)\n\n\nBug fixes:\n\n\n- Show document_byline to public if `display_publication_date_in_byline` in site controlpanel is active. Only show author if `allow_anon_views_about` in security controlpanel is active. Show `modification_date` if not published or `modification_date` is greater that `effective_date`.\n  [agitator] (#258)\n\n\n4.0.0a1 (2021-04-20)\n--------------------\n\nBreaking changes:\n\n\n- Update for Plone 6 with Bootstrap markup\n  [agitator, ale-rt, jensens, mauritsvanrees, mrtango, pbauer, petschki] (#250)\n- Update dashboard for Plone 6 with Bootstrap markup\n  [1letter] (#252)\n\n\nNew features:\n\n\n- add col visibility marker classes to body tag\n  [MrTango] (#238)\n- add icon_expr to actions dict\n  [agitator] (#2967)\n\n\n3.4.6 (2020-09-28)\n------------------\n\nBug fixes:\n\n\n- Fixed various deprecation warnings.\n  [maurits] (#3130)\n\n\n3.4.5 (2020-09-07)\n------------------\n\nBug fixes:\n\n\n- Made the error page recognisable again in the body classes.\n  Instead of ``template-index-html`` you now get ``template-error_message-pt``.\n  Compatibility note: in Plone 5.1 and earlier, this was ``template-default_error_message``.\n  [maurits] (#242)\n\n\n3.4.4 (2020-07-17)\n------------------\n\nBug fixes:\n\n\n- Translate title modal like the \"Log in\" modal.\n  This fixes https://github.com/plone/Products.CMFPlone/issues/3132\n  [vincentfretin] (#241)\n\n\n3.4.3 (2020-06-30)\n------------------\n\nBug fixes:\n\n\n- Restore selectedTabs code that was removed in 3.4.1 to prevent breaking changes inside a minor Plone release. Plone doesn't use this code anymore, but third party addons may use it. (#239)\n\n\n3.4.2 (2020-04-20)\n------------------\n\nBug fixes:\n\n\n- Make navtree more robust against empty title or name, do not fail but fall back to id.\n  [jensens] (#237)\n\n\n3.4.1 (2020-03-09)\n------------------\n\nBug fixes:\n\n\n- Analytics viewlet: make webstats_js a property, so that it does not rely on an a call to the update method to be correctly evaluated [ale-rt] (#227)\n- Code formatting according to Plone standards (black, isort).\n  [thet] (#230)\n- Remove selectedTabs and update method from GlobalSectionsViewlet as both are now unused.\n  [thet] (#231)\n- Remove deprecation warnings [ale-rt] (#233)\n- Integrate Plone20200121 hotfix: prevent XSS in title.\n  Part of https://plone.org/security/hotfix/20200121/xss-in-the-title-field-on-plone-5-0-and-higher\n  [maurits] (#3021)\n\n\n3.4.0 (2019-12-10)\n------------------\n\nNew features:\n\n\n- Add is_navigation_root check in plone_context_state view\n  [erral] (#225)\n\n\n3.3.1 (2019-10-21)\n------------------\n\nBug fixes:\n\n\n- Fix Home tab localization [vincentfretin] (#222)\n\n\n3.3.0 (2019-10-12)\n------------------\n\nNew features:\n\n\n- Add a surrounding div to the webstats js. Fixes #157\n  [erral] (#157)\n\n\nBug fixes:\n\n\n- Fix memory leak on getUserInfo [avoinea] (#204) (#210)\n- Fix Unicode Error in folders with special chars. See #215 [erral] (#215)\n\n\n3.2.2 (2019-08-29)\n------------------\n\nBug fixes:\n\n- Add missing translation for screen readers\n  [laulaz]\n\n- Memory leak on getUserInfo [avoinea] (#204)\n\n\n3.2.1 (2019-07-06)\n------------------\n\nBug fixes:\n\n- fix GlobalStatusMessage type translation (#202)\n  [laulaz]\n\n- fix portal_tabs_view.topLevelTabs called twice\n  [mamico] (#201)\n\n\n3.2.0 (2019-06-27)\n------------------\n\nNew features:\n\n\n- Add support for Python 3.8 [pbauer] (#200)\n\n\n3.1.3 (2019-05-01)\n------------------\n\nBug fixes:\n\n\n- fix ``show_excluded_items`` in combination with ``exclude_from_nav`` setting\n  [petschki] (#190)\n- Remove unused imports (and so a DeprecationWarning). [jensens] (#193)\n- Make navigation (global sections) subclassing easier. [iham] (#194)\n\n\n3.1.2 (2019-03-21)\n------------------\n\nBreaking changes:\n\n\n- Remove the ``plone.navtree`` content provider that was introduced in the context of the Navigation PLIP (https://github.com/plone/Products.CMFPlone/issues/2516) [ale-rt] (#188)\n\n\n3.1.1 (2019-03-03)\n------------------\n\nBug fixes:\n\n\n- Improve the new navigation and add test coverage [ale-rt] (#181)\n- Provide a proper unique id and a review state class for the first level tabs\n  [ale-rt] (#184)\n- Fix tests since the default nav-depth is now 3 for new sites. [pbauer] (#187)\n\n\n3.1.0 (2019-02-13)\n------------------\n\nNew features:\n\n\n- Added multilevel dropdown navigation [agitator] (#2516)\n\n\nBug fixes:\n\n\n- fix python3 compatibility [petschki] (#176)\n- Fix some issues with the new navigation. (Fixes\n  https://github.com/plone/Products.CMFPlone/issues/2731 and\n  https://github.com/plone/Products.CMFPlone/issues/2730) [pbauer] (#180)\n\n\n3.0.0 (2018-10-30)\n------------------\n\nNew features:\n\n- Add test for Revert to Revision action in History Viewlet\n  [davilima6]\n\n- Remove ``enable_compression`` method that isn't used in Plone. #1801\n  [tlotze]\n\nBug fixes:\n\n- Add template and view arguments support to IBodyClassAdapters (fixes `#158 <https://github.com/plone/plone.app.layout/issues/158>`_).\n  [rodfersou]\n\n- Show document byline for logged-in users. Fixes #160\n  [erral]\n\n- Get rid of obsolete ``X-UA-Compatible`` header.\n  [hvelarde]\n\n- Implement viewlet dummy ordering needed for Python 3 sorting.\n  [ale-rt]\n\n- Fix sitemap in py3.\n  [pbauer]\n\n- Fix tests for py3 and drop use of PloneTestCase.\n  [pbauer, fgrcon]\n\n\n2.8.1 (2018-06-18)\n------------------\n\nNew features:\n\n- Pagination: made label and arrows easier to customise.\n  [iham]\n\nBug fixes:\n\n- Helper `getNavigationRoot` returns site, if context is not in\n  acquisition chain (eg AJAX calls)\n  [tomgross]\n\n\n2.8.0 (2018-04-24)\n------------------\n\nNew features:\n\n- Allow addition of extra body classes via multiple IBodyClassAdapter adapter registrations without the need to overload the ILayoutPolicy view.\n  [thet, jensens, agitator]\n\n- Make it easier to override separator in title viewlet\n  [tomgross]\n\nBug fixes:\n\n- Do not use ``rel=\"tag\"`` attribute on the keywords viewlet as the referenced document is not a tag definition but a search result;\n  use ``rel=\"nofollow\"`` instead to avoid search crawlers hammering our sites.\n  [hvelarde]\n\n- More py3 fixes.\n  [pbauer]\n\n- Use ``get_installer`` in tests.\n  [maurits]\n\n2.7.5 (2017-11-26)\n------------------\n\nNew features:\n\n- Toolbar: Use pattern variables to configure the toolbar and submenu widths from plone.lessvariables.\n  [thet]\n\n- Imports are Python3 compatible\n  [ale-rt, jensens]\n\nBug fixes:\n\n- Fix for situations where pathbar viewlet variables were undefined in toolbar context\n  [tomgross]\n\n2.7.4 (2017-09-03)\n------------------\n\nBug fixes:\n\n- Use the site-title in the meta-attribute title unless the navigation_root is not the portal.\n  Fixes https://github.com/plone/Products.CMFPlone/issues/2117\n  [pbauer]\n\n\n2.7.3 (2017-08-27)\n------------------\n\nNew features:\n\n- Added ``Show Toolbar`` permission.\n  [agitator]\n\nBug fixes:\n\n- Put \"search in this section\" checkbox where assistive tech users have a fair chance of finding and using it\n  https://github.com/plone/Products.CMFPlone/issues/1619\n  [polyester]\n\n\n2.7.2 (2017-07-04)\n------------------\n\nNew features:\n\n- Added membertools viewlet. If user is not anonymous and toolbar is not visible according to ``is_toolbar_visible`` the viewlet will show at the location of anontools.\n  [agitator]\n\nBug fixes:\n\n- show 'in current section only' before search input field for a11y reasons. https://github.com/plone/Products.CMFPlone/issues/1619 [polyester]\n\n\n2.7.1 (2017-07-03)\n------------------\n\nBug fixes:\n\n- Fix issue preventing disabling icons and/or thumbs globally.\n  [fgrcon]\n\n\n2.7.0 (2017-05-24)\n------------------\n\nNew features:\n\n- Do not render social metadata if you are a logged user.\n  [bsuttor]\n\n- Add method ``is_toolbar_visible`` to context state.\n  It uses a whitelist and defaults to authenticated users.\n  Use new method it in toolbar viewlet manager and layout body classes.\n  [jensens]\n\nBug fixes:\n\n- fixed css-classes for thumb scales ...\n  https://github.com/plone/Products.CMFPlone/issues/2077\n  [fgrcon]\n\n- Deprecating getIcon() in @@plone_layout\n  see https://github.com/plone/Products.CMFPlone/issues/1734\n  [fgrcon]\n\n- Factor toolbar classes out to own method.\n  Includes minor cleanup.\n  [jensens]\n\n\n2.6.5 (2017-03-29)\n------------------\n\nBug fixes:\n\n- Fix tests for social media viewlet.\n  [hvelarde]\n\n- Fix import location for Products.ATContentTypes.interfaces.\n  [thet]\n\n- Remove redundant Twitter card tags. If og:title, og:description, og:image and\n  og:url are defined Twitter will recognise and use those on the card.\n  See: `Twitter getting started <https://dev.twitter.com/cards/getting-started>`_ section on\n  Twitter Cards and Open Graph. Fixes `issue 119 <https://github.com/plone/plone.app.layout/issues/119>`_.\n  [jladage]\n\n\n2.6.4 (2017-01-17)\n------------------\n\nBug fixes:\n\n- Fix error in viewlet when related dexterity item has been deleted.\n  [maurits]\n\n\n2.6.3 (2016-12-30)\n------------------\n\nBug fixes:\n\n- Fix sitemap.xml.gz for plone.app.multilingual (>= 2.x) but breaks it for\n  LinguaPlone and plone.app.multilingual 1.x\n  If this is a problem then please see bedbfeb67 on 2.5.x branch for how to\n  maintain compatibility with these products.\n  [djowett]\n\n- Include the ``template`` body class also, when a view but no template is passed.\n  Fixes missing template class with plone.app.blocks based layouts in Mosaic.\n  [thet]\n\n- prevent extra '@' in twitter:site meta tag\n  [tkimnguyen]\n\n\n2.6.2 (2016-11-18)\n------------------\n\nBug fixes:\n\n- Removed ZopeTestCase from the tests.\n  [ivanteoh, maurits]\n\n- Add default icon for top-level contentview toolbar entries\n  [alecm]\n\n- Remove commented out viewlet (meant for Plone 3) and its related template.\n  [gforcada]\n\n- Adapt code to some deprecated methods getting finally removed.\n  [gforcada]\n\n\n2.6.1 (2016-06-07)\n------------------\n\nBug fixes:\n\n- Document byline viewlet is now displayed only to anonymous users if permitted by the `Allow anyone to view 'about' information` option in the `Security Settings` of `Site Setup` (closes `CMFPlone#1556`_).\n  Code used to show the lock status and history view was removed from the document byline as this information was not available to anonymous users anyway.\n  [hvelarde]\n\n\n2.6.0 (2016-05-10)\n------------------\n\nIncompatibilities:\n\n- Deprecated ``plone.app.layout.globals.pattern_settings``.\n  Moved view to ``Products.CMFPlone.patterns.view``.\n  Deprecated also pointless interface for this view.\n  Addresses https://github.com/plone/Products.CMFPlone/issues/1513 and goes together with https://github.com/plone/Products.CMFPlone/issues/1514.\n  [jensens]\n\nFixes:\n\n- Fix body class ``pat-markspeciallinks`` not set.\n  Fixes #84.\n  [thet]\n\n2.5.19 (2016-03-31)\n-------------------\n\nNew:\n\n- Construct the site logo URL to be rooted at ISite instances returned by\n  ``zope.component.hooks.getSite`` and not only rooted at portal root.\n  This makes it possible to have sub sites with local registries which return\n  a different logo.\n  [thet]\n\nFixes:\n\n- Fixed html validation: element nav does not need a role attribute.\n  [maurits]\n\n- Fixed invalid html of social viewlet by moving the schema.org tags\n  to the body in a new viewlet ``plone.abovecontenttitle.socialtags``\n  and adding ``itemScope`` and ``itemType`` there.\n  Fixes https://github.com/plone/Products.CMFPlone/issues/1087\n  [maurits]\n\n- Fix test isolation problems: if a test calls transaction.commit() directly or\n  indirectly it can not be an integration test, either avoid the commit or\n  change the layer into a functional one.\n  Fixes: https://github.com/plone/plone.app.layout/issues/79\n  [gforcada]\n\n\n2.5.18 (2016-02-11)\n-------------------\n\nNew:\n\n- Switched deprecated ``listingBar`` CSS class to ``pagination``.\n  [davilima6]\n\nFixes:\n\n- Adapted to changed Zope 4 ``browser:view`` semantics.  We either\n  need a ``template`` ZCML argument or a ``__call__`` method on the\n  class.  [thet]\n\n\n2.5.17 (2015-11-26)\n-------------------\n\nNew:\n\n- Added option to show/hide thumbs in site-controlpanel.\n  https://github.com/plone/Products.CMFPlone/issues/1241\n  [fgrcon]\n\nFixes:\n\n- Fixed missing closed span in document_relateditems.pt.\n  [vincentfretin]\n\n- Fixed relatedItemBox: show thumbs, title and description correctly.\n  https://github.com/plone/Products.CMFPlone/issues/1226\n  [fgrcon]\n\n\n2.5.16 (2015-10-28)\n-------------------\n\nFixes:\n\n- Removed Chrome Frame from ``X-UA-Compatible`` HTTP header as it's deprecated.\n  [hvelarde]\n\n- Fixed icon rendering.  Issue `CMFPlone#1151`_.\n  [fgrcon]\n\n- Fixed global sections tabs.  Issue `CMFPlone#1178`_.\n  [tomgross]\n\n\n2.5.15 (2015-09-20)\n-------------------\n\n- Pull mark_special_links, external_links_open_new_window,\n  types_view_action_in_listings values\n  from configuration registry.\n  [esteele]\n\n- Respect @@site_controlpanel configuration to show publication date\n  in document_byline.  Closes `CMFPlone#1037`_.\n  [rodfersou]\n\n- Implemented fuzzy dates for document_byline.  Closes `CMFPlone#1000`_.\n  [rodfersou]\n\n\n2.5.14 (2015-09-15)\n-------------------\n\n- add icons-off body class for icon setting\n  [vangheem]\n\n- Use global site-title for og:site_name.\n  Fixes https://github.com/plone/Products.CMFPlone/issues/951\n  [pbauer]\n\n\n2.5.13 (2015-09-12)\n-------------------\n\n- Fixed AttributeError for ac_permissions.\n  Happens in plone.app.portlets tests.\n  [maurits]\n\n\n2.5.12 (2015-09-08)\n-------------------\n\n- Bring back document byline.  Closes `CMFPlone#741`_.\n  [rodfersou]\n\n\n2.5.11 (2015-09-07)\n-------------------\n\n- Be more defensive in getting registry settings so upgraded\n  schema does not cause errors\n  [vangheem]\n\n- Pull values for display_publication_date_in_byline, default_language,\n  icon_visibility from the configuration registry.\n  [esteele]\n\n2.5.10 (2015-08-20)\n-------------------\n\n- Correctly display selected item in global navigation for images and files.\n  Fixes https://github.com/plone/Products.CMFPlone/issues/830\n  [pbauer]\n\n- Add view url to document as data-view-url\n  [ale-rt]\n\n- If toolbar logo is empty, use default\n  [vangheem]\n\n- Move getDefaultPage, isDefaultPage, IDefaultPage and DefaultPage view to\n  Products.CMFPlone in order to avoid circular imports between both packages.\n  Moved test for it as well. Placed deferred deprecated imports for all old\n  names here.\n  [jensens]\n\n- Remove deprecated ``context`` parameter from ``DefaultPage`` methods.\n  [jensens]\n\n- minor cleanup in getDefaultPage function\n  [jensens]\n\n- Added a test for the complex getDefaultPage function\n  [jensens]\n\n2.5.9 (2015-07-21)\n------------------\n\n- Default is expanded Toolbar.\n  [bloodbare]\n\n\n2.5.8 (2015-07-18)\n------------------\n\n- Moved historyRecords in @@historyview into a table\n  [agitator]\n\n- Combine viewlets used in the IToolbar viewlet manager, merge, reorder\n  items so they make more sense\n  [vangheem]\n\n- merge plone.personal_bar viewlet into toolbar viewlet manager\n  [vangheem]\n\n- remove plone.contentactions, merged into ContentViewsViewlet\n  [vangheem]\n\n- remove plone.documentbyline as it wasn't really a viewlet anymore and we\n  were force rendering it into toolbar viewlet manager\n  [vangheem]\n\n- remove \"you are here\" in breadcrumbs\n  [vangheem]\n\n- always show site root syndication links if enabled\n  [vangheem]\n\n- by default, show site logo in social settings\n  [vangheem]\n\n- Add aria hidden role to avoid screenreaders to nonsense stop by at the\n  toolbar tiny logo [sneridagh]\n\n- Get rid completely of the plone.skip_links viewlet because it already doesn't\n  worked OOTB since always and this does not follow modern a11y methods and we\n  are dropping support for outdated ways [sneridagh]\n\n- Remove all references to \"accesskeys\" attributes on templates [sneridagh]\n\n- Disabled document_byline viewlet in favor of toolbar action.\n  [agitator]\n\n- Added documentByLine to @@historyview\n  [agitator]\n\n- removed DocumentBylineViewlet\n  [agitator]\n\n\n2.5.7 (2015-06-05)\n------------------\n\n- Add social meta tags viewlet\n  [vangheem]\n\n- render the footer portlets in a way where they can still\n  be edited with @@manage-portlets\n  [vangheem]\n\n\n2.5.6 (2015-05-13)\n------------------\n\n- do not set width and height on logo\n  [vangheem]\n\n- provide active class for currently selected toolbar item\n  [vangheem]\n\n- Add ``_authenticator`` param to contenthistory URLs.\n  This will prevent CSRF warnings\n  (see https://github.com/plone/Products.CMFPlone/issues/330)\n  [keul]\n\n2.5.5 (2015-05-04)\n------------------\n\n- Updating tests to handle new plone.app.testing.\n  [do3cc]\n\n- Fix info_empty_dashboard i18n default message.\n  [vincentfretin]\n\n- Add row class to constrain width of footer.\n  [davisagli]\n\n- pat-modal pattern has been renamed to pat-plone-modal\n  [jcbrand]\n\n\n2.5.4 (2015-03-13)\n------------------\n\n- Read ``allow_anon_views_about`` settings from the registry instead of portal\n  properties (see https://github.com/plone/Products.CMFPlone/issues/216).\n  [jcerjak]\n\n- use livesearch pattern\n  [vangheem]\n\n- use configuration registry pattern options\n  [vangheem]\n\n- Added support for site logos stored in the portal registry via the site\n  control panel for the logo viewlet with a fallback to the ``OFS.Image``\n  based ``logo.png`` file. Removed support of long-gone\n  ``base_properties.props`` defined logo names.\n  [thet]\n\n- Updated markup for dashboard.\n  [davisagli]\n\n- Add pat-markspeciallinks to bodyClass depending on settings in @@theming-controlpanel.\n  [fulv]\n\n- Fix relateditems viewlet (tal:repeat is executed after tal:define).\n  [pbauer]\n\n\n2.5.3 (2014-11-01)\n------------------\n\n- Move patterns settings to CMFPlone\n  [bloodbare]\n\n- Initial implementation of Mockup-aware content info section.\n  [sneridagh]\n\n\n2.5.2 (2014-10-23)\n------------------\n\n- Switch site_title setting from root property to p.a.registry.\n  [timo]\n\n- Switch webstats_js setting from site_properties to p.a.registry.\n  [timo]\n\n- Switch enable_sitemap setting from site_properties to p.a.registry.\n  [timo]\n\n- Fix related items viewlet listing dexterity related folder's descendants.\n  [rpatterson]\n\n- Add more data attributes to body tag\n  [vangheem]\n\n- Change document byline viewlet manager to toolbar. Adapt template for toolbar.\n  [sneridagh]\n\n- Update byline viewlet name.\n  [sneridagh]\n\n- Created new viewlet manager for holding main navigation for a more semantic\n  use of it. Move the global sections viewlet into it.\n  [albertcasado]\n\n- Update and cleaning History markup popup.\n  [bloodbare]\n\n- Updated global navigation and breadcrumbs markup. Added ARIA roles.\n  [bloodbare]\n\n- New toolbar markup based in ul li tags.\n  [albertcasado, bloodbare, sneridagh]\n\n- Update <div id=\"content\"> in all templates with <article id=\"content\">\n  [albertcasado]\n\n- Added new class to the body tag via globals layout bodyClass method. This is\n  used for maintain the consistency of the selected toolbar state.\n  [sneridagh]\n\n\n2.5.1 (2014-04-05)\n------------------\n\n- Remove DL, DT and DD elements\n  https://github.com/plone/Products.CMFPlone/issues/153\n  [khink, mrtango]\n\n- for contentview urls, add csrf token automatically\n  [vangheem]\n\n- Add content url to document as data-base-url\n  [do3cc]\n\n\n2.5.0 (2014-03-02)\n------------------\n\n- Switch webstats_js setting from site_properties to p.a.registry.\n  (PLIP #10359: http://dev.plone.org/ticket/10359)\n  [timo]\n\n- Switch enable_sitemap setting from site_properties to p.a.registry.\n  (PLIP #10359: http://dev.plone.org/ticket/10359)\n\n\n2.4a1 (unreleased)\n------------------\n\n- PLIP #13705: Remove <base> tag.\n  [frapell]\n\n- Make the link to plone.org open in a new tab/window.\n  [Toni Mueller]\n\n- Fix body class attribute errors when the user role contains space.\n  [Jian Aijun]\n\n- Remove dependency on unittest2 as we are not going to test against\n  Python 2.6 anymore on Plone 5.0.\n  [hvelarde]\n\n- Update package dependencies and clearly specify this branch is for\n  Plone >=4.3 only (in fact, should be 5.0).\n  [hvelarde]\n\n- Fix 'plone.belowcontentbody.relateditems' viewlet to avoid trying to\n  display items if the user has no permission to view them (like content\n  in Private state).\n  [hvelarde]\n\n- Migrate portal_interface tool methods to plone_interface_info (PLIP #13770).\n- Remove deprecated portal_interface tool (PLIP #13770).\n  [ale-rt]\n\n- Remove outdated and unused discussion code and tests.\n  [timo]\n\n- Use logo.png instead of logo.jpg\n  [esteele]\n\n- Add plone.app.relationfield to test dependencies,\n  needed to test dexterity support. [jpgimenez]\n\n- Don't break if None is passed as the template to bodyClass.\n  [davisagli]\n\n- Use tableofcontents-viewlet for plone.app.contenttypes\n  Fixes https://github.com/plone/plone.app.contenttypes/issues/34\n  [pbauer]\n\n- Remove presentation mode. If the feature is still desired use\n  the plone.app.s5slideshow add-on.\n  [davisagli]\n\n- PEP8 cleanup.\n  [timo]\n\n- modified sections.pt for adding link target.\n  Fixed that portal_actions: 'Link Target' on\n  portal_actions/portal_tabs doesn't work.\n  [terapyon]\n\n- Ported tests to plone.app.testing\n  [tomgross]\n\n\n2.3.13 (2015-04-30)\n-------------------\n\n- Fix: in test passing portal to addMember, not testcase class.\n  [jensens]\n\n\n2.3.12 (2014-09-07)\n-------------------\n\n- Fix related items viewlet listing dexterity related folder's descendants.\n  [rpatterson]\n\n\n2.3.11 (2014-02-19)\n-------------------\n\n- Update package dependencies and clearly specify this branch is for\n  Plone 4.3 only.\n  [hvelarde]\n\n\n2.3.10 (2013-11-13)\n-------------------\n\n- Fix 'plone.belowcontentbody.relateditems' viewlet to avoid trying to display\n  items if the user has no permission to view them (like content in Private\n  state).\n  [hvelarde]\n\n- modified sections.pt for adding link target.\n  Fixed that portal_actions: 'Link Target' on\n  portal_actions/portal_tabs doesn't work.\n  [terapyon]\n\n- Add plone.app.relationfield to test dependencies,\n  needed to test dexterity support. [jpgimenez]\n\n\n2.3.9 (2013-09-25)\n------------------\n\n- Removed hard dependency on plone.app.relationfield.\n  [pabo, marcosfromero]\n\n\n2.3.8 (2013-09-16)\n------------------\n\n- Fix 'table of contents' for Dexterity types.\n  [pabo, pbauer, timo]\n\n- Use safe_unicode to decode the title of the object when retrieving the rss\n  links from the RSSViewlet.\n  [ichim-david]\n\n\n2.3.7 (2013-08-14)\n------------------\n\n- Don't try to getId() for the template-name body when there is no template.\n  Corrects an issue with the Dexterity schema editor.\n  [esteele]\n\n\n2.3.6 (2013-08-13)\n------------------\n\n- Fix conflict with <body> class attribute improvement in TinyMCE.\n  [rpatterson]\n\n- Implement a canonical link relation viewlet to be displayed by\n  IHtmlHeadLinks viewlet manager; this will prevent web indexers from indexing\n  the same object more than once, improving also the way these indexers deal\n  with images and files.\n  [hvelarde]\n\n- Add Dexterity support for the related items viewlet.\n  [pabo]\n\n- Personal bar viewlet home link simply links to the user actions list.\n  [danjacka]\n\n\n2.3.5 (2013-05-23)\n------------------\n\n- Fixed AttributeError for FilesystemResourceDirectory\n  See https://dev.plone.org/ticket/13506\n  [kroman0]\n\n- Check appropriate permission for 'Revert to this revision' button.\n  [danjacka]\n\n\n2.3.4 (2013-03-05)\n------------------\n\n- handle missing feed type so it doesn't throw an error\n  [vangheem]\n\n- handle absence of ACTUAL_URL on request.\n  Fixes https://dev.plone.org/ticket/13173\n  [vangheem]\n\n- Also show history on the folder contents view\n  [vangheem]\n\n\n2.3.3 (2013-01-01)\n------------------\n\n- Changed the behaviour of the title viewlet for items in the portal_factory.\n  See https://dev.plone.org/ticket/12117\n  [alert]\n\n- Fix an edge case where getNavigationRootObject could loop infinitely.\n  [davisagli]\n\n- Add 'subsection' prefix to the all sections below to avoid classnames\n  that start with digits, which is not permitted by the CSS standard.\n  [erral]\n\n- Display publication date only if Effective date is set, regardless of object\n  state. Tickets:\n  https://dev.plone.org/ticket/13045 and https://dev.plone.org/ticket/13046\n  [vipod]\n\n\n2.3.2 (2012-10-17)\n------------------\n\n- Add Language='all' as a keyword argument to avoid LinguaPlone deleting it when\n  it patches the catalog\n  [erral]\n\n- Use context object's url to create the cache key instead of the portal_url.\n  [erral]\n\n- Avoid extra space at the end of icon alt attributes.\n  [davisagli]\n\n- Merge plip #12905 to provide more body classes\n  [vangheem]\n\n- adding user roles to body class, eg: userrole-anonymous, ...\n  [garbas]\n\n- Use normalized template name for body class since dots are not a good idea in classes\n  [daftdog]\n\n2.3.1 (2012-08-29)\n------------------\n\n- Icons accessibility improvement. Append mimetype name to img alt attribute\n  [toutpt]\n\n\n2.3 (2012-08-11)\n----------------\n\n- Change breadcrumb separator to / (slash character) for accessibility, and added SEO benefits.\n  see https://dev.plone.org/ticket/12904\n  [polyester]\n\n- Add language attribute to presentation.pt for WCAG 2.0 compliance.\n  See https://dev.plone.org/ticket/12902\n  [rmatt, polyester]\n\n- Display publication date in author byline:\n  https://dev.plone.org/ticket/8699\n  [vipod]\n\n- Remove hard dependency on ATContentTypes.\n  [davisagli]\n\n- Correctly hand action URLs not ending / [phrearch]\n\n- Removed obsolete 'define-macro' and 'define-slot' from viewlet page templates.\n  Fixes http://dev.plone.org/ticket/11541.\n  [kleist]\n\n- nextprevious/nextprevious.pt: Use \"view/site_url\" instead of deprecated \"view/portal_url\".\n  Closes http://dev.plone.org/ticket/12720.\n  [kleist]\n\n- Translate alt attribute of image tag generated by icon\n  [toutpt]\n\n\n2.2.7 (2012-08-11)\n------------------\n\n- Change breadcrumb separator to / (slash character) for accessibility, and added SEO benefits.\n  see https://dev.plone.org/ticket/12904\n  [polyester]\n\n- Add language attribute to presentation.pt for WCAG 2.0 compliance.\n  See https://dev.plone.org/ticket/12902\n  [rmatt, polyester]\n\n- Remove hard dependency on ATContentTypes.\n  [davisagli]\n\n- Add body class for each part of url path. plip12905\n  [vangheem]\n\n2.2.6 (2012-04-15)\n------------------\n\n- Move .row and .cell styles from footer.pt to Sunburst main_template.\n  Fixes https://dev.plone.org/ticket/12156\n  [agnogueira]\n\n- Add link targets for all action based links.  The target can be\n  configured on a per-action basis.\n  [rpatterson]\n\n\n2.2.5 (2012-01-26)\n------------------\n\n- Slightly changed the whitespace in sitemap.xml.gz.\n  [maurits]\n\n- Use the link_target attribute (e.g. ``_target``) of user actions in\n  the personal bar, if set.\n  Fixes http://dev.plone.org/ticket/11609\n  [maurits]\n\n- Added a page as a not-js fallback for the user dropdown menu\n  [giacomos]\n\n\n2.2.4 (2011-12-03)\n------------------\n\n- Add the ability for the navtree strategy to supplement the query.\n  Fixes a problem where the listing of default pages in navigation\n  trees could no longer be enabled.\n  [rossp]\n\n\n2.2.3 (2011-10-17)\n------------------\n\n- Make Keyword viewlet link to the new p.a.search view, as well as respect\n  navigation root.\n  Fixes http://dev.plone.org/plone/ticket/12231\n\n- Added on body a class related to subsite.\n  The class is named site-x where x is navigation root object id.\n  [thomasdesvenain]\n\n- Treat aliases to the ``(Default)`` view of a content type also as a\n  view template (providing IViewView).\n  Fixes http://dev.plone.org/plone/ticket/8198\n  [maurits]\n\n- Fix possible ZCML load order issue by explicitly loading CMF permissions.\n  Fixes http://dev.plone.org/plone/ticket/11869\n  [davisagli]\n\n- Fix bug where getNavigationRootObject goes into infinite loop if context is\n  None.\n  Fixes http://dev.plone.org/plone/ticket/12186\n  [anthonygerrard]\n\n\n2.2.2 (2011-08-23)\n------------------\n\n- Accessibility: Added a title and alt tag to the logo.\n  This fixes http://dev.plone.org/plone/ticket/11689\n  [fulv]\n\n- Switching 'Skip to navigation' to be linked to the global navigation instead\n  of the navigation portlet.\n  This fixes http://dev.plone.org/plone/ticket/11728\n  [spliter]\n\n\n2.2.1 - 2011-08-08\n------------------\n\n- Refactor getNavigationRoot to make it simpler, fixing issues when\n  relativeRoot is specified.\n  [gotcha]\n\n- 'placeholder' attribute for the searchbox instead of the custom JS handling\n  of the same functionality.\n  [spliter]\n\n\n2.2 - 2011-07-19\n----------------\n\n- Fixed validation of the personal bar for anonymous user.\n  [spliter]\n\n- Replaced obsolete in HTML5 <acronym> element with <abbr>.\n  References http://dev.plone.org/plone/ticket/11300.\n  [spliter]\n\n- Set the search form to submit to @@search in order to use the new\n  search results page.\n  [elvix]\n\n- Updated the BaseIcon to return its html tag when called.\n  [elvix]\n\n- Updated search link in <head> to link to @@search - updated search results\n  view.\n  [spliter]\n\n- Updated searchbox.pt to be linked to updated search results view.\n  [spliter]\n\n\n2.1.9 - unreleased\n------------------\n\n- Switching 'Skip to navigation' to be linked to the global navigation instead\n  of the navigation portlet.\n  This fixes http://dev.plone.org/plone/ticket/11728\n  [spliter]\n\n\n2.1.8 - 2011-07-04\n------------------\n\n- Show 'Manage portlets' fallback viewlet for all ILocalPortletAssignables, not\n  just ATContentTypes items. This fixes\n  http://code.google.com/p/dexterity/issues/detail?id=183\n  [davisagli]\n\n\n2.1.7 - 2011-06-30\n------------------\n\n- Footer viewlet have all viewlet base API (site_url, navigation_root_url, etc).\n  [thomasdesvenain]\n\n- Make the bodyClass play more nice with ZopeViewPageTemplateFile.\n  This fixes https://dev.plone.org/plone/ticket/11825\n  [WouterVH]\n\n\n2.1.6 - 2011-06-02\n------------------\n\n- Use getPhysicalPath instead of absolute_url_path to handle correctly\n  virtual hosting.\n  This fixes http://dev.plone.org/plone/ticket/8787\n  [encolpe]\n\n\n2.1.5 - 2011-05-12\n------------------\n\n- Page title and logo image title are related to navigation root.\n  Refs http://dev.plone.org/plone/ticket/9175.\n  Added navigation_root_title to portal_state view.\n  [thomasdesvenain]\n\n- Fix missing workflow history entry for content creation.\n  Closes http://dev.plone.org/plone/ticket/11305.\n  [rossp]\n\n- Respect typesUseViewActionInListings in sitemap.xml.\n  [elro]\n\n- Use the parent url for default pages in sitemap.xml.\n  [elro]\n\n- Exclude types_not_searched from sitemap.xml.\n  This fixes http://dev.plone.org/plone/ticket/7145\n  [elro]\n\n- Reduce whitespace in sitemap.xml.\n  [elro]\n\n- sitemap.xml.gz support for INavigationRoot.\n  [elro]\n\n- Add MANIFEST.in.\n  [WouterVH]\n\n- Make ``getNavigationRoot`` behave correctly in ``INavigationRoot``-folders\n  where a ``relativeRoot`` is specified.\n  This fixes https://dev.plone.org/plone/ticket/8787\n  [WouterVH]\n\n\n2.1.4 - 2011-04-03\n------------------\n\n- Make the body `section-` class based on the navigation root instead of the\n  site root.\n  [elro]\n\n- Added navigation_root to plone_portal_state.\n  [elro]\n\n\n2.1.3 - 2011-03-02\n------------------\n\n- Fixed i18n of the \"Log in to add comments\" button. It was a regression\n  since 2.0. This fixes http://dev.plone.org/plone/ticket/11525\n  [vincentfretin]\n\n\n2.1.2 - 2011-02-10\n------------------\n\n- Add div#content wrapper to @@contenthistorypopup. This is the only popup\n  that has its own template, and it needs a #content id for xdv configurations\n  like that of plone.org.\n  [smcmahon]\n\n- Enable managing portlets of default pages.\n  This fixes http://dev.plone.org/plone/ticket/10672\n  [fRiSi]\n\n\n2.1.1 - 2011-02-04\n------------------\n\n- Do not show personaltools if there aren't any user actions.\n  This fixes https://dev.plone.org/plone/ticket/11460\n  [fRiSi]\n\n\n2.1 - 2011-01-13\n----------------\n\n- Update test to check for ``login`` instead of ``login_form``.\n  [elro]\n\n- Remove login redirect alias. As of Plone 4.1 there is a login script.\n  [elro]\n\n\n2.0.10 - 2011-06-02\n-------------------\n\n- Use getPhysicalPath instead of absolute_url_path to handle correctly virtual\n  hosting. This fixes http://dev.plone.org/plone/ticket/8787\n  [encolpe]\n\n\n2.0.9 - 2011-05-12\n------------------\n\n- Make getNavigationRoot behave correctly in INavigationRoot-folders where a\n  relativeRoot is specified. This fixes http://dev.plone.org/plone/ticket/8787\n  [WouterVH]\n\n\n2.0.8 - 2011-04-01\n------------------\n\n- Enable managing portlets of default pages. This fixes\n  http://dev.plone.org/plone/ticket/10672\n  [fRiSi]\n\n\n2.0.7 - 2011-02-25\n------------------\n\n- Fixed i18n of the \"Log in to add comments\" button. It was a regression since\n  2.0. This fixes http://dev.plone.org/plone/ticket/11525\n  [vincentfretin]\n\n\n2.0.6 - 2011-01-03\n------------------\n\n- Depend on ``Products.CMFPlone`` instead of ``Plone``.\n  [elro]\n\n- Avoid creating persistent DiscussionItemContainers prematurely when items\n  are viewed that have commenting enabled but no actual comments yet.\n  [davisagli]\n\n- Don't cache navigation_root_path and navigation_root_url contextless\n  http://dev.plone.org/plone/ticket/11291\n  [tom_gross]\n\n- Add ids to links personal_bar when rendered as anonymous so they can be\n  styled. This makes behavior consistent with the authenticated personal_bar.\n  http://dev.plone.org/plone/ticket/10850\n  [eleddy]\n\n\n2.0.5 - 2010-11-15\n------------------\n\n- Fix presentation view when headings have HTML attributes (such as headings\n  translated from reStructured Text). This fixes\n  http://dev.plone.org/plone/ticket/10689\n  [davisagli]\n\n- Removed unnecessary memoization of the presentation view; turned its tests\n  into unit tests.\n  [davisagli]\n\n- XHTML 1.0 Strict searchbox.pt.\n  This fixes http://dev.plone.org/plone/ticket/11007\n  [kiorky]\n\n\n2.0.4 - 2010-09-28\n------------------\n\n- Fixed @@plone_context_state.view_template_id handling of content that does\n  not implement IBrowserDefault (Products.CMFDynamicViewFTI). It was possible\n  for this code to raise Unauthorized even when the user had permission to\n  access the default view of the current context.\n  [mj]\n\n- Avoid conflict in selected tabs when the id of an excluded item starts with the\n  same id of an existing tab.\n  Fixes http://dev.plone.org/plone/ticket/11140\n  [WouterVH]\n\n\n2.0.3 - 2010-09-15\n------------------\n\n- Translate comment messages on history\n  [tdesvenain]\n\n- 'Compare' link is not available\n  if content type is not registered in portal_diff.\n  Fixes http://dev.plone.org/plone/ticket/11107.\n  [tdesvenain]\n\n- Added icons to related items viewlet for file types\n  Fixes http://dev.plone.org/plone/ticket/10866\n  [cwainwright]\n\n\n2.0.2 - 2010-08-03\n------------------\n\n- Use \"index\" instead of \"render\" to ease customization of next/prev and rss\n  viewlets.\n  [esteele]\n\n- Use unicode double arrows for next/previous links instead of right/left arrow\n  images.\n  [esteele]\n\n- Correct CSS class attribute for next/previous links.\n  [esteele]\n\n\n2.0.1 - 2010-07-18\n------------------\n\n- Update license to GPL version 2 only.\n  [hannosch]\n\n\n2.0 - 2010-07-01\n----------------\n\n- Removed notice about registered trademark from the footer, that's what (R)\n  means anyway.\n  [limi]\n\n- Make sure the presentation mode warning (if the document has no headings)\n  displays properly. Fixes http://dev.plone.org/plone/ticket/10689.\n  [davisagli]\n\n- Adding \"deactivated\" class to menus by default, so they won't flicker on load.\n  This fixes http://dev.plone.org/plone/ticket/10470.\n  [limi]\n\n- Determine whether to show the history link in the byline viewlet based on\n  whether the user has the 'CMFEditions: Access previous versions'\n  permission, rather than based on whether the user is anonymous or not.\n  Fixes http://dev.plone.org/plone/ticket/10640.\n  [davisagli]\n\n- Add an 'icons-on' class to the body when icons are enabled, so that icons\n  applied via CSS can also be controlled.\n  [davisagli]\n\n\n2.0b8 - 2010-06-03\n------------------\n\n- Only show the history link in the byline on the default view. This avoids\n  having the links in folder listing views.\n  [hannosch]\n\n- The condition on the author link in the byline was reversed.\n  [rossp]\n\n- Document byline should not show history link to anonymous users.\n  [elro]\n\n\n2.0b7 - 2010-05-03\n------------------\n\n- Fixed personal_bar.pt to not repeat the UL tag for each user action.\n  This fixes http://dev.plone.org/plone/ticket/10481\n  [xMartin, dunlapm]\n\n- Fixed CMFContentIcon to not return a url if the getIcon lookup fails\n  in the same way that brain-based icons do. This fixes\n  http://dev.plone.org/plone/ticket/10466\n  [dunlapm]\n\n- Cleaned up content history viewlets and overlays by eliminating\n  superfluous div tags from the output.\n  [dunlapm]\n\n- Added apple-touch-icon (iPhone/iPad home screen icon) definition to\n  favicon.pt\n  [limi]\n\n\n2.0b6 - 2010-04-07\n------------------\n\n- The catalog brains icon return no icon if the type's icon_expr is\n  empty.\n  [rossp]\n\n- Extend the have_portlets check to make it possible to force a portlet column\n  to be enabled even if there are no portlets.\n  [davisagli]\n\n- Simplified Related Items to use a definition list instead of a fieldset -\n  it's really not a form.\n  [limi]\n\n- Change keyword/tag viewlet to be independent of the surrounding language,\n  and to have a class on the separator, so it can be removed when the styling\n  requires it.\n  [limi]\n\n- Update viewlets so that this package now defines the viewlet configuration\n  required by the Sunburst theme, and plonetheme.classic overrides that to\n  achieve the old viewlet positions.\n  [davisagli]\n\n\n2.0b5 - 2010-03-05\n------------------\n\n- Make icon descriptions' lookup of portal_type title less brittle for missing\n  portal_types (fall back to the portal_type id).\n  [davisagli]\n\n- Further optimize the related_items view by avoiding an algorithm with\n  quadratic complexity.\n  [hannosch]\n\n\n2.0b4 - 2010-02-18\n------------------\n\n- Updated history_view.pt to the recent markup conventions.\n  References http://dev.plone.org/old/plone/ticket/9981\n  [spliter]\n\n\n2.0b3 - 2010-02-17\n------------------\n\n- Speed up related items viewlet by returning catalog brains instead of\n  full objects.\n  [stefan]\n\n- Updated dashboard.pt to follow recent markup conventions.\n  References http://dev.plone.org/old/plone/ticket/9981\n  [spliter]\n\n- Moved condition for .contentViews and .contentActions to div#edit-bar to not\n  include #edit-bar in tabs should not be rendered.\n  [spliter]\n\n- Disabled columns in dashboard.pt with REQUEST variables according to the\n  recent conventions.\n  [spliter]\n\n- Removing redundant .documentContent markup.\n  This refs http://dev.plone.org/plone/ticket/10231.\n  [limi]\n\n- Moved the prepareObjectTabs method from the @@plone view to the contentviews\n  viewlet and introduced a class for the viewlet.\n  [hannosch]\n\n- Introduce a new @@plone_layout globals view, which contains methods from the\n  @@plone view and which were commonly overridden to change layout policies.\n  [hannosch]\n\n- Moved the history link back into the byline. This refs\n  http://dev.plone.org/plone/ticket/10102.\n  [hannosch]\n\n- Add html id to personal bar actions.\n  [paul_r]\n\n- Created several modifications of the content history viewlet to act as\n  standalone history page and simple popup. Old collapsible history viewlet\n  is still in place, ready to be wired in with zcml for anyone who needs the\n  old behavior.\n  [smcmahon]\n\n- Fixed broken reference to portal_workflow in document_relateditems-viewlet\n  [tom_gross]\n\n\n2.0b2 - 2010-01-31\n------------------\n\n- Use the same designation for \"Plone\" in the portal footer and the\n  colophon.\n  Fixes http://dev.plone.org/plone/ticket/9741.\n  [dukebody]\n\n\n2.0b1 - 2010-01-25\n------------------\n\n- Micro-optimization for skip_links viewlet.\n  [hannosch]\n\n- Update presentation fullscreen view to match current main_template's.\n  [hannosch]\n\n- Simplify the TAL of the dublin core viewlet.\n  [hannosch]\n\n- Avoid the overhead of a DateTime class in the footer.\n  [hannosch]\n\n- Optimized the related items viewlet.\n  [hannosch]\n\n- Avoid looking a \"request/SearchableText|nothing\" expression. Looking things\n  up in the entire request which aren't there most of the time is actually\n  somewhat slow.\n  [hannosch]\n\n- Optimized the content history viewlet.\n  [hannosch]\n\n- Optimize TAL code of the byline viewlet.\n  [hannosch]\n\n- Registered new viewlet for related items instead of using a macro.\n  References http://dev.plone.org/plone/ticket/9985.\n  [spliter]\n\n- Always return an id to ensure searchbox viewlet produces valid HTML\n  when livesearch is disabled.\n  Fixes http://dev.plone.org/plone/ticket/9405 - thanks saily.\n  [pelle]\n\n\n2.0a5 - 2009-12-27\n------------------\n\n- Use the getIconExprObject method of the FTI instead of the deprecated\n  getIcon method.\n  [hannosch]\n\n- Specified package dependencies.\n  [hannosch]\n\n- Use the correct ViewPageTemplateFile from Five for the links viewlets.\n  [hannosch]\n\n\n2.0a4 - 2009-12-16\n------------------\n\n- Do not let the homelink in the personal bar viewlet point to the\n  author page but to the personalize_form (or dashboard).\n  Fixes http://dev.plone.org/plone/ticket/8707\n  [maurits]\n\n- ``plone.htmlhead.title`` was not editable TTW. This closes\n  http://dev.plone.org/plone/ticket/9488.\n  [hannosch]\n\n\n2.0a3 - 2009-12-02\n------------------\n\n- Properly placed path bar above the content.\n  http://dev.plone.org/plone/ticket/9860\n  [spliter]\n\n- plone.manage_portlets_fallback viewlet's implementation\n  http://dev.plone.org/plone/ticket/9808\n  [spliter]\n\n- Only show diff and revert buttons for most recent version if it\n  differs from the working copy.\n  http://dev.plone.org/plone/ticket/9803\n  [alecm]\n\n- Remove review_state from version history info, it's not always there\n  and we weren't using it.\n  http://dev.plone.org/plone/ticket/9816\n  [alecm]\n\n- Pass the creator id to /author/ as a parameter if it contains a '/', such\n  as openid users.\n  [matthewwilkes]\n\n- Portal logo has to have 'title' attribute for better accessibility.\n  [spliter]\n\n\n2.0a2 - 2009-11-15\n------------------\n\n- Package metadata cleanup.\n  [hannosch]\n\n- Avoid calling lots of Python scripts from inside the content history viewlet\n  and use methods on the view instead.\n  [hannosch]\n\n\n2.0a1 - 2009-11-15\n------------------\n\n- Moved plone.path_bar to the plone.abovecontenttitle viewlet\n  manager, breadcrumbs should be close to the title of the current document.\n  [limi]\n\n- It's no longer the dashboard's responsibility to supply prefs/profile links\n  now that they are located in the user menu.\n  The code uses the \"group\" terminology here though, so I'm wondering if this is\n  related to group dashboards. If I broke anything, let me know.\n  [limi]\n\n- Micro-optimize the icons views.\n  [hannosch]\n\n- Merged the ``selectedTabs`` Python script into the GlobalSectionsViewlet.\n  [hannosch]\n\n- Take advantage of icons being found on the actions themselves now instead\n  and avoid the getIconFor indirection.\n  [hannosch]\n\n- Removed the special default page and translation handling. LinguaPlone uses\n  a content language negotiator per default instead.\n  [hannosch]\n\n- Add a viewlet to display the Dublin Core metadata added in\n  http://dev.plone.org/plone/ticket9272\n  [esteele]\n\n- Added support for group dashboards to the dashboard view.\n  [optilude]\n\n- Greatly simplify the default colophon, so it stands a chance of staying on\n  actual sites. We cannot claim any standards support for public sites, only\n  for Plone itself.\n  [hannosch]\n\n- Changed the is_rtl method of the portal state view not to rely on the locale\n  but use a much simpler test based on the language code. This avoids setting\n  up the expensive request.locale.\n  [hannosch]\n\n- Fixed the portal state view to look for uppercase language in the request,\n  since that is set by PloneLanguageTool. This closes\n  http://dev.plone.org/plone/ticket/8342.\n  [hannosch]\n\n- \"Log in to add comments\" button is now a link and respects the login URL\n  specified in portal_actions. Closes http://dev.plone.org/plone/ticket/9071.\n  [erikrose]\n\n- Fixed is_rtl test to work with new locale based approach.\n  [hannosch]\n\n- Removed memoizing for things which are only used once in a page.\n  [hannosch]\n\n- Replaced direct invocations of interfaces with queryAdapter calls. The\n  former does a suboptimal getattr call internally.\n  [hannosch]\n\n- Sanitized the actions handling on the context state view. You can pass in\n  an action category into the action method now, which is the preferred way.\n  This allows us to avoid evaluating all actions in the current context if\n  we are only interested in some of the categories.\n  [hannosch]\n\n- Since Zope 2.11 the locale is available on the request. Removed our special\n  code from the portal state view and rely directly on the request.\n  [hannosch]\n\n- Changed ViewletBase so viewlets can be registered as zope.contentproviders.\n  This closes http://dev.plone.org/plone/ticket/7868.\n  [hannosch]\n\n- Purge old zope2 Interface interfaces for Zope 2.12 compatibility.\n  [elro]\n\n\n1.2.5 - 2009-08-01\n------------------\n\n- In the history viewlet, moved again the arrows inside a span, it's really needed to apply a style.\n  [vincentfretin]\n\n\n1.2.4 - 2009-07-04\n------------------\n\n- In the history viewlet, internationalized the Compare link and replaced\n  icons by plain text. The revert link is now a POST button. This closes\n  http://dev.plone.org/plone/ticket/9064\n  [limi, vincentfretin]\n\n\n1.2.3 - 2009-06-12\n------------------\n\n- Fix issue when dealing with empty version histories in history viewlet.\n  [alecm]\n\n\n1.2.2 - 2009-06-11\n------------------\n\n- Make ContentHistoryViewlet use new metadata only history method to\n  speed up listing.\n  [alecm]\n\n- Make ContentHistoryViewlet check if context isVersionable.\n  [elro]\n\n\n1.2.1 - 2009-05-20\n------------------\n\n- Changed the search and author header links to respect the navigation root.\n  [hannosch]\n\n\n1.2 - 2009-05-16\n----------------\n\n- Filter not-interesting history entries in content history viewlet. This\n  prevents an empty history viewlet from being shown.\n  [wichert]\n\n- Add a new content history viewlet which combines the full workflow history\n  and content versions. Render this instead of the workflow history viewlet.\n  [wichert]\n\n- Fixed querystring in CSS validation link in viewlets/colophon.pt\n  There was an ampersand where the leading \"?\" should have been.\n  http://dev.plone.org/plone/ticket/9054\n  [siebo]\n\n- Fixed \"region-content\" id twice in dashboard.pt, replaced one by \"content\".\n  Fixes http://dev.plone.org/plone/ticket/8932\n  [vincentfretin]\n\n- Author link tag should follow same rules as byline viewlet.\n  [elro]\n\n\n1.2rc1 - 2009-03-20\n-------------------\n\n- Fixed i18n in content_history template.\n  There were two nested msgids and dynamic content.\n  [vincentfretin]\n\n- Removed stray span tags in the comment byline.\n  [limi]\n\n\n1.2b1 - 2009-03-07\n------------------\n\n- Added navigation_root_url to the common viewlets base class. Adjusted the\n  various viewlets templates to use the new attribute. Changed the dashboard\n  view to be available on an INavigationRoot.\n  This implements http://plone.org/products/plone/roadmap/234\n  [calvinhp]\n\n- Default to using the content history viewlet instead of the workflow history\n  viewlet.\n  [wichert]\n\n- Add options to show differences between consecutive versions, and revert to\n  and preview older revisions to the content history viewlet.\n  [wichert]\n\n- Use the new history view from CMFEditions instead of the crufty old form.\n  [wichert]\n\n\n1.1.8 - 2009-03-07\n------------------\n\n- Adjust the caching of sitemap.xml.gz. We only cache for anonymous users. That\n  fixes a bug where a cached sitemap.xml.gz is delivered with information that\n  only an user with more privilegs is allowed to see. We also make sure that\n  the cached file was build with a current catalog by adding the catalog\n  counter to the cache key. Based on a patch by stxnext.  Fixes\n  http://dev.plone.org/plone/ticket/8402\n  [stxnext, csenger]\n\n- Added time_only for use with toLocalizedTime so that event_view now localizes\n  the start/end times if the start/end dates are the same. Closes\n  http://dev.plone.org/plone/ticket/8607\n  [jnelson, calvinhp]\n\n- Fixed Plone 3.1 backward compatibility of above.\n  [stefan]\n\n\n1.1.7 - 2008-12-15\n------------------\n\n- Modified user profile item on the dashboard to use an image tag\n  instead of a background image. This makes it more consistent with\n  the other list items and easier to style for RTL scripts.\n  [emanlove]\n\n\n1.1.6 - 2008-11-21\n------------------\n\n- Avoid a test failure caused by test interdependencies.\n  [hannosch]\n\n- Fixed tests for the language method of the portal state view.\n  [hannosch]\n\n- Fixed keywords.pt to properly encode ampersands in its links. This closes\n  http://dev.plone.org/plone/ticket/8509\n  [younga3, dunlapm]\n\n- Fixed site_icon so that we would have flipped icon in case of RTL.\n  This closes http://dev.plone.org/plone/ticket/4576\n  [spliter]\n\n- Fixed generation of links to author.cpt for user IDs that are a URL\n  (OpenID users, e.g.).  This closes http://dev.plone.org/plone/ticket/8040\n  [davisagli]\n\n- Add some tests on private contents for sitemap.xml.gz generation.  This\n  closes http://dev.plone.org/plone/ticket/8402\n  [encolpe]\n\n\n1.1.5 - 2008-08-18\n------------------\n\n- Fixed an invalid message id for the dashboard. This closes\n  http://dev.plone.org/plone/ticket/7758.\n  [hannosch]\n\n- Fixed comments.pt to pass the title of the comment you are replying to into\n  the discussion_reply_form. This closes\n  http://dev.plone.org/plone/ticket/8323\n  [calvinhp]\n\n- Refactor default_page: move all logic out of the view to separate methods\n  so they can be called without a request (which is not used at all).\n  Deprecate parameters which were not in the interface and were never used.\n  [wichert]\n\n- Added note that Javascript is required for presentation mode. This closes\n  http://dev.plone.org/plone/ticket/7575 and\n  http://dev.plone.org/plone/ticket/7573\n  [limi]\n\n- Fixed plone_context_state's view_url method to work with contexts that don't\n  have a portal_type.  This closes http://dev.plone.org/plone/ticket/8028.\n  [davisagli]\n\n- Changed IContentIcon to expose users to the title of the FTI instead of the\n  portal_type. This closes http://dev.plone.org/plone/ticket/8246.\n  [hannosch]\n\n- Adjusted deprecation warnings to point to Plone 4.0 instead of Plone 3.5\n  since we changed the version numbering again.\n  [hannosch]\n\n\n1.1.3 - 2008-07-07\n------------------\n\n- Made PersonalBarViewlet tolerate users who don't have a Plone user object, as\n  when using OpenID or apachepas. This fixes\n  http://dev.plone.org/plone/ticket/7296.\n  [erikrose]\n\n- Use 'index' attribute rather than 'render' for setting viewlet templates, so\n  that they can be overridden using the 'template' ZCML attribute.\n  [davisagli]\n\n\n1.1.0 - 2008-04-20\n------------------\n\n- Applied patch from http://dev.plone.org/plone/ticket/7942 to ensure that the\n  'currentParent' marker is not True for items that have a path that is a\n  substring of the true path.\n  [optilude]\n\n- Displaying 'Anonymous User' also when the comment creator is an empty\n  string. This fixes http://dev.plone.org/plone/ticket/7712.\n  [rsantos]\n\n- Allow the use of the icon attribute on action directly instead of using the\n  actionicons tool.\n  [hannosch]\n\n- Fix invalid leading space in all 'Up to Site Setup' links.\n  [wichert]\n\n- Fixed permission in workflow history viewlet. This closes\n  http://dev.plone.org/plone/ticket/5507.\n  [hannosch]\n\n- Made handling of self.context in portal.py consistent.\n  [hannosch]\n\n- Rename the portal_url instance variable to site_url in the ViewletBase\n  class. This prevents getToolByName(..., 'portal_url') from returning\n  the URL string instead of the portal_url tool, which can causes unexpected\n  and subtle breakage. portal_url is still available but produces a deprecation\n  warning. It will be removed in Plone 4.\n  [wichert]\n\n- Added viewlet for RSS link.\n  [fschulze]\n\n- Added dependency on plone.app.viewletmanager.\n  [fschulze]\n\n- Make viewlet managers in head section order- and filterable.\n  [fschulze]\n\n\n1.0.6 - 2008-09-10\n------------------\n\n- Added i18n markup to nextprevious.pt.\n  This closes http://dev.plone.org/plone/ticket/7537.\n  [hannosch]\n\n- Catch KeyError for presentation or tableContents when document\n  has an out-of-date schema.  Can happen when migrating from Plone\n  2.5 to 3.0. Fall back to False for those attributes then.\n  [maurits]\n\n\n1.0.5 - 2008-01-03\n------------------\n\n- Do not create an empty <ul> in the personal actions bar if there are\n  no items in it. This fixes an XHTML syntax error.\n  [wichert]\n\n\n1.0.4 - 2007-12-06\n------------------\n\n- Added i18n domain to comment.pt.\n  [martior]\n\n- Allow non ascii characters in webstats_js code.\n  Fixes http://dev.plone.org/plone/ticket/7359\n  [naro]\n\n- Fixed workflow history viewlet to handle entries with\n  usernames that don't exist any more (deleted users) and\n  also anonymous users.\n  This fixes http://dev.plone.org/plone/ticket/7250.\n  [rsantos]\n\n\n1.0.3 - 2007-11-09\n------------------\n\n- Made getIcon urls relative to portal root.\n  [tesdal]\n\n\n1.0.2 - 2007-10-08\n------------------\n\n- Fixed getIcon code for use with ++resource++ and to use a safer method\n  of getting the correct url.\n  [optilude]\n\n- Upgraded the sitemap template to conform with the 0.9 specs from\n  http://www.sitemaps.org and fixed the caching to use the filename.\n  [deo]\n\n\n1.0.1.1 - 2007-09-10\n--------------------\n\n- Lower logging level of 'no associated workflow' to avoid a log entry\n  on each view.\n  [ldr]\n\n- Fixed default language in globals.\n  [wichert]\n\n- Fixed link to actor in history viewlet.\n  [naro]\n\n- Avoid locking on non lockable types in byline viewlet.\n  [jfroche]\n\n- Added website statistics inclusion viewlet to configure.zcml so it\n  actually works.\n  [fschulze]\n\n- Made code in defaultpage.py a bit more tolerant of missing tools.\n  [hannosch]\n\n\n1.0 - 2007-08-17\n----------------\n\n- Fixed the translation of the 'Show this page in presentation mode...'\n  message.\n  [hannosch]\n\n- Made the search box a bit wider, so the entire default text is shown\n  in languages with a rather long term.\n  [hannosch]\n\n- Show the authors full name in presentation view. This fixes\n  http://dev.plone.org/plone/ticket/6810\n  [wichert]\n\n.. _`CMFPlone#741`: https://github.com/plone/Products.CMFPlone/issues/741\n.. _`CMFPlone#1000`: https://github.com/plone/Products.CMFPlone/issues/1000\n.. _`CMFPlone#1037`: https://github.com/plone/Products.CMFPlone/issues/1037\n.. _`CMFPlone#1151`: https://github.com/plone/Products.CMFPlone/issues/1151\n.. _`CMFPlone#1178`: https://github.com/plone/Products.CMFPlone/issues/1178\n.. _`CMFPlone#1556`: https://github.com/plone/Products.CMFPlone/issues/1556\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Layout mechanisms for Plone",
    "version": "4.1.0",
    "project_urls": {
        "Homepage": "https://pypi.org/project/plone.app.layout"
    },
    "split_keywords": [
        "plone",
        "layout",
        "viewlet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96711d4155441a605a6326389453f2aac935cef7a4229dc56959467a66a52a6d",
                "md5": "9585e8dfcf8bf1452a161bf84ea59d1f",
                "sha256": "fe7801f26cd21c809c480d7f5ed956681291b7eef91a1c1b87a043a63d0bb627"
            },
            "downloads": -1,
            "filename": "plone.app.layout-4.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9585e8dfcf8bf1452a161bf84ea59d1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 118948,
            "upload_time": "2024-04-23T16:29:33",
            "upload_time_iso_8601": "2024-04-23T16:29:33.787184Z",
            "url": "https://files.pythonhosted.org/packages/96/71/1d4155441a605a6326389453f2aac935cef7a4229dc56959467a66a52a6d/plone.app.layout-4.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "794576f33b8cfaf1f0d771dde9f7d3f45dfb47f5ca20646f89b4887e6ad68351",
                "md5": "94270ffd6f8bedc8d68b7308aaec46a1",
                "sha256": "59c42f17490a649fec768d68185f806d75db7377026676399e3cc5b237136b15"
            },
            "downloads": -1,
            "filename": "plone_app_layout-4.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "94270ffd6f8bedc8d68b7308aaec46a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 135228,
            "upload_time": "2024-04-23T16:29:38",
            "upload_time_iso_8601": "2024-04-23T16:29:38.130726Z",
            "url": "https://files.pythonhosted.org/packages/79/45/76f33b8cfaf1f0d771dde9f7d3f45dfb47f5ca20646f89b4887e6ad68351/plone_app_layout-4.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 16:29:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "plone.app.layout"
}
        
Elapsed time: 0.28629s