Kupu 1.4.16 (Nov 19, 2009)

Minor fixes and Plone 4 compatibility

For additional information about this project, please visit the overview page .

Available downloads

Product Package

For all platforms (0 kB)

Product Egg

For all platforms (1MB)

Release Notes

Tested with Plone 4, Plone 3
State Final release
License BSD
Release Manager Duncan Booth

Minor fixes and Plone 4 compatibility

Change log

- 1.4.16

  - Kupu didn't not transform resolveuid to friendly url in area tags
    (Plone ticket 9402).

  - Updated getWysiwygmacros to respect Plone 4's default_editor property.

  - Remove Kupu from the available editors list on uninstall.

  - Add Kupu to the available editors list when installed via the
    GenericSetup profile.

  - Converted GenericSetup import and export step registrations to ZCML.

  - Added icon_expr to the Plone configlet action registration, for
    forward-compatibility with Plone 4.

- 1.4.15

  - Don't assume there is only one kupu widget on the page. Made each config node unique. (DannyB)

- 1.4.14

  - Fix kupu_xmlconfig to not assume all needed variables are already
    in scope. This fixes 
    http://dev.plone.org/old/plone/attachment/ticket/9266

  - Do not assume that kupu is always used in Plone. This fixes
    http://dev.plone.org/plone/ticket/9053

  - Removed bogus `global_defines` call from kupu_xmlconfig.pt, which was
    both expensive and failed for certain kind of non-content contexts.

  - Fixed kupuconfig quoting to work with kss (Plone ticket 9240).