Skip to main content

An extension of zope.viewlet to support dynamic portlets

Project description

Overview

plone.portlets provides a generic infrastructure for managing portlets.

Portlets are a bit like viewlets, except they can be manipulated at runtime, using local components. This package is used by plone.app.portlets to provide Plone-specific portlets, but should be generic enough to work on other platforms. It should work in a “pure Zope Toolkit” environment.

Changelog

4.0.0 (2026-05-16)

Internal:

  • Make final release, no further changes.

4.0.0a2 (2026-03-25)

Bug fixes:

  • Use queryMultiAdapter instead of getMultiAdapter in _dataToPortlet so a missing portlet renderer (e.g., after uninstalling an add-on) no longer crashes the page. @jensens (#1727)

Internal:

  • Update configuration files. [plone devs]

4.0.0a1 (2025-11-19)

Breaking changes:

  • Replace pkg_resources namespace with PEP 420 native namespace. Support only Plone 6.2 and Python 3.10+. (#3928)

3.0.3 (2025-09-10)

Internal:

  • Move distribution to src layout [gforcada] (#4217)

3.0.2 (2025-01-24)

Bug fixes:

  • Fix DeprecationWarnings. [maurits] (#4090)

3.0.1 (2024-01-22)

Internal:

  • Update configuration files. [plone devs] (237ff4c8)

3.0.0 (2023-04-06)

Breaking changes:

  • Drop support for Plone 5.2 and Python 2. Only Plone 6.0 on Python 3.8+ is supported. [plone devs] (#9)

Internal:

  • Update configuration files. [plone devs] (80cf330f)

2.3.3 (2023-03-14)

Bug fixes:

  • Use ZODB as dependency rather than the deprecated ZODB3. [gforcada] (#1)

  • Fix deprecation warnings (#5)

2.3.2 (2020-04-21)

Bug fixes:

  • Minor packaging updates. (#1)

2.3.1 (2019-02-08)

Bug fixes:

  • Fixed some deprecation warnings. Code style: black, isort Fix tests, also do not leave closed files. [jensens] (#4)

2.3 (2016-11-01)

New features:

  • Support Python 3. [davisagli]

2.2.3 (2016-08-09)

Fixes:

  • Use zope.interface decorator. [gforcada]

2.2.2 (2016-02-15)

Fixes:

  • Rerelease to fix problem on test server. [maurits]

2.2.1 (2016-02-12)

Fixes:

  • Do not break in placeless portlet retriever if there is no underlying code available for existing portlet assignment. [vipod]

  • Prevent possible unicode errors when creating portlet hashes. [wichert]

2.2 (2012-10-01)

  • Added an adapter and IBlockingPortletManager marker interface which portlet managers can provide to block parent contextual portlets by default. [elro]

  • Delegate to ILocalPortletAssignmentManager for category blacklist retrieval. This allows a custom adapter to override the default blacklist settings per portlet manager. [elro]

2.1 (2012-07-02)

  • Avoid some test dependencies. [hannosch]

  • Graceful handling of portlets with missing implementation. [do3cc]

2.0.2 - 2011-04-21

  • Add MANIFEST.in. [WouterVH]

2.0.1 - 2011-01-03

2.0 - 2010-07-16

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

  • Make it possible to rely on the __portlet_metadata__ of a portlet renderer to determine its availability. This closes http://dev.plone.org/plone/ticket/10742. [enriquepablo, hannosch]

2.0b3 - 2010-06-13

  • Use the standard libraries doctest module. [hannosch]

  • Use zope.browserpage if available. [hannosch]

2.0b2 - 2010-03-27

  • Protect the exception logging against funky portlets. In error cases even doing a repr() on the portlet might cause an infinite recursion error. [hannosch]

2.0b1 - 2010-01-25

  • Added __portlet_metadata__ attribute to portlet renderers, to make it easier for a portlet to know how it was looked up (and thus reconstruct a URL to itself, for example). [optilude]

2.0a1 - 2009-11-14

  • Avoid a variety of zope.app dependencies in favor of Zope Toolkit packages. [hannosch]

  • Added support for showing/hiding of all portlets (PLIP #9286) [igbun]

1.2 - 2009-06-19

  • Fixed ‘SyntaxError: non-keyword arg after keyword arg’ in unicode call. [maurits]

  • Fix/workaround for http://dev.plone.org/plone/ticket/8128 (UnicodeDecodeError within _coerce() caused by external data with wrong encoding). [ajung]

  • Moved test-only dependencies to a test extra requirement. [hannosch]

  • Clarified license and copyright statements. [hannosch]

  • Specify package dependencies. [hannosch]

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

1.1.0 - 2008-04-20

  • Ensure the keys stored in a portlet assignment mapping are always unicode. This is necessary because an OOBTree will, once one unicode key has been added, force all keys to unicode. This can lead to unicode decode errors. Fixes http://dev.plone.org/plone/ticket/6100 [optilude]

  • Changed a type() comparison into a isinstance comparison. [hannosch]

  • PLIPs 205 and 218: Allow registering portlet types to multiple portlet manager interfaces, require portlet types to be explicitly registered for portlet manager interfaces, enable modifying registrations through GenericSetup, and restrict most default Plone portlet types to left/ right/dashboard columns. [sirgarr]

  • PLIP207: Allow custom portlet managers, i.e., allow specifying an alternative portlet manager class through GenericSetup. [sirgarr]

1.0.6

  • Made tests run under Zope 2.11. [hannosch]

1.0.5

  • Added properties to keep track of the manager name, category name and key/name in portlet assignment mappings. [optilude]

1.0.1

  • Adjusted some tests, so they work on both Zope 2.10 and 2.11. [hannosch]

1.0

  • Initial package structure. [zopeskel]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plone_portlets-4.0.0.tar.gz (37.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

plone_portlets-4.0.0-py3-none-any.whl (31.9 kB view details)

Uploaded Python 3

File details

Details for the file plone_portlets-4.0.0.tar.gz.

File metadata

  • Download URL: plone_portlets-4.0.0.tar.gz
  • Upload date:
  • Size: 37.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for plone_portlets-4.0.0.tar.gz
Algorithm Hash digest
SHA256 181770747008e27180e6ea86fbbfcc594a690c4a3e0bfc60308efd4f586bd995
MD5 929f71acd48e7447ff9f3ded37325561
BLAKE2b-256 5674163c22c0e1083fcc4a1fc2c9e7410f201904030d16712d510ec0221ce360

See more details on using hashes here.

File details

Details for the file plone_portlets-4.0.0-py3-none-any.whl.

File metadata

  • Download URL: plone_portlets-4.0.0-py3-none-any.whl
  • Upload date:
  • Size: 31.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for plone_portlets-4.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0b88c819c2ec09e4e0f9ef56464a3336da140a1630d48627ad36517cd48828e2
MD5 9626e6b6237f127f91e26a706cc0c784
BLAKE2b-256 822884c66ee656b3fbf899b55aa99b9fe1d611e254f3b0b0c5d760bfe2f6aebe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page