Skip to main content

Integrate five.customerize into Plone.

Project description

Overview

This package integrates five.customerize into Plone, which enables site administrators to customize templates used for Five/Zope-style views, viewlets and portlets through the web via the ZMI in a way similar to overriding filesystem-based skin elements via the portal skin “customize” procedure.

Changelog

2.0.2 (2025-01-24)

Bug fixes:

  • Fix DeprecationWarnings. [maurits] (#4090)

2.0.1 (2023-10-07)

Internal:

  • Update configuration files. [plone devs] (cfffba8c)

2.0.0 (2023-04-15)

Breaking changes:

  • Drop python 2 support. [gforcada] (#1)

Internal:

  • Update configuration files. [plone devs] (5623f8b3)

1.3.12 (2022-03-23)

Bug fixes:

  • Fixed tests when run with zope.component 5+. [maurits] (#500)

1.3.11 (2020-04-20)

Bug fixes:

  • Minor packaging updates. (#1)

1.3.10 (2019-04-29)

Bug fixes:

  • Fixed: doctests on Python 2 were not correctly checked. [maurits] (#18)

1.3.9 (2018-11-29)

Bug fixes:

  • Fix a ResourceWarning: do not leave a file unclosed. [gforcada]

1.3.8 (2018-10-30)

Bug fixes:

  • make registrations.html look good in Bootstrap-ZMI, still working fine in old ZMI. [jensens]

  • Fix templateViewRegistrationGroups and tests in py3. [pbauer]

1.3.7 (2017-02-05)

Bug fixes:

  • Fix tests on Zope 4. [davisagli]

1.3.6 (2016-11-10)

Bug fixes:

  • Add coding header to python files. [gforcada]

  • Update code to follow Plone styleguide. [gforcada]

1.3.5 (2016-08-17)

New:

  • Add developer warning to portal_view_customizations [davilima6]

Fixes:

  • Use zope.interface decorator. [gforcada]

1.3.4 (2016-02-20)

Fixes:

  • Fix doctest for Zope4. [pbauer]

1.3.3 (2015-09-27)

  • Use layers for doctest [tomgross]

1.3.2 (2015-05-11)

1.3.1 (2014-04-05)

  • Attempt to fix test. [davisagli]

1.3.0 (2014-02-26)

  • Remove DL from template. [khink]

  • Make tests pass even with diazo. [davisagli]

  • Upgrading test to adapt actual result on set difference. [bloodbar]

1.2.2 - 2011-02-25

  • Add missing security declaration on the ViewTemplateContainer. [davisagli]

1.2.1 - 2010-10-27

  • Fixed Chameleon incompatibility. [swampmonkey]

  • Fix #11409 by storing the customized view name for future reuse [kiorky]

1.2 - 2010-07-18

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

1.2b3 - 2010-06-13

  • Moved ZCML registrations out of functional tests into a layer. This allows them to be torn-down correctly and avoids any registrations to end up in the local component registry. [hannosch]

  • Move tests into tests sub-package and avoid some magic. [hannosch]

1.2b2 - 2010-06-03

  • Update markup in customize.pt to facilitate usage as a popup form. [davisagli]

1.2b1 - 2009-12-01

  • Change file format display format from plone.app.customerize.tests/local.pt to the full, absolute path name on the page detail view and tool tips. [MatthewWilkes]

1.2a1 - 2009-11-17

  • Specified package dependencies and package metadata cleanup. [hannosch]

  • Fixed test failures caused by changed HTML markup. [hannosch, davisagli]

1.1.2 - 2008-07-10

  • Fixed a deprecation warning by using reg.factory instead of reg.value. [davisagli]

  • Changed encoding of view registration requirements again, in order to properly support portlet renderer templates and fix issue #8275 which broke customerize in most cases. Now all the requirements are used. [davisagli]

1.1.1 - 2008-07-07

  • Re-enable browsertest introduced in r12928 after David’s fix for the long-standing security issue (see #6196 and #8154) [witsch]

  • Fixed request type lookup to use the second requirement for a view registration rather than the last. This making it possible to customerize viewlet and portlet templates registered with the same name for multiple z3 browser layers. See test introduced in r21154. [davisagli]

1.1 - 2008-04-20

  • Fix problem with missing functions on test-layer. See r20227. [ssh42]

1.0.3 - 2008-03-27

1.0.2 - 2008-03-08

1.0.1 - 2007-12-06

1.0 - 2007-08-17

  • Support for viewlets and portlets, bug fixes [witsch]

1.0rc1 - 2007-07-08

  • Workaround for strange bug, where absolute_url() wouldn’t return a full url, since self.REQUEST raised an AttributeError, even though dir(self) contains REQUEST at the time. Now physicalPathToURL() of the passed in request is used directly, just as it should have been via absolute_url(). [witsch]

1.0b3 - 2007-05-04

  • No changes.

1.0b2 - 2007-04-30

  • No changes.

1.0b1 - 2007-03-03

  • ZMI views for customizing views, refactoring & cleanups [witsch]

  • Initial version [witsch]

  • Initial package structure. [witsch]

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_customerize-2.0.2.tar.gz (29.0 kB view details)

Uploaded Source

Built Distribution

plone.app.customerize-2.0.2-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file plone_app_customerize-2.0.2.tar.gz.

File metadata

  • Download URL: plone_app_customerize-2.0.2.tar.gz
  • Upload date:
  • Size: 29.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.1

File hashes

Hashes for plone_app_customerize-2.0.2.tar.gz
Algorithm Hash digest
SHA256 23cc33c3beece92f67c5674d978300a49c341425f08f81cf27b70525d4cac67c
MD5 9dfe5601611e39b5cd59efc3d60a5ae0
BLAKE2b-256 16c7a57481b5daeca8fd1e93c573bfab2266f8c7a79962065081aee3bfb8fc8e

See more details on using hashes here.

File details

Details for the file plone.app.customerize-2.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for plone.app.customerize-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c4d31264a6f8d46a4b5cd3ead7d347362ec2bd7495a239e2398abb614e5f3bc0
MD5 a319a36ae13c2b3beaba1d37062dae61
BLAKE2b-256 870e0b0cd01f5051a9d7a9ffeaba8ea8b26cf828127a7e16256ea10669256a5b

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