Skip to main content

Configurable viewlet manager

Project description

Introduction

by Florian Schulze <fschulze@jarn.com>.

This component expects you to register storage.ViewletSettingsStorage as a local utility providing IViewletSettingsStorage (CMFPlone does this). The viewlet manager in manager.OrderedViewletManager can then get the filter and order settings. These settings can be configured by 3rd party products and TTW to customize the viewlets per skin.

Changelog

3.0.0 (2018-11-02)

Breaking changes:

  • Discontinue Python 2.6 support. [jensens]

Bug fixes:

  • More Python 2 / 3 compatibility [ale-rt, pbauer]

  • Start making code flake8 compliant [ale-rt]

  • Tests are compliant with Products.GenericSetup >= 2.0

  • Fix TypeErrors when comparing some viewlet-types in py3. [pbauer]

2.0.11 (2018-01-30)

Bug fixes:

  • Add Python 2 / 3 compatibility [jensens]

2.0.10 (2016-08-10)

Fixes:

  • Use zope.interface decorator. [gforcada]

  • Correctly log exception if viewlet rendering failed. [jensens]

2.0.9 (2015-09-07)

  • Fix manage-viewlets for Plone 5 [pbauer]

2.0.8 (2015-04-29)

  • Rename _uncatched_errors to _exceptions_handled_elsewhere [jean]

2.0.7 (2015-03-13)

2.0.6 (2014-07-10)

  • Use the !important directive for the .hide and .show CSS declarations on the @@manage-viewlets view. Twitter Bootstrap is using !important on these class names too, which made the viewlet management view unusable. [thet]

2.0.5 (2014-02-23)

  • Do not catch conflict errors and keywordinterrupt in viewlet manager. We can programmatically setup the exceptions that are not caught. [thomasdesvenain]

  • If render fails, be more verbose about the exception to know where and how it happens in the stack. [kiorky]

  • refactor JS in template. [petschki]

2.0.4 (2013-08-13)

  • Handle exception during viewlet rendering process: log the exception and display an error message. [toutpt]

2.0.3 (2012-12-15)

  • Hiding viewlets for skinname="*" was not working properly. Closes http://dev.plone.org/plone/ticket/10903 [garbas, WouterVH]

  • Add plone.app.vocabularies as dependency to get the list of existing skins. [WouterVH]

  • Add MANIFEST.in. [WouterVH]

2.0.2 - 2011-01-11

  • Depend on Products.CMFPlone instead of Plone. [elro]

  • Explicitly unregister IViewletSettingsStorage utility to prevent test bleed. [esteele, cah190]

2.0.1 - 2010-07-18

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

2.0 - 2010-07-15

  • Silence Nothing to import / export. log messages. [hannosch]

2.0b5 - 2010-06-03

  • Removed duplicated class statement in manage-viewlets.pt for compatibility with Chameleon. [pilz]

2.0b4 - 2010-05-01

  • Implement IViewView so viewlets registered to this interface can be managed. [elro]

  • Use Unicode up/down arrows in @@manage-viewlets. [esteele]

2.0b3 - 2010-03-03

2.0b2 - 2010-02-17

2.0b1 - 2009-12-27

  • Use the new zope.site package. [hannosch]

2.0a2 - 2009-12-16

2.0a1 - 2009-11-14

  • Added translations for Show/Hide labels in @@manage-portlets view: label_show_item and label_hide_item. These msgids are shared with @@manage-viewlets view to show/hide viewlets. This closes http://dev.plone.org/plone/ticket/9733 [naro]

  • Use JS calls to handle show/hide/move actions instead of forcing a page reload. Will fall back to old method if JavaScript is not available. [esteele]

1.2.2 - 2009-03-07

  • Specified package dependencies. [hannosch]

  • Made the manager code more tolerant and not fail when no storage is found. [hannosch]

  • Made the @@manage-viewlets screen use the ‘managedPortlet’ CSS class instead of ‘portlet’, so it’s more usable with a custom theme. This closes http://dev.plone.org/plone/ticket/8391. [davisagli]

1.2.1 - 2008-07-07

  • Fixed bogus AttributeError masking the real ExpatError on syntax errors in viewlets.xml. (See test in r21161.) [davisagli]

1.2 - 2008-03-09

  • Separated the base functionality and the parts necessary for TTW customization into two classes, so we can use this manager in the html head. [fschulze]

  • Fix a syntax error in the export/import code [wichert]

  • Add a HISTORY.txt file [wichert]

1.0 - 2007-08-16

  • Initial release

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.app.viewletmanager-3.0.0.tar.gz (23.9 kB view details)

Uploaded Source

Built Distribution

plone.app.viewletmanager-3.0.0-py2.py3-none-any.whl (20.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file plone.app.viewletmanager-3.0.0.tar.gz.

File metadata

  • Download URL: plone.app.viewletmanager-3.0.0.tar.gz
  • Upload date:
  • Size: 23.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/2.7.14

File hashes

Hashes for plone.app.viewletmanager-3.0.0.tar.gz
Algorithm Hash digest
SHA256 e4fa2cb479b37ea684a9295945df0aa77caa52782bc0131844bad41b4e099703
MD5 c6af80d2d634d5d0dcd18d4b1e781a90
BLAKE2b-256 695f8515cb57b67725248e4550de8954283b27631cdf61368baca23a876812cc

See more details on using hashes here.

File details

Details for the file plone.app.viewletmanager-3.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: plone.app.viewletmanager-3.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 20.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/2.7.14

File hashes

Hashes for plone.app.viewletmanager-3.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3b9c2e30ecf836923c54dc2de17843e19b438771622b1bcc754f892eb7eec006
MD5 ce7a90d3572699191c97ba6965272f4c
BLAKE2b-256 7cc34fc0439c902a3946492bb051314c8e3e121c4c7071391a4cbf5824c99584

See more details on using hashes here.

Supported by

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