CMFContentPanels 2.4 (Sep 16, 2006)

Code clean, and many new feature introduced in this release.

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

Available downloads

contentpanels-2_4.tgz

For all platforms (0 kB)

Release Notes

Tested with Plone 2.5, Plone 2.1.3, Plone 2.1.2, Plone 2.1.1
State Final release
License GPL
Release Manager Pan Junyong

New features includes:

  • Contentpanels template and contentpanels folder display view.
    You can store commonly used contentpanels layout as template and use them as a folder display view.
  • viewlet are rewrote to use the new Plone 2.1 portlet structure
  • LinguaPlone-aware
  • 2 new viewlets,  usefull for  integration  with other  system and extending CMFContentPanels.
    • ZPT-macro : any ZPT-macro can be used as a viewlet directly
    • inline frame : any URL address can be displayed as a inline frame
  • many bug fixed
Note:
  • This release may break your existing contentpanels skin customizations since the introduction of the new plone 2.1 portlet structure.
  • The local navigation viewlet works only with Plone 2.1.3 and above.

Change log

  - fixed bugs:

    - http://plone.org/products/cmfcontentpanels/issues/12
    - http://plone.org/products/cmfcontentpanels/issues/13
    - http://plone.org/products/cmfcontentpanels/issues/14
    - http://plone.org/products/cmfcontentpanels/issues/10
    - http://plone.org/products/cmfcontentpanels/issues/7

  - added alt attribute to image to make it fully XHTML compatible.
  - sort on ``Date`` but not ``ModificationDate`` in the folder recent changes viewlet.

  - Removed link on the image. Added an option to choose different size of image.
  - fixed bug: in the popup panel config window, 100 objects can be showed at most.

  - added German translations, thanks Andreas.

  - Added check for a property called cp_show_skins_selection from site_properties
    in cp_new_panel_form. That makes the panel not show the
    skins selection as this is not always desirable if the
    portal has its own and very special CSS defined. [spamsch]

  - use the new Plone 2.1 pretty_title_or_id API.

  - all viewlet changed to plone 2.1 style

  - re-added folder_listing viewlet

  - image news viewlet can show multiple news now.

  - show panels even if there is no items at all.

  - don't intall duplicated actions when reinstall

  - added a ugly hack to make relative link in documents work when display in a viewlet

  - removed page width parameter changed spacing to row spacing and column spacing

  - fixed bug: 2 panels could be added with a single submit under certain version of IE.

  - use static position to avoid transparent plone content menu items under IE

  - made CMFContentPanels LinguaPlone-aware.
    Merged http://plone.org/products/cmfcontentpanels/issues/6

  - the viewlet font size changed to 100%

  - new viewlets :

    - ZPT macro: show any ZPT macro directly! you don't need register them
    - Inline frame: inline frame with specified height/width/url

  - Enable the local navigation tree which should be enabled V2.2

  - change css padding from 0.5em to 0.3em for ``.documentContent .portletContent``

  - added edit link to document body

  - set 'tile' as default display mode and show all pages when config the layout

  - added new ContenPanels display view

  - use javascript to make RSS more user friendly