CMFContentpanels 1.8.3 released

CMFContentPanels is a plone portlets product to build composite pages. You can create new content which is composed of othr contents as configurable 'content panels'. You can change the layout, the panel skin and the content viewlet through the web.

Links:

New features includes:

  • add new global varible to viewlet: contentpanels, where the panel belongs.

  • now in ZMI contentpanels has a properties tab

  • portal_contentpanels have a 'install All Viewlets' tab to install registered viewlets. you can register viewlets using:

         from Products.CMFContentPanels import registerViewlets
         registerViewlets( you_viewlets )
         
  • the popup panel configuration window is much better now

  • recent changes don't show the folder

  • added more viewlets, eg, recent comments viewlet

  • fixed a bug with context's relative path

  • refine layout form

  • fixed a bug which will cause deletion fail

  • folder listing viewlets now show all contents

  • updated french po, thanks Nicolas Laurance